Searched refs:geom (Results 26 - 50 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/geom/class/nop/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/tests/sys/geom/class/part/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/sys/modules/geom/geom_part/geom_part_bsd/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/part ${SRCTOP}/sys/geom
/freebsd-13-stable/tests/sys/geom/class/mirror/
H A Dconf.sh30 geom=$2
37 geom "${gclass}" list "${geom}" | \
46 geom=$2
53 while [ $(consumerrefs "$gclass" "$geom") != r0w0e0 ]; do
/freebsd-13-stable/sys/geom/label/
H A Dg_label_flashmap.c37 #include <geom/geom.h>
38 #include <geom/geom_flashmap.h>
39 #include <geom/geom_slice.h>
40 #include <geom/label/g_label.h>
55 if (strncmp(pp->geom->class->name, FLASHMAP_CLASS_NAME,
59 gsp = (struct g_slicer *)pp->geom->softc;
H A Dg_label_disk_ident.c37 #include <geom/geom.h>
38 #include <geom/geom_disk.h>
39 #include <geom/label/g_label.h>
40 #include <geom/multipath/g_multipath.h>
55 cls = cp->provider->geom->class;
/freebsd-13-stable/lib/geom/
H A DMakefile.inc9 CFLAGS+=-I${SRCTOP}/sbin/geom
11 .PATH: ${SRCTOP}/sbin/geom/misc
/freebsd-13-stable/sys/modules/geom/geom_journal/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/journal
/freebsd-13-stable/sys/modules/geom/geom_map/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom
/freebsd-13-stable/sys/modules/geom/geom_mirror/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/mirror
/freebsd-13-stable/sys/modules/geom/geom_raid3/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/raid3
/freebsd-13-stable/sys/modules/geom/geom_virstor/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/virstor
/freebsd-13-stable/sbin/gvinum/
H A DMakefile11 LIBADD= edit geom
13 .PATH: ${SRCTOP}/sys/geom/vinum
/freebsd-13-stable/sbin/bsdlabel/
H A DMakefile4 .PATH: ${SRCTOP}/sys/geom
17 LIBADD= geom
/freebsd-13-stable/tests/sys/geom/class/multipath/
H A Dfailloop.sh39 sysctl -n kern.geom.notaste > kern.geom.notaste.txt
50 sysctl kern.geom.notaste=1
56 -i 'geom:multipath:config:restore {@restore = count()}' \
68 if [ -f kern.geom.notaste.txt ]; then
69 sysctl kern.geom.notaste=`cat kern.geom.notaste.txt`
/freebsd-13-stable/usr.bin/mkimg/
H A Dvhd.c115 vhd_geometry(uint64_t image_size, struct vhd_geom *geom) argument
126 geom->cylinders = (ncyls != 0) ? ncyls :
128 geom->heads = nheads;
129 geom->sectors = nsecs;
136 geom->cylinders = imgsz / (16 * 255);
137 geom->heads = 16;
138 geom->sectors = 255;
141 geom->sectors = 17;
143 geom->heads = (cth + 1023) / 1024;
144 if (geom
162 struct vhd_geom geom; local
[all...]
/freebsd-13-stable/lib/geom/cache/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/concat/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/journal/
H A DMakefile.depend14 sbin/geom/core \
/freebsd-13-stable/lib/geom/label/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/mirror/
H A DMakefile.depend13 sbin/geom/core \
/freebsd-13-stable/lib/geom/mountver/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/multipath/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/nop/
H A DMakefile.depend12 sbin/geom/core \
/freebsd-13-stable/lib/geom/part/
H A DMakefile.depend13 sbin/geom/core \

Completed in 157 milliseconds

1234567891011>>