Searched refs:geom (Results 251 - 275 of 345) sorted by relevance

<<11121314

/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c46 #include <geom/geom.h>
47 #include <geom/part/g_part.h>
H A Dg_part_bsd64.c46 #include <geom/geom.h>
47 #include <geom/geom_int.h>
48 #include <geom/part/g_part.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c64 #include <geom/geom.h>
211 cf_priv = bp->bio_to->geom->softc;
/freebsd-13-stable/lib/geom/mirror/
H A Dgeom_mirror.c43 #include <geom/mirror/g_mirror.h>
44 #include <core/geom.h>
465 errx(EXIT_FAILURE, "No such geom: %s.", name);
468 errx(EXIT_FAILURE, "Provider of geom %s not found.", name);
/freebsd-13-stable/sys/geom/raid/
H A Dtr_raid5.c43 #include <geom/geom.h>
44 #include "geom/raid/g_raid.h"
/freebsd-13-stable/lib/geom/concat/
H A Dgeom_concat.c41 #include <geom/concat/g_concat.h>
43 #include "core/geom.h"
/freebsd-13-stable/lib/geom/label/
H A Dgeom_label.c40 #include <geom/label/g_label.h>
42 #include "core/geom.h"
/freebsd-13-stable/lib/geom/multipath/
H A Dgeom_multipath.c43 #include <geom/multipath/g_multipath.h>
45 #include "core/geom.h"
/freebsd-13-stable/lib/geom/shsec/
H A Dgeom_shsec.c42 #include <geom/shsec/g_shsec.h>
44 #include "core/geom.h"
/freebsd-13-stable/lib/geom/stripe/
H A Dgeom_stripe.c42 #include <geom/stripe/g_stripe.h>
44 #include "core/geom.h"
/freebsd-13-stable/lib/
H A DMakefile32 geom \
/freebsd-13-stable/sbin/ggate/ggatel/
H A Dggatel.c48 #include <geom/gate/g_gate.h>
/freebsd-13-stable/sbin/hastd/
H A Dsubr.c43 #include <geom/gate/g_gate.h>
/freebsd-13-stable/rescue/rescue/
H A DMakefile92 fsirand gbde geom ifconfig init \
/freebsd-13-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.c55 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/dev/amr/
H A Damrvar.h61 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_volmode.ksh133 # 3.1 Verify "volmode=geom" is an alias for "volmode=full"
134 log_must zfs set volmode=geom $ZVOL
137 log_fail " Volmode value 'geom' is not an alias for 'full'"
/freebsd-13-stable/sys/dev/ida/
H A Dida_disk.c54 #include <geom/geom_disk.h>
H A Dida_pci.c50 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.c49 #include <geom/geom.h>
50 #include <geom/geom_dbg.h>
51 #include <geom/mirror/g_mirror.h>
66 "If false, force gmirror to wait out the full kern.geom.mirror.timeout "
379 if ((pp->geom->flags & G_GEOM_WITHER) == 0)
922 sc = bp->bio_from->geom->softc;
1091 sc = bp->bio_from->geom->softc;
1343 bp->bio_from->geom == sc->sc_sync.ds_geom) ||
1344 (bp->bio_cmd == BIO_WRITE && bp->bio_from->geom
[all...]
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_var.h242 struct g_geom *geom; /* Pointer to our VINUM geom. */ member in struct:gv_softc
/freebsd-13-stable/sys/kern/
H A Dsubr_disk.c27 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_syspd.c54 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/dev/mlx/
H A Dmlx_disk.c52 #include <geom/geom_disk.h>
/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c441 int nocache, sync, ro, candelete, geom, ssopt, pssopt; local
524 candelete = geom = 0;
540 geom = 1;
587 bc->bc_isgeom = geom;

Completed in 292 milliseconds

<<11121314