Searched refs:updates (Results 1 – 25 of 259) sorted by relevance
1234567891011
| /openbsd/src/regress/usr.sbin/bgpd/integrationtests/ |
| D | exabgp.eval_all.in | 11 group-updates; 29 group-updates; 47 group-updates; 70 group-updates;
|
| D | exabgp.med.in | 11 group-updates; 30 group-updates; 49 group-updates;
|
| D | exabgp.as0.test2.in | 11 group-updates; 35 group-updates; 55 group-updates;
|
| D | exabgp.attr.in | 11 group-updates; 35 group-updates; 69 group-updates;
|
| D | bgpd.maxprefixout.rdomain1.conf | 5 log updates
|
| D | bgpd.maxprefix.rdomain1.conf | 5 log updates
|
| D | bgpd.maxprefix.rdomain2.conf | 5 log updates
|
| D | bgpd.network_statement.rdomain1.conf | 5 log updates
|
| D | bgpd.maxprefixout.rdomain2.conf | 5 log updates
|
| D | bgpd.pftable.rdomain1.conf | 5 log updates
|
| D | bgpd.pftable.rdomain2_1.conf | 5 log updates
|
| D | bgpd.pftable.rdomain2_2.conf | 5 log updates
|
| D | bgpd.maxattr.rdomain2_2.conf | 5 log updates
|
| D | bgpd.extnh.rdomain2_1.conf | 5 log updates
|
| D | bgpd.extnh.rdomain2_2.conf | 5 log updates
|
| D | bgpd.maxattr.rdomain2_3.conf | 5 log updates
|
| D | bgpd.extnh.rdomain1.conf | 5 log updates
|
| D | bgpd.eval_all.conf | 5 log updates
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| 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 …]
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | UpdateSet.pm | 226 $o->{updates} = 0; 271 $self->{updates}++; 497 $self->{updates} += $set->{updates}; 498 $set->{updates} = 0;
|
| D | Update.pm | 107 $set->{updates}++; 348 if ($set->{updates} != 0) { 353 } elsif ($set->{updates} == 0) {
|
| /openbsd/src/usr.bin/ssh/ |
| D | xmss_fast.c | 340 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() 920 … updates = 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/ |
| D | ripd.conf | 6 triggered-updates yes
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_ids.c | 281 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/ |
| D | rde_update.c | 818 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