Searched refs:g_post_event (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/sys/geom/
H A Dgeom_fox.c144 g_post_event(g_fox_select_path, gp, M_WAITOK, gp, NULL);
191 g_post_event(g_fox_select_path, gp, M_WAITOK, gp, NULL);
221 error = g_post_event(g_fox_select_path, gp, M_NOWAIT, gp, NULL);
260 error = g_post_event(g_fox_select_path, gp,
H A Dgeom_subr.c239 error = g_post_event(g_load_class, hh, M_WAITOK, NULL);
321 error = g_post_event(g_retaste_event, hh, M_WAITOK, NULL);
593 g_post_event(g_new_provider_event, pp, M_WAITOK, pp, gp, NULL);
674 g_post_event(g_resize_provider_event, hh, M_WAITOK, NULL);
934 g_post_event(g_new_provider_event, pp, M_WAITOK,
1113 g_post_event(g_spoil_event, pp, M_WAITOK, pp, NULL);
1136 g_post_event(g_new_provider_event, pp, M_WAITOK, pp, NULL);
1146 return (g_post_event(g_media_changed_event, pp, flag, pp, NULL));
1156 return (g_post_event(g_spoil_event, pp, flag, pp, NULL));
H A Dgeom_event.c154 error = g_post_event(g_attr_changed_event, args, flag, pp, NULL);
379 g_post_event(g_event_t *func, void *arg, int flag, ...) function
385 ("Wrong flag to g_post_event"));
418 ("Wrong flag to g_post_event"));
H A Dgeom_vfs.c155 g_post_event(g_vfs_destroy, cp, M_WAITOK, NULL);
H A Dgeom_dev.c618 g_post_event(g_dev_destroy, cp, M_NOWAIT, NULL);
701 g_post_event(g_dev_destroy, cp, M_WAITOK, NULL);
H A Dgeom_disk.c828 g_post_event(g_disk_create, dp, M_WAITOK, dp, NULL);
839 g_post_event(g_disk_destroy, dp, M_WAITOK, NULL);
912 return (g_post_event(g_disk_resize, dp, flag, NULL));
H A Dgeom.h252 int g_post_event(g_event_t *func, void *arg, int flag, ...);
H A Dgeom_slice.c253 error = g_post_event(gsp->hot, bp, M_NOWAIT,
/freebsd-10.3-release/sys/dev/gxemul/disk/
H A Dgxemul_disk.c202 g_post_event(gxemul_disk_attach_geom, sc, M_WAITOK, NULL);
/freebsd-10.3-release/sys/geom/multipath/
H A Dg_multipath.c209 g_post_event(g_mpd, cp, M_WAITOK, NULL);
374 if (g_post_event(g_mpd, cp, M_NOWAIT, NULL) == 0)
418 g_post_event(g_mpd, cp, M_WAITOK, NULL);
/freebsd-10.3-release/sys/mips/cavium/
H A Docteon_ebt3000_cf.c711 g_post_event(cf_attach_geom, cf_priv, M_WAITOK, NULL);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c765 g_post_event(vdev_geom_detach, cp, M_WAITOK, NULL);
/freebsd-10.3-release/sys/geom/journal/
H A Dg_journal.c2238 g_post_event(g_journal_destroy_event, sc, M_NOWAIT, NULL);
2489 g_post_event(g_journal_destroy_consumer, cp, M_WAITOK, NULL);
/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli.c703 g_post_event(g_eli_last_close, gp, M_WAITOK, NULL);
/freebsd-10.3-release/sys/dev/fdc/
H A Dfdc.c2033 g_post_event(fd_attach2, fd, M_WAITOK, NULL);
/freebsd-10.3-release/sys/geom/virstor/
H A Dg_virstor.c918 g_post_event(delay_destroy_consumer, c, M_WAITOK, NULL);
/freebsd-10.3-release/sys/vm/
H A Dswap_pager.c2566 if (g_post_event(swapgeom_close_ev, cp, M_NOWAIT, NULL) == 0)
/freebsd-10.3-release/share/man/man9/
H A DMakefile697 g_event.9 g_post_event.9 \
/freebsd-10.3-release/sys/geom/mirror/
H A Dg_mirror.c379 g_post_event(g_mirror_destroy_consumer, cp, M_WAITOK, NULL);
2890 g_post_event(g_mirror_destroy_delayed, sc, M_WAITOK,
/freebsd-10.3-release/sys/geom/raid3/
H A Dg_raid3.c488 g_post_event(g_raid3_destroy_consumer, cp, M_WAITOK, NULL);
3110 g_post_event(g_raid3_destroy_delayed, sc, M_WAITOK,
/freebsd-10.3-release/sys/geom/raid/
H A Dg_raid.c899 g_post_event(g_raid_destroy_consumer, cp, M_WAITOK, NULL);

Completed in 311 milliseconds