Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_event.c348 g_post_event_ep_va(g_event_t *func, void *arg, int wuflag, in g_post_event_ep_va() argument
354 ep->flag = wuflag; in g_post_event_ep_va()
386 g_post_event_x(g_event_t *func, void *arg, int flag, int wuflag, struct g_event **epp, va_list ap) in g_post_event_x() argument
391 func, arg, flag, wuflag); in g_post_event_x()
392 KASSERT(wuflag == 0 || wuflag == EV_WAKEUP, in g_post_event_x()
393 ("Wrong wuflag in g_post_event_x(0x%x)", wuflag)); in g_post_event_x()
399 g_post_event_ep_va(func, arg, wuflag, ep, ap); in g_post_event_x()