Searched refs:geom (Results 276 - 300 of 345) sorted by relevance

<<11121314

/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c51 #include <geom/geom.h>
52 #include <geom/geom_ctl.h>
53 #include <geom/geom_int.h>
/freebsd-13-stable/sys/powerpc/mambo/
H A Dmambo_disk.c42 #include <geom/geom_disk.h>
/freebsd-13-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh217 # If the geom class isn't already loaded, try loading it.
219 if ! geom ${class} load; then
220 atf_skip "could not load module for geom class=${class}"
/freebsd-13-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh279 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_ns.c46 #include <geom/geom.h>
/freebsd-13-stable/stand/lua/
H A Dpassword.lua132 loader.setenv("kern.geom.eli.passphrase", passphrase)
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c58 #include <geom/gate/g_gate.h>
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c96 #include <geom/geom.h>
128 /* volmode=geom */
218 * attempting to probe geom providers while looking for a
426 g_wither_geom(pp->geom, ENXIO);
1203 gp = pp->geom;
1412 /* TODO: prefetch for geom tasting */
/freebsd-13-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c54 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_flash.c39 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_disk.c49 #include <geom/geom_disk.h>
/freebsd-13-stable/sbin/gbde/
H A Dgbde.c96 #include <geom/geom.h>
97 #include <geom/bde/g_bde.h>
282 gctl_ro_param(r, "verb", -1, "create geom");
309 gctl_ro_param(r, "verb", -1, "destroy geom");
312 gctl_ro_param(r, "geom", -1, buf);
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c65 #include <geom/geom.h>
66 #include <geom/geom_vfs.h>
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c70 #include <geom/geom.h>
71 #include <geom/geom_vfs.h>
/freebsd-13-stable/sys/fs/udf/
H A Dudf_vfsops.c95 #include <geom/geom.h>
96 #include <geom/geom_vfs.h>
/freebsd-13-stable/sys/geom/part/
H A Dg_part_ebr.c48 #include <geom/geom.h>
49 #include <geom/part/g_part.h>
/freebsd-13-stable/sys/geom/raid/
H A Dtr_raid1.c43 #include <geom/geom.h>
44 #include <geom/geom_dbg.h>
45 #include "geom/raid/g_raid.h"
H A Dtr_raid1e.c43 #include <geom/geom.h>
44 #include <geom/geom_dbg.h>
45 #include "geom/raid/g_raid.h"
/freebsd-13-stable/sys/dev/fdc/
H A Dfdc.c80 #include <geom/geom.h>
1418 fd = pp->geom->softc;
1478 fd = bp->bio_to->geom->softc;
1507 fd = pp->geom->softc;
2027 * We have to do this in a geom event because GEOM is not running
2029 * XXX: move fd_attach after geom like ata/scsi disks
/freebsd-13-stable/sys/compat/linprocfs/
H A Dlinprocfs.c98 #include <geom/geom.h>
99 #include <geom/geom_int.h>
635 LIST_FOREACH(gp, &cp->geom, geom) {
/freebsd-13-stable/sys/dev/md/
H A Dmd.c96 #include <geom/geom.h>
97 #include <geom/geom_int.h>
449 sc = pp->geom->softc;
473 sc = bp->bio_to->geom->softc;
1489 struct md_s *sc = pp->geom->softc;
/freebsd-13-stable/share/mk/
H A Dsrc.libnames.mk120 geom \
367 _DP_ztest= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp
386 _DP_zfs= md pthread umem util uutil m avl bsdxml crypto geom nvpair \
/freebsd-13-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c46 #include <geom/geom.h>
47 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c59 #include <geom/geom.h>
60 #include <geom/geom_vfs.h>
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_da.c52 #include <geom/geom.h>
53 #include <geom/geom_disk.h>

Completed in 214 milliseconds

<<11121314