Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ids.c286 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 Denableupdates6.out2 # ddns-updates (aka enable-updates)
9 "enable-updates": true
15 // /// Only global enable-updates is supported
16 // "enable-updates": false
H A Denableupdates6.in61 # ddns-updates (aka enable-updates)
3 ddns-updates on;
7 ddns-updates off;
H A Dqualifyingsuffix4.in44 ddns-updates true;
H A Dqualifyingsuffix6.out5 "enable-updates": false,
H A Dqualifyingsuffix4.out6 "enable-updates": true
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-VERIFY-MODS39 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 DTODO37 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 Ddyndb.inc.rst76 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 Dadvanced.inc.rst29 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 Ddlz.inc.rst29 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 DREADME33 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 Dnamed.conf
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.13.rst
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in38 # updates, which share the same heap with message header updates.
20 # order, twice. This tests repeated updates of short headers, but
H A Dcleanup_milter.in10e3 # updates in between.
/netbsd-src/external/mpl/bind/dist/bin/confgen/
H A Dddns-confgen.rst31 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 Dxmss_fast.c343 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()
923updates = 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 Dlibtool-version3 # 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 DANNOUNCEMENT27 * 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 Dclient.h518 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 Dprint-pfsync.c170 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 Dslapd.ldif21 # 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 Ddraft-chu-ldap-csn-xx.txt51 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 Dlibtool-version3 # a separate file so that version updates don't involve re-running

12345678910>>...23