Searched refs:g_wither_provider (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_disk.c | 684 g_wither_provider(pp, ENXIO); in g_disk_resize() 780 g_wither_provider(pp, ENXIO); in g_disk_create() 995 g_wither_provider(pp, ENXIO); in disk_gone()
|
H A D | geom.h | 307 void g_wither_provider(struct g_provider *pp, int error);
|
H A D | geom_slice.c | 389 g_wither_provider(pp, ENXIO); in g_slice_config()
|
H A D | geom_subr.c | 451 g_wither_provider(struct g_provider *pp, int error) in g_wither_provider() function
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.c |
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 1132 g_wither_provider(pp, ENXIO); in g_part_ctl_delete() 1191 g_wither_provider(pp, ENXIO); in g_part_ctl_destroy() 1504 g_wither_provider(pp, ENXIO); in g_part_ctl_undo() 1588 g_wither_provider(pp, error); in g_part_wither()
|
/freebsd/sys/geom/mountver/ |
H A D | g_mountver.c | 383 g_wither_provider(pp, ENXIO); in g_mountver_destroy()
|
/freebsd/sys/geom/shsec/ |
H A D | g_shsec.c | 162 g_wither_provider(sc->sc_provider, ENXIO); in g_shsec_remove_disk()
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 124 g_wither_provider(pp, ENXIO); in g_gate_destroy()
|
/freebsd/sys/geom/linux_lvm/ |
H A D | g_linux_lvm.c | 342 g_wither_provider(lv->lv_gprov, ENXIO); in g_llvm_remove_disk()
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 169 g_wither_provider(sc->sc_provider, ENXIO); in g_stripe_remove_disk()
|
/freebsd/sys/geom/concat/ |
H A D | g_concat.c | 137 g_wither_provider(sc->sc_provider, ENXIO); in g_concat_remove_disk()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 1213 g_wither_provider(pp, ENXIO); in g_eli_destroy()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 1286 g_wither_provider(pp, ENXIO); in zvol_os_rename_minor()
|
/freebsd/sys/geom/multipath/ |
H A D | g_multipath.c | 679 g_wither_provider(sc->sc_pp, ENXIO); in g_multipath_destroy()
|
/freebsd/sys/geom/virstor/ |
H A D | g_virstor.c | 894 g_wither_provider(sc->provider, ENXIO); in remove_component()
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 1705 g_wither_provider(pp, ENXIO); in g_raid_destroy_provider()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 2430 g_wither_provider(pp, ENXIO); in g_journal_destroy()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 2323 g_wither_provider(sc->sc_provider, ENXIO); in g_mirror_destroy_provider()
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 2401 g_wither_provider(sc->sc_provider, ENXIO); in g_raid3_destroy_provider()
|