| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 286 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local 291 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved() 292 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved() 293 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved() 294 updates = NULL; in amdgpu_vmid_grab_reserved() 298 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved() 321 if (updates) { in amdgpu_vmid_grab_reserved() 323 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved() 352 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local 375 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used() [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | enableupdates6.out | 2 # ddns-updates (aka enable-updates) 9 "enable-updates": true 15 // /// Only global enable-updates is supported 16 // "enable-updates": false
|
| H A D | enableupdates6.in6 | 1 # ddns-updates (aka enable-updates) 3 ddns-updates on; 7 ddns-updates off;
|
| H A D | qualifyingsuffix4.in4 | 4 ddns-updates true;
|
| H A D | qualifyingsuffix6.out | 5 "enable-updates": false,
|
| H A D | qualifyingsuffix4.out | 6 "enable-updates": true
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | NSD-VERIFY-MODS | 39 It is possible that during a reload updates for multiple different zones are 42 with all the updates (also the bad ones) and we cannot easily selectively 43 undo only the bad updates. 52 reload. Then it is clear which updates should be merged with the database (the 53 updates which committed field is neither DIFF_CORRUPT or DIFF_INCONSISTENT). 58 To allow updates to be applied again on failure, xfrd has been updated to keep 59 all updates for each zone around until a reload succeeds. The set of updates 61 loop. During the update window, xfrd will accept and transfer updates, but 63 the updates stored on disk rather than the server, which previously just 66 set of updates contained a bad update. [all …]
|
| H A D | TODO | 37 x/minute. (even if updates are very often). 120 ! 3 "RCODE for dynamic updates" --- how to send dynamic updates? 123 ! 31 "query section not included in 'NotImp' answers to updates"
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | dyndb.inc.rst | 76 DDNS updates. At runtime, prior to any updates, the zone contains an 90 it automatically updates the corresponding PTR record in a reverse 91 zone. Note that updates are not stored permanently; all updates are lost when the
|
| H A D | advanced.inc.rst | 29 If the zone's :any:`update-policy` is set to ``local``, updates to the zone 33 Dynamic updates using Kerberos-signed requests can be made using the 41 NSEC, and NSEC3 records affected by updates are automatically regenerated 61 allowing additional updates to take place. During the dump process, 67 journal file to incorporate into the zone any updates that took place 80 first, disable dynamic updates to the zone using 81 :option:`rndc freeze zone <rndc freeze>`. This updates the zone file with the 84 updates. 86 :option:`rndc sync zone <rndc sync>` updates the zone file with changes from the 87 journal file without stopping dynamic updates; this may be useful for
|
| H A D | dlz.inc.rst | 29 hidden primary configuration, with secondaries retrieving zone updates via 105 DDNS updates. At runtime, prior to any updates, the zone contains an
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| H A D | README | 33 updates are made against ns3. The script function "start_group" is called to 34 start an new batch of tests that may depend on certain server updates. The 35 function takes an optional file name and if provided the server updates are
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/example/ |
| H A D | named.conf | |
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.13.rst | |
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_milter.in3 | 8 # updates, which share the same heap with message header updates. 20 # order, twice. This tests repeated updates of short headers, but
|
| H A D | cleanup_milter.in10e | 3 # updates in between.
|
| /netbsd-src/external/mpl/bind/dist/bin/confgen/ |
| H A D | ddns-confgen.rst | 31 The resulting keys can be used, for example, to secure dynamic DNS updates 78 This option generates a configuration example to allow dynamic updates 88 dynamic updates of a zone. The example :iscman:`named.conf` text shows how 90 nametype, allowing updates to all subdomain names within that zone.
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | xmss_fast.c | 343 static char bds_treehash_update(bds_state *state, unsigned int updates, const unsigned char *sk_see… in bds_treehash_update() argument 350 for (j = 0; j < updates; j++) { in bds_treehash_update() 374 return updates - used; in bds_treehash_update() 797 unsigned int updates; in xmssmt_sign() local 905 updates = (tree_h - k) >> 1; in xmssmt_sign() 923 … updates = bds_treehash_update(&states[i], updates, sk_seed, &(params->xmss_par), pub_seed, addr); in xmssmt_sign() 927 if (i > 0 && updates > 0 && states[params->d + i].next_leaf < (1ULL << h)) { in xmssmt_sign() 929 updates--; in xmssmt_sign() 948 updates--; // WOTS-signing counts as one update in xmssmt_sign()
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/ |
| H A D | libtool-version | 3 # a separate file so that version updates don't involve re-running 12 # release of your software. More frequent updates are unnecessary,
|
| /netbsd-src/external/bsd/openldap/dist/ |
| H A D | ANNOUNCEMENT | 27 * Backend updates 46 * Overlay updates 61 * Library updates 68 - slapmodify for offline updates to cn=config
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | client.h | 518 dns_namelist_t *updates, isc_sockaddrlist_t *servers, 524 dns_namelist_t *prerequisites, dns_namelist_t *updates,
|
| /netbsd-src/external/bsd/tcpdump/dist/ |
| H A D | print-pfsync.c | 170 printf(" updates: %d", s->updates); in pfsync_print() 180 printf(" updates: %d", u->updates); in pfsync_print()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slapd.ldif | 21 # Require 112-bit (3DES or better) encryption for updates 69 # updates to rootdn. (e.g., "access to * by * read")
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-chu-ldap-csn-xx.txt | 51 to impose a total ordering upon the sequence of updates applied 64 In X.500 Directory Services [X.501], updates to a directory may need 71 additional information to assist in coordinating updates among multiple 75 greatest CSN of all updates applied to a directory context. Directory 187 all the updates applied to a context. 201 Servers SHALL record the greatest CSN of all updates applied to a
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | libtool-version | 3 # a separate file so that version updates don't involve re-running
|