Searched refs:updates (Results 1 - 25 of 52) sorted by relevance

123

/openbsd-current/etc/examples/
H A Dripd.conf6 triggered-updates yes
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.network_statement.rdomain1.conf5 log updates
H A Dbgpd.maxprefix.rdomain1.conf5 log updates
H A Dbgpd.maxprefix.rdomain2.conf5 log updates
H A Dbgpd.maxprefixout.rdomain1.conf5 log updates
H A Dbgpd.maxprefixout.rdomain2.conf5 log updates
H A Dbgpd.pftable.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.network_statement.rdomain2.conf5 log updates
H A Dbgpd.eval_all.conf5 log updates
H A Dbgpd.l3vpn.rdomain1.conf4 log updates
H A Dbgpd.l3vpn.rdomain2.conf4 log updates
H A Dbgpd.op.master.conf6 log updates
/openbsd-current/sys/dev/pci/drm/amd/display/include/
H A Dlogger_interface.h50 const struct dc_surface_update *updates,
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DUpdateSet.pm181 # XXX and mark it as merged, for eventual updates
226 $o->{updates} = 0;
271 $self->{updates}++;
358 # XXX in `combined' updates, some dependencies may remove extra
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-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.c284 uint64_t updates = amdgpu_vm_tlb_seq(vm); local
290 (*id)->flushed_updates < updates ||
344 uint64_t updates = amdgpu_vm_tlb_seq(vm); local
365 if ((*id)->flushed_updates < updates)
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dcustomized.t140 are not accidentally overwritten by CPAN module updates.
/openbsd-current/usr.bin/ssh/
H A Dxmss_fast.c340 static char bds_treehash_update(bds_state *state, unsigned int updates, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, const uint32_t addr[8]) { argument
347 for (j = 0; j < updates; j++) {
371 return updates - used;
794 unsigned int updates; local
902 updates = (tree_h - k) >> 1;
920 updates = bds_treehash_update(&states[i], updates, sk_seed, &(params->xmss_par), pub_seed, addr);
924 if (i > 0 && updates > 0 && states[params->d + i].next_leaf < (1ULL << h)) {
926 updates--;
945 updates
[all...]
/openbsd-current/sys/net/
H A Dif_pfsync.h219 u_int8_t updates; member in struct:pfsync_tdb
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_debug.c179 const struct dc_surface_update *updates,
186 const struct dc_surface_update *update = &updates[i];
177 update_surface_trace( struct dc *dc, const struct dc_surface_update *updates, int surface_count) argument
/openbsd-current/usr.sbin/bgpd/
H A Drde_update.c88 /* Do not redistribute updates to ibgp peers */
241 * Generate updates for the add-path send case. Depending on the
331 * Generate updates for the add-path send all case. Since all prefixes
796 p = RB_MIN(prefix_tree, &peer->updates[aid]);
802 RB_REMOVE(prefix_tree, &peer->updates[aid], p);
949 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1)
962 * Generate UPDATE message containing either just withdraws or updates.
1057 p = RB_MIN(prefix_tree, &peer->updates[aid]);
1095 if (up_dump_prefix(buf, &peer->updates[aid], peer, 0) == -1)
1107 up_prefix_free(&peer->updates[ai
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c145 static struct tree updates; variable in typeref:struct:tree
176 tree_init(&updates);
197 if ((update = tree_get(&updates, msgid)) == NULL) {
201 tree_xset(&updates, msgid, update);
243 update = tree_xpop(&updates, msgid);
271 if ((update = tree_pop(&updates, msgid)) == NULL)
/openbsd-current/sys/dev/wscons/
H A Dwsmouse.c867 * The "cycle" is the set of slots with X/Y updates in previous sync
876 u_int updates; local
887 updates = (mt->sync[MTS_X] | mt->sync[MTS_Y]) & ~mt->sync[MTS_TOUCH];
888 FOREACHBIT(updates, slot) {
895 updates ^= (1 << slot);
905 mt->ptr_cycle &= ~(mt->frame ^ updates);
907 if (mt->ptr_cycle & updates) {
909 mt->ptr_cycle = updates;
911 mt->ptr_cycle |= updates;

Completed in 219 milliseconds

123