Home
last modified time | relevance | path

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

/trueos/sys/geom/
HDgeom_kern.c169 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()
HDgeom_event.c410 g_waitfor_event(g_event_t *func, void *arg, int flag, ...) in g_waitfor_event() function
HDgeom.h253 int g_waitfor_event(g_event_t *func, void *arg, int flag, ...);
HDgeom_ctl.c484 g_waitfor_event(g_ctl_req, req, M_WAITOK, NULL); in g_ctl_ioctl_ctl()
HDgeom_subr.c241 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()
HDgeom_disk.c802 g_waitfor_event(g_kern_disks, sb, M_WAITOK, NULL); in sysctl_disks()
/trueos/sys/vm/
HDswap_pager.c2567 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/
HDg_sched.c747 error = g_waitfor_event(g_gsched_unregister, in g_gsched_modevent()
/trueos/sys/dev/fdc/
HDfdc.c2055 g_waitfor_event(fd_detach_geom, fd, M_WAITOK, NULL); in fd_detach()
/trueos/share/man/man9/
HDMakefile697 g_event.9 g_waitfor_event.9
/trueos/sys/geom/part/
HDg_part.c2300 error = g_waitfor_event(g_part_unload_event, &arg, M_WAITOK, in g_part_modevent()