Searched refs:geom (Results 76 - 100 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/geom/class/multipath/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/tests/sys/geom/class/shsec/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/tests/sys/geom/class/stripe/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/usr.bin/mkimg/tests/
H A Dmkimg_test.sh33 local blksz bootarg bootsz format geom nhds nsecs partarg pfx scheme
38 geom=$4
42 nsecs=${geom%x*}
43 nhds=${geom#*x}
63 imagename=$pfx-$geom-$blksz-$scheme.$format
101 local blksz format geom scheme
103 geom=$1
110 bsd=`makeimage raw bsd $blksz $geom _tmp`
117 image=`makeimage $format $scheme $blksz $geom img $partinfo`
/freebsd-13-stable/lib/geom/eli/
H A DMakefile.depend13 sbin/geom/core \
/freebsd-13-stable/sbin/gbde/
H A DMakefile17 .PATH: ${SRCTOP}/sys/geom/bde \
24 LIBADD= md util geom
/freebsd-13-stable/sys/geom/label/
H A Dg_label_gpt.c40 #include <geom/geom.h>
41 #include <geom/label/g_label.h>
42 #include <geom/part/g_part.h>
47 /* XXX: Also defined in geom/part/g_part_gpt.c */
109 tp = (struct g_part_table *)pp->geom->softc;
113 if (strncmp(pp->geom->class->name, PART_CLASS_NAME, sizeof(PART_CLASS_NAME)))
142 tp = (struct g_part_table *)pp->geom->softc;
146 if (strncmp(pp->geom->class->name, PART_CLASS_NAME, sizeof(PART_CLASS_NAME)))
H A Dg_label_reiserfs.c37 #include <geom/geom.h>
38 #include <geom/geom_dbg.h>
39 #include <geom/label/g_label.h>
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot_internal.h40 #include <geom/eli/g_eli.h>
41 #include <geom/eli/pkcs5v2.h>
/freebsd-13-stable/targets/pseudo/userland/lib/
H A DMakefile.depend11 lib/geom/cache \
12 lib/geom/concat \
13 lib/geom/eli \
14 lib/geom/journal \
15 lib/geom/label \
16 lib/geom/mirror \
17 lib/geom/mountver \
18 lib/geom/multipath \
19 lib/geom/nop \
20 lib/geom/par
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dtestenv.ksh7 for d in `geom disk list | awk '/Name:/ {print $3}'`; do
H A Dtestenv.kshlib8 for d in `geom disk list | awk '/Name:/ {print $3}'`; do
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal_ufs.c46 #include <geom/geom.h>
47 #include <geom/geom_dbg.h>
48 #include <geom/journal/g_journal.h>
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c53 #include <geom/geom.h>
68 #include <geom/vinum/geom_vinum_var.h>
69 #include <geom/vinum/geom_vinum_share.h>
/freebsd-13-stable/sys/modules/geom/geom_eli/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/eli
/freebsd-13-stable/usr.sbin/efibootmgr/
H A DMakefile12 LIBADD= efivar geom
/freebsd-13-stable/tools/tools/bootparttest/
H A DMakefile16 LIBADD+= geom
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_003_pos.ksh38 log_must sysctl kern.geom.debugflags=$saved_debugflags
44 saved_debugflags=$(sysctl -n kern.geom.debugflags)
45 log_must sysctl kern.geom.debugflags=16
H A Dzdb_004_pos.ksh45 log_must sysctl kern.geom.debugflags=$saved_debugflags
51 saved_debugflags=$(sysctl -n kern.geom.debugflags)
52 log_must sysctl kern.geom.debugflags=16
H A Dzdb_005_pos.ksh41 log_must sysctl kern.geom.debugflags=$saved_debugflags
47 saved_debugflags=$(sysctl -n kern.geom.debugflags)
48 log_must sysctl kern.geom.debugflags=16
/freebsd-13-stable/sys/geom/raid/
H A Dg_raid_ctl.c44 #include <geom/geom.h>
47 #include <geom/raid/g_raid.h>
58 /* Look for geom with specified name. */
59 LIST_FOREACH(gp, &mp->geom, geom) {
70 LIST_FOREACH(gp, &mp->geom, geom) {
86 LIST_FOREACH(gp, &mp->geom, geom) {
103 struct g_geom *geom; local
[all...]
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_wrkthr.c40 #include <geom/uzip/g_uzip.h>
41 #include <geom/uzip/g_uzip_softc.h>
42 #include <geom/uzip/g_uzip_wrkthr.h>
H A Dg_uzip_zlib.c39 #include <geom/uzip/g_uzip.h>
40 #include <geom/uzip/g_uzip_dapi.h>
41 #include <geom/uzip/g_uzip_zlib.h>
/freebsd-13-stable/lib/libgeom/
H A Dgeom_xml2tree.c54 struct ggeom *geom; member in struct:mystate
104 if (!strcmp(name, "geom") && mt->geom == NULL) {
105 mt->geom = calloc(1, sizeof *mt->geom);
106 if (mt->geom == NULL) {
113 mt->geom->lg_id = id;
114 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom);
115 LIST_INIT(&mt->geom->lg_provider);
116 LIST_INIT(&mt->geom
[all...]
/freebsd-13-stable/sys/geom/
H A Dgeom_subr.c57 #include <geom/geom.h>
58 #include <geom/geom_dbg.h>
59 #include <geom/geom_int.h>
70 SDT_PROVIDER_DEFINE(geom); variable
165 LIST_INIT(&mp->geom);
174 LIST_FOREACH(gp, &mp2->geom, geom) {
195 LIST_FOREACH(gp, &mp->geom, geom) {
[all...]

Completed in 277 milliseconds

1234567891011>>