Symbol: g_post_event
sys/dev/fdc/fdc.c
2034
g_post_event(fd_attach2, fd, M_WAITOK, NULL);
sys/geom/eli/g_eli.c
867
g_post_event(g_eli_last_close, gp, M_WAITOK, NULL);
sys/geom/gate/g_gate.c
242
g_post_event(g_gate_detach, cp, M_NOWAIT, NULL);
sys/geom/geom.h
263
int g_post_event(g_event_t *func, void *arg, int flag, ...);
sys/geom/geom_dev.c
755
g_post_event(g_dev_destroy, cp, M_NOWAIT, NULL);
sys/geom/geom_dev.c
837
g_post_event(g_dev_destroy, cp, M_WAITOK, NULL);
sys/geom/geom_disk.c
1060
return (g_post_event(g_disk_resize, dp, flag, NULL));
sys/geom/geom_event.c
153
error = g_post_event(g_attr_changed_event, args, flag, pp, NULL);
sys/geom/geom_slice.c
266
error = g_post_event(gsp->hot, bp, M_NOWAIT,
sys/geom/geom_subr.c
1075
g_post_event(g_new_provider_event, pp, M_WAITOK,
sys/geom/geom_subr.c
1263
g_post_event(g_spoil_event, pp, M_WAITOK, pp, NULL);
sys/geom/geom_subr.c
1286
g_post_event(g_new_provider_event, pp, M_WAITOK, pp, NULL);
sys/geom/geom_subr.c
1296
return (g_post_event(g_media_changed_event, pp, flag, pp, NULL));
sys/geom/geom_subr.c
1306
return (g_post_event(g_spoil_event, pp, flag, pp, NULL));
sys/geom/geom_subr.c
281
error = g_post_event(g_load_class, hh, M_WAITOK, NULL);
sys/geom/geom_subr.c
361
error = g_post_event(g_retaste_event, hh, M_WAITOK, NULL);
sys/geom/geom_subr.c
643
g_post_event(g_new_provider_event, pp, M_WAITOK, pp, gp, NULL);
sys/geom/geom_subr.c
767
g_post_event(g_resize_provider_event, hh, M_WAITOK, NULL);
sys/geom/journal/g_journal.c
2196
g_post_event(g_journal_destroy_event, sc, M_NOWAIT, NULL);
sys/geom/journal/g_journal.c
2451
g_post_event(g_journal_destroy_consumer, cp, M_WAITOK, NULL);
sys/geom/mirror/g_mirror.c
3111
g_post_event(g_mirror_destroy_delayed, sc, M_WAITOK, sc, NULL);
sys/geom/mirror/g_mirror.c
395
g_post_event(g_mirror_destroy_consumer, cp, M_WAITOK, NULL);
sys/geom/mountver/g_mountver.c
127
g_post_event(g_mountver_detach, cp, M_NOWAIT, NULL);
sys/geom/multipath/g_multipath.c
221
g_post_event(g_mpd, cp, M_WAITOK, NULL);
sys/geom/multipath/g_multipath.c
390
if (g_post_event(g_mpd, cp, M_NOWAIT, NULL) == 0)
sys/geom/multipath/g_multipath.c
442
g_post_event(g_mpd, cp, M_WAITOK, NULL);
sys/geom/raid/g_raid.c
886
g_post_event(g_raid_destroy_consumer, cp, M_WAITOK, NULL);
sys/geom/raid3/g_raid3.c
3140
g_post_event(g_raid3_destroy_delayed, sc, M_WAITOK,
sys/geom/raid3/g_raid3.c
491
g_post_event(g_raid3_destroy_consumer, cp, M_WAITOK, NULL);
sys/geom/virstor/g_virstor.c
902
g_post_event(delay_destroy_consumer, c, M_WAITOK, NULL);
sys/vm/swap_pager.c
3152
if (g_post_event(swapgeom_close_ev, cp, M_NOWAIT, NULL) == 0)