Home
last modified time | relevance | path

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

1234567891011

/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dexabgp.eval_all.in11 group-updates;
29 group-updates;
47 group-updates;
70 group-updates;
H A Dexabgp.med.in11 group-updates;
30 group-updates;
49 group-updates;
H A Dexabgp.as0.test2.in11 group-updates;
35 group-updates;
55 group-updates;
H A Dexabgp.attr.in11 group-updates;
35 group-updates;
69 group-updates;
H A Dbgpd.maxprefix.rdomain1.conf5 log updates
H A Dbgpd.network_statement.rdomain1.conf5 log updates
H A Dbgpd.maxprefixout.rdomain2.conf5 log updates
H A Dbgpd.maxprefix.rdomain2.conf5 log updates
H A Dbgpd.pftable.rdomain1.conf5 log updates
H A Dbgpd.maxprefixout.rdomain1.conf5 log updates
H A Dbgpd.pftable.rdomain2_1.conf5 log updates
H A Dbgpd.pftable.rdomain2_2.conf5 log updates
H A Dbgpd.eval_all.conf5 log updates
H A Dbgpd.network_statement.rdomain2.conf5 log updates
H A Dexabgp.as0.test1.in11 group-updates;
H A Dbgpd.l3vpn.rdomain1.conf4 log updates
/openbsd-src/usr.sbin/nsd/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 …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DUpdateSet.pm226 $o->{updates} = 0;
271 $self->{updates}++;
497 $self->{updates} += $set->{updates};
498 $set->{updates} = 0;
H A DUpdate.pm107 $set->{updates}++;
348 if ($set->{updates} != 0) {
353 } elsif ($set->{updates} == 0) {
/openbsd-src/usr.bin/ssh/
H A Dxmss_fast.c340 static char bds_treehash_update(bds_state *state, unsigned int updates, const unsigned char *sk_see… in bds_treehash_update() argument
347 for (j = 0; j < updates; j++) { in bds_treehash_update()
371 return updates - used; in bds_treehash_update()
794 unsigned int updates; in xmssmt_sign() local
902 updates = (tree_h - k) >> 1; in xmssmt_sign()
920updates = bds_treehash_update(&states[i], updates, sk_seed, &(params->xmss_par), pub_seed, addr); in xmssmt_sign()
924 if (i > 0 && updates > 0 && states[params->d + i].next_leaf < (1ULL << h)) { in xmssmt_sign()
926 updates--; in xmssmt_sign()
945 updates--; // WOTS-signing counts as one update in xmssmt_sign()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.c284 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local
290 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved()
344 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local
365 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
/openbsd-src/etc/examples/
H A Dripd.conf6 triggered-updates yes
/openbsd-src/usr.sbin/bgpd/
H A Drde_update.c89 /* Do not redistribute updates to ibgp peers */ in up_test_update()
249 * Generate updates for the add-path send case. Depending on the in up_generate_addpath()
339 * Generate updates for the add-path send all case. Since all prefixes in up_generate_addpath_all()
812 p = RB_MIN(prefix_tree, &peer->updates[aid]);
818 RB_REMOVE(prefix_tree, &peer->updates[aid], p); in up_prefix_free()
965 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1)
978 * Generate UPDATE message containing either just withdraws or updates.
1161 p = RB_MIN(prefix_tree, &peer->updates[aid]);
1211 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1)
1219 p = RB_MIN(prefix_tree, &peer->updates[ai
[all...]
/openbsd-src/gnu/gcc/libssp/
H A Dlibtool-version3 # a separate file so that version updates don't involve re-running
/openbsd-src/gnu/gcc/libmudflap/
H A Dlibtool-version3 # a separate file so that version updates don't involve re-running

1234567891011