Home
last modified time | relevance | path

Searched refs:evtype (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tpd.c481 l2tpd_stop_timeout(int fd, short evtype, void *ctx) in l2tpd_stop_timeout() argument
593 l2tpd_io_event(int fd, short evtype, void *ctx) argument
605 if ((evtype & EV_READ) != 0) {
H A Dl2tp_ctrl.c365 l2tp_ctrl_timeout(int fd, short evtype, void *ctx) in l2tp_ctrl_timeout() argument
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_iface.c363 npppd_iface_io_event_handler(int fd, short evtype, void *data) in npppd_iface_io_event_handler() argument
369 NPPPD_IFACE_ASSERT((evtype & EV_READ) != 0); in npppd_iface_io_event_handler()
H A Dfsm.c84 fsm_evtimer_timeout(int fd, short evtype, void *ctx) in fsm_evtimer_timeout() argument
H A Dppp.c616 ppp_idle_timeout(int fd, short evtype, void *context) in ppp_idle_timeout() argument
H A Dnpppd.c548 npppd_timer(int fd, short evtype, void *ctx) in npppd_timer() argument
/openbsd-src/sys/dev/pci/
H A Dif_oce.c1847 int evtype, optype, ncqe = 0; in oce_intr_mq() local
1853 evtype = cqe->u0.s.event_type; in oce_intr_mq()
1855 if (evtype == ASYNC_EVENT_CODE_LINK_STATE) { in oce_intr_mq()
1859 } else if ((evtype == ASYNC_EVENT_GRP5) && in oce_intr_mq()