Searched refs:wuflag (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/geom/ |
| H A D | geom_event.c | 347 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() 390 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 395 func, arg, flag, wuflag); in g_post_event_x() 396 KASSERT(wuflag == 0 || wuflag == EV_WAKEUP, in g_post_event_x() 397 ("Wrong wuflag in g_post_event_x(0x%x)", wuflag)); in g_post_event_x() 403 g_post_event_ep_va(func, arg, wuflag, ep, ap); in g_post_event_x()
|