Searched refs:timeout_set (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/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-current/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-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h97 u_int8_t timeout_set[PFTM_MAX]; member in struct:pfctl
H A Dpfctl.c1567 !pf->timeout_set[PFTM_ADAPTIVE_START] &&
1568 !pf->timeout_set[PFTM_ADAPTIVE_END]) {
1571 pf->timeout_set[PFTM_ADAPTIVE_START] = 1;
1574 pf->timeout_set[PFTM_ADAPTIVE_END] = 1;
1579 if ((pf->opts & PF_OPT_MERGE) && !pf->timeout_set[i])
1656 pf->timeout_set[pf_timeouts[i].timeout] = 1;
/netbsd-current/sys/altq/
H A Daltq_var.h185 timeout_set(&(c)->c_to, (f), (a)); \
/netbsd-current/sys/arch/evbmips/loongson/dev/
H A Dkb3310.c196 timeout_set(&sc->sc_bell_tmo, ykbec_bell_stop, sc);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c2063 timeout_set(&one.ev, test_priorities_cb, &one);
2069 timeout_set(&two.ev, test_priorities_cb, &two);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.c2239 timeout_set(&one.ev, test_priorities_cb, &one);
2245 timeout_set(&two.ev, test_priorities_cb, &two);
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.c693 timeout_set(&rxr->rx_refill, igc_rxrefill, rxr);

Completed in 138 milliseconds