Searched refs:ev_tag (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/viawd/ |
H A D | viawd.c | 192 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, viawd_event, sc, 0); in viawd_attach() 211 if (sc->ev_tag != NULL) in viawd_detach() 212 EVENTHANDLER_DEREGISTER(watchdog_list, sc->ev_tag); in viawd_detach() 213 sc->ev_tag = NULL; in viawd_detach()
|
H A D | viawd.h | 44 eventhandler_tag ev_tag; member
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | event.h | 37 void * ev_tag; \ 66 (event)->ev_tag = (ta); \
|
/freebsd/sys/dev/wbwd/ |
H A D | wbwd.c | 99 eventhandler_tag ev_tag; member 638 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, wb_watchdog_fn, sc, in wb_attach() 655 if (sc->ev_tag) in wb_detach() 656 EVENTHANDLER_DEREGISTER(watchdog_list, sc->ev_tag); in wb_detach()
|
/freebsd/sys/dev/amdsbwd/ |
H A D | amdsbwd.c | 93 eventhandler_tag ev_tag; member 533 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, amdsbwd_event, sc, in amdsbwd_attach() 549 if (sc->ev_tag != NULL) in amdsbwd_detach() 550 EVENTHANDLER_DEREGISTER(watchdog_list, sc->ev_tag); in amdsbwd_detach()
|
/freebsd/sys/riscv/sifive/ |
H A D | fe310_aon.c | 124 eventhandler_tag ev_tag; member 272 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, feaon_wdt_event, sc, 0); in feaon_attach()
|
/freebsd/sys/dev/ichwd/ |
H A D | ichwd.c | 908 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, ichwd_event, sc, 0); in ichwd_attach() 949 if (sc->ev_tag != NULL) in ichwd_detach() 950 EVENTHANDLER_DEREGISTER(watchdog_list, sc->ev_tag); in ichwd_detach() 951 sc->ev_tag = NULL; in ichwd_detach()
|
H A D | ichwd.h | 64 eventhandler_tag ev_tag; member
|
/freebsd/sys/dev/wdatwd/ |
H A D | wdatwd.c | 112 eventhandler_tag ev_tag; member 780 sc->ev_tag = EVENTHANDLER_REGISTER(watchdog_list, wdatwd_event, sc, in wdatwd_attach() 800 EVENTHANDLER_DEREGISTER(watchdog_list, sc->ev_tag); in wdatwd_detach()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 664 (tag == NULL || event->ev_tag == tag) && in dequeue_events()
|