Searched refs:geom (Results 151 - 175 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common29 LIBADD+= devdctl zfs zfs_core util geom bsdxml sbuf nvpair avl uutil zutil
/freebsd-13-stable/sys/geom/concat/
H A Dg_concat.c42 #include <geom/geom.h>
43 #include <geom/geom_dbg.h>
44 #include <geom/concat/g_concat.h>
158 gp = cp->geom;
178 gp = pp->geom;
194 g_concat_remove_disk(disk); /* May destroy geom. */
215 sc = bp->bio_to->geom->softc;
234 sc = bp->bio_to->geom->softc;
267 sc = pbp->bio_to->geom
[all...]
/freebsd-13-stable/sys/geom/eli/
H A Dpkcs5v2.c42 #include <geom/eli/g_eli.h>
43 #include <geom/eli/pkcs5v2.h>
/freebsd-13-stable/sys/geom/gate/
H A Dg_gate.h39 #include <geom/geom.h>
/freebsd-13-stable/sys/geom/zero/
H A Dg_zero.c41 #include <geom/geom.h>
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip.c49 #include <geom/geom.h>
51 #include <geom/uzip/g_uzip.h>
52 #include <geom/uzip/g_uzip_cloop.h>
53 #include <geom/uzip/g_uzip_softc.h>
54 #include <geom/uzip/g_uzip_dapi.h>
55 #include <geom/uzip/g_uzip_zlib.h>
56 #include <geom/uzip/g_uzip_lzma.h>
58 #include <geom/uzip/g_uzip_zstd.h>
60 #include <geom/uzi
[all...]
/freebsd-13-stable/lib/libgeom/
H A DMakefile5 LIB= geom
/freebsd-13-stable/include/
H A DMakefile41 LDIRS= bsm cam geom net net80211 netgraph netinet netinet6 \
52 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
53 geom/mirror geom/mountver geom/multipat
[all...]
/freebsd-13-stable/sbin/hastd/
H A DMakefile34 LIBADD= geom md pthread util
/freebsd-13-stable/libexec/rc/rc.d/
H A Dgeli51 geli_tries=`${SYSCTL_N} kern.geom.eli.tries`
/freebsd-13-stable/cddl/usr.bin/zinject/
H A DMakefile26 LIBADD= geom m nvpair umem uutil avl spl zfs_core zfs zutil zpool
/freebsd-13-stable/cddl/usr.bin/zstream/
H A DMakefile33 LIBADD= geom m nvpair umem uutil avl spl zfs_core zfs zutil zpool
/freebsd-13-stable/cddl/usr.bin/ztest/
H A DMakefile26 LIBADD= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp
/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor.h57 /* "critical" system announcements (e.g. "geom is up") */
83 /* Internal geom instance data */
85 struct g_geom *geom; member in struct:g_virstor_softc
90 uint32_t id; /* Unique ID of this geom */
/freebsd-13-stable/sys/modules/geom/geom_uzip/
H A DMakefile5 .PATH: ${SRCTOP}/sys/geom/uzip ${SRCTOP}/sys/net
/freebsd-13-stable/sys/kern/
H A DMake.tags.inc41 ${SYS}/geom/*.[ch] \
55 ${SYS}/geom \
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot.h35 #include <geom/eli/g_eli.h>
/freebsd-13-stable/usr.sbin/autofs/autofs/
H A Dspecial_media111 # Obtain a list of (geom-provider-name, access-count) pairs, turning this:
119 # XXX: It would be easier to use kern.geom.conftxt instead, but it lacks
121 pairs=$(sysctl kern.geom.confdot | sed -n 's/^.*hexagon,label="\([^\]*\)\\n\([^\]*\).*/\1 \2/p')
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_corrupt_001_pos.ksh97 typeset -il psize=$(geom disk list $PROV | awk '/Mediasize/ {print $2}')
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_drive.c38 #include <geom/geom.h>
39 #include <geom/geom_dbg.h>
40 #include <geom/vinum/geom_vinum_var.h>
41 #include <geom/vinum/geom_vinum.h>
H A Dgeom_vinum_init.c37 #include <geom/geom.h>
38 #include <geom/geom_dbg.h>
39 #include <geom/vinum/geom_vinum_var.h>
40 #include <geom/vinum/geom_vinum.h>
H A Dgeom_vinum_rm.c37 #include <geom/geom.h>
38 #include <geom/geom_dbg.h>
39 #include <geom/vinum/geom_vinum_var.h>
40 #include <geom/vinum/geom_vinum.h>
256 /* Clean up and let our geom fade away. */
/freebsd-13-stable/sys/geom/shsec/
H A Dg_shsec.c43 #include <geom/geom.h>
44 #include <geom/geom_dbg.h>
45 #include <geom/shsec/g_shsec.h>
118 TUNABLE_ULONG_FETCH("kern.geom.shsec.maxmem,", &g_shsec_maxmem);
183 gp = cp->geom;
202 gp = pp->geom;
256 sc = pbp->bio_to->geom->softc;
307 sc = bp->bio_to->geom->softc;
541 LIST_FOREACH(gp, &mp->geom, geo
[all...]
/freebsd-13-stable/sys/geom/
H A Dgeom_ctl.c50 #include <geom/geom.h>
51 #include <geom/geom_int.h>
53 #include <geom/geom_ctl.h>
413 LIST_FOREACH(gp, &mp->geom, geom)
/freebsd-13-stable/sys/geom/stripe/
H A Dg_stripe.c43 #include <geom/geom.h>
44 #include <geom/geom_dbg.h>
45 #include <geom/stripe/g_stripe.h>
134 TUNABLE_ULONG_FETCH("kern.geom.stripe.maxmem,", &g_stripe_maxmem);
172 sc = (struct g_stripe_softc *)cp->geom->softc;
206 gp = cp->geom;
223 gp = pp->geom;
240 g_stripe_remove_disk(cp1); /* May destroy geom. */
290 sc = pbp->bio_to->geom
[all...]

Completed in 149 milliseconds

1234567891011>>