Searched refs:g_waitfor_event (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/geom/ |
| HD | geom_kern.c | 169 g_waitfor_event(g_conftxt, sb, M_WAITOK, NULL); in sysctl_kern_geom_conftxt() 182 g_waitfor_event(g_confdot, sb, M_WAITOK, NULL); in sysctl_kern_geom_confdot() 195 g_waitfor_event(g_confxml, sb, M_WAITOK, NULL); in sysctl_kern_geom_confxml()
|
| HD | geom_event.c | 410 g_waitfor_event(g_event_t *func, void *arg, int flag, ...) in g_waitfor_event() function
|
| HD | geom.h | 253 int g_waitfor_event(g_event_t *func, void *arg, int flag, ...);
|
| HD | geom_ctl.c | 484 g_waitfor_event(g_ctl_req, req, M_WAITOK, NULL); in g_ctl_ioctl_ctl()
|
| HD | geom_subr.c | 241 error = g_waitfor_event(g_load_class, hh, M_WAITOK, in g_modevent() 323 error = g_waitfor_event(g_retaste_event, hh, M_WAITOK, NULL); in g_retaste()
|
| HD | geom_disk.c | 802 g_waitfor_event(g_kern_disks, sb, M_WAITOK, NULL); in sysctl_disks()
|
| /trueos/sys/vm/ |
| HD | swap_pager.c | 2567 g_waitfor_event(swapgeom_close_ev, cp, M_WAITOK, NULL); in swapgeom_done() 2651 g_waitfor_event(swapgeom_close_ev, cp, M_WAITOK, NULL); in swapgeom_close() 2727 error = g_waitfor_event(swapongeom_ev, &swh, M_WAITOK, NULL); in swapongeom()
|
| /trueos/sys/geom/sched/ |
| HD | g_sched.c | 747 error = g_waitfor_event(g_gsched_unregister, in g_gsched_modevent()
|
| /trueos/sys/dev/fdc/ |
| HD | fdc.c | 2055 g_waitfor_event(fd_detach_geom, fd, M_WAITOK, NULL); in fd_detach()
|
| /trueos/share/man/man9/ |
| HD | Makefile | 697 g_event.9 g_waitfor_event.9
|
| /trueos/sys/geom/part/ |
| HD | g_part.c | 2300 error = g_waitfor_event(g_part_unload_event, &arg, M_WAITOK, in g_part_modevent()
|