Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_kern.c167 g_waitfor_event(func, sb, M_WAITOK, NULL); in sysctl_kern_geom_confany()
172 g_waitfor_event(func, sb, M_WAITOK, NULL); in sysctl_kern_geom_confany()
H A Dgeom_event.c435 g_waitfor_event(g_event_t *func, void *arg, int flag, ...) in g_waitfor_event() function
H A Dgeom.h264 int g_waitfor_event(g_event_t *func, void *arg, int flag, ...);
H A Dgeom_ctl.c610 g_waitfor_event(g_ctl_req, req, M_WAITOK, NULL); in g_ctl_ioctl_ctl()
H A Dgeom_subr.c281 error = g_waitfor_event(g_load_class, hh, M_WAITOK, in g_modevent()
361 error = g_waitfor_event(g_retaste_event, hh, M_WAITOK, NULL); in g_retaste()
H A Dgeom_disk.c1106 g_waitfor_event(g_kern_disks, sb, M_WAITOK, NULL); in sysctl_disks()
/freebsd/sys/dev/fdc/
H A Dfdc.c2068 g_waitfor_event(fd_detach_geom, fd, M_WAITOK, NULL); in fd_detach()
/freebsd/sys/geom/part/
H A Dg_part.c2417 error = g_waitfor_event(g_part_unload_event, &arg, M_WAITOK, in g_part_modevent()
/freebsd/sys/vm/
H A Dswap_pager.c2963 g_waitfor_event(swapgeom_close_ev, cp, M_WAITOK, NULL); in swapgeom_close()
/freebsd/share/man/man9/
H A DMakefile1160 g_event.9 g_waitfor_event.9