Home
last modified time | relevance | path

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

/trueos/sys/geom/
HDgeom_event.c344 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
351 func, arg, flag, wuflag); in g_post_event_x()
352 KASSERT(wuflag == 0 || wuflag == EV_WAKEUP, in g_post_event_x()
353 ("Wrong wuflag in g_post_event_x(0x%x)", wuflag)); in g_post_event_x()
357 ep->flag = wuflag; in g_post_event_x()