Home
last modified time | relevance | path

Searched refs:timeout_set (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Devent_compat.h201 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Devent_compat.h200 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h97 u_int8_t timeout_set[PFTM_MAX]; member
H A Dpfctl.c1567 !pf->timeout_set[PFTM_ADAPTIVE_START] && in pfctl_load_options()
1568 !pf->timeout_set[PFTM_ADAPTIVE_END]) { in pfctl_load_options()
1571 pf->timeout_set[PFTM_ADAPTIVE_START] = 1; in pfctl_load_options()
1574 pf->timeout_set[PFTM_ADAPTIVE_END] = 1; in pfctl_load_options()
1579 if ((pf->opts & PF_OPT_MERGE) && !pf->timeout_set[i]) in pfctl_load_options()
1656 pf->timeout_set[pf_timeouts[i].timeout] = 1; in pfctl_set_timeout()
/netbsd-src/sys/altq/
H A Daltq_var.h185 timeout_set(&(c)->c_to, (f), (a)); \
/netbsd-src/sys/arch/evbmips/loongson/dev/
H A Dkb3310.c196 timeout_set(&sc->sc_bell_tmo, ykbec_bell_stop, sc); in ykbec_attach()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.c2239 timeout_set(&one.ev, test_priorities_cb, &one); in test_priorities_impl()
2245 timeout_set(&two.ev, test_priorities_cb, &two); in test_priorities_impl()
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c693 timeout_set(&rxr->rx_refill, igc_rxrefill, rxr); in igc_allocate_queues()