Home
last modified time | relevance | path

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

1234567891011

/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dexabgp.eval_all.in11 group-updates;
29 group-updates;
47 group-updates;
70 group-updates;
Dexabgp.med.in11 group-updates;
30 group-updates;
49 group-updates;
Dexabgp.as0.test2.in11 group-updates;
35 group-updates;
55 group-updates;
Dexabgp.attr.in11 group-updates;
35 group-updates;
69 group-updates;
Dbgpd.maxprefixout.rdomain1.conf5 log updates
Dbgpd.maxprefix.rdomain1.conf5 log updates
Dbgpd.maxprefix.rdomain2.conf5 log updates
Dbgpd.network_statement.rdomain1.conf5 log updates
Dbgpd.maxprefixout.rdomain2.conf5 log updates
Dbgpd.pftable.rdomain1.conf5 log updates
Dbgpd.pftable.rdomain2_1.conf5 log updates
Dbgpd.pftable.rdomain2_2.conf5 log updates
Dbgpd.maxattr.rdomain2_2.conf5 log updates
Dbgpd.extnh.rdomain2_1.conf5 log updates
Dbgpd.extnh.rdomain2_2.conf5 log updates
Dbgpd.maxattr.rdomain2_3.conf5 log updates
Dbgpd.extnh.rdomain1.conf5 log updates
Dbgpd.eval_all.conf5 log updates
/openbsd/src/usr.sbin/nsd/doc/
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/
DUpdateSet.pm226 $o->{updates} = 0;
271 $self->{updates}++;
497 $self->{updates} += $set->{updates};
498 $set->{updates} = 0;
DUpdate.pm107 $set->{updates}++;
348 if ($set->{updates} != 0) {
353 } elsif ($set->{updates} == 0) {
/openbsd/src/usr.bin/ssh/
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/etc/examples/
Dripd.conf6 triggered-updates yes
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ids.c281 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local
287 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved()
359 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local
380 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
/openbsd/src/usr.sbin/bgpd/
Drde_update.c818 p = RB_MIN(prefix_tree, &peer->updates[aid]); in up_is_eor()
824 RB_REMOVE(prefix_tree, &peer->updates[aid], p); in up_is_eor()
989 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1) in up_generate_mp_reach()
1185 p = RB_MIN(prefix_tree, &peer->updates[aid]); in up_dump_update()
1235 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1) in up_dump_update()
1243 p = RB_MIN(prefix_tree, &peer->updates[aid]); in up_dump_update()
1248 up_prefix_free(&peer->updates[aid], p, peer, 0); in up_dump_update()

1234567891011