Searched refs:geom (Results 126 - 150 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/libexec/rc/rc.d/
H A Dgrowfs77 sysctl -b kern.geom.conftxt | awk '
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_disk.c42 #include <geom/geom.h>
194 sc = bp->bio_to->geom->softc;
205 if (pp->geom->softc == NULL)
/freebsd-13-stable/sys/dev/ips/
H A Dips_disk.h44 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/geom/
H A Dgeom_kern.c56 #include <geom/geom.h>
57 #include <geom/geom_int.h>
150 RFHIGHPID, 0, "geom", "g_event");
152 RFHIGHPID, 0, "geom", "g_up");
154 RFHIGHPID, 0, "geom", "g_down");
207 SYSCTL_NODE(_kern, OID_AUTO, geom, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Dgeom_map.c50 #include <geom/geom.h>
51 #include <geom/geom_slice.h>
73 gp = pp->geom;
94 gp = pp->geom;
164 cp->geom->name, search_key, (intmax_t)search_start, (intmax_t)search_step);
340 cp->geom->name, (intmax_t)start, (intmax_t)size, (intmax_t)offset,
363 if (strcmp(pp->geom->class->name, MAP_CLASS_NAME) == 0)
H A Dgeom_flashmap.c41 #include <geom/geom.h>
42 #include <geom/geom_disk.h>
43 #include <geom/geom_flashmap.h>
44 #include <geom/geom_slice.h>
143 strcmp(pp->geom->class->name, G_DISK_CLASS_NAME) != 0)
H A Dgeom_redboot.c48 #include <geom/geom.h>
49 #include <geom/geom_slice.h>
101 struct g_geom *gp = pp->geom;
121 gp = pp->geom;
265 if (!strcmp(pp->geom->class->name, REDBOOT_CLASS_NAME))
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A DMakefile8 LIBADD+= geom ncursesw util dialog m
/freebsd-13-stable/usr.sbin/fstyp/
H A Dgeli.c36 #include <geom/eli/g_eli.h>
/freebsd-13-stable/tests/sys/
H A DMakefile17 TESTS_SUBDIRS+= geom
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Dhmac_test.c8 #include <geom/eli/pkcs5v2.h>
/freebsd-13-stable/tests/sys/geom/class/
H A Dgeom_subr.sh53 # If the geom class isn't already loaded, try loading it.
55 if ! geom ${class} load; then
56 echo "could not load module for geom class=${class}"
/freebsd-13-stable/tests/sys/geom/class/uzip/
H A DMakefile9 TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor_md.c35 #include <geom/virstor/g_virstor_md.h>
36 #include <geom/virstor/binstream.h>
/freebsd-13-stable/stand/libsa/geli/
H A DMakefile.inc29 .PATH: ${SYSDIR}/geom/eli
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_events.c40 #include <geom/geom.h>
41 #include <geom/geom_dbg.h>
42 #include <geom/vinum/geom_vinum_var.h>
43 #include <geom/vinum/geom_vinum.h>
122 gp = sc->geom;
H A Dgeom_vinum_rename.c41 #include <geom/geom.h>
42 #include <geom/geom_dbg.h>
43 #include <geom/vinum/geom_vinum_var.h>
44 #include <geom/vinum/geom_vinum.h>
H A Dgeom_vinum_state.c35 #include <geom/geom.h>
36 #include <geom/geom_dbg.h>
37 #include <geom/vinum/geom_vinum_var.h>
38 #include <geom/vinum/geom_vinum.h>
39 #include <geom/vinum/geom_vinum_share.h>
/freebsd-13-stable/sys/geom/multipath/
H A Dg_multipath.c31 * fine geom examples, and by Poul Henning Kamp <phk@FreeBSD.org> for GEOM
50 #include <geom/geom.h>
51 #include <geom/multipath/g_multipath.h>
66 SDT_PROVIDER_DECLARE(geom); variable
67 SDT_PROBE_DEFINE2(geom, multipath, config, restore, "char*", "char*");
68 SDT_PROBE_DEFINE2(geom, multipath, config, remove, "char*", "char*");
69 SDT_PROBE_DEFINE2(geom, multipath, config, disconnect, "char*", "char*");
70 SDT_PROBE_DEFINE3(geom, multipath, config, fail, "char*", "char*", "int");
71 SDT_PROBE_DEFINE2(geom, multipat
[all...]
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_privacy.c50 #include <geom/geom.h>
51 #include <geom/geom_dbg.h>
52 #include <geom/eli/g_eli.h>
53 #include <geom/eli/pkcs5v2.h>
114 sc = bp->bio_to->geom->softc;
166 gp = bp->bio_to->geom;
H A Dg_eli_key.c36 #include <geom/geom.h>
46 #include <geom/eli/g_eli.h>
/freebsd-13-stable/sys/geom/nop/
H A Dg_nop.c44 #include <geom/geom.h>
45 #include <geom/geom_dbg.h>
46 #include <geom/nop/g_nop.h>
105 g_nop_destroy(cp->geom, 1);
118 gp = cp->geom;
148 gp = bp->bio_to->geom;
186 gp = gndelay->dl_bio->bio_to->geom;
209 gp = bp->bio_to->geom;
330 gp = pp->geom;
[all...]
/freebsd-13-stable/sys/geom/label/
H A Dg_label_ntfs.c37 #include <geom/geom.h>
38 #include <geom/label/g_label.h>
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_zstd.c38 #include <geom/uzip/g_uzip.h>
39 #include <geom/uzip/g_uzip_dapi.h>
40 #include <geom/uzip/g_uzip_zstd.h>
/freebsd-13-stable/sys/geom/bde/
H A Dg_bde.c50 #include <geom/geom.h>
51 #include <geom/bde/g_bde.h>
86 gp = cp->geom;
101 gp = pp->geom;
166 sc->geom = gp;
246 KASSERT(gp != NULL, ("NULL geom"));
274 if (!strcmp(verb, "create geom")) {
278 } else if (!strcmp(verb, "destroy geom")) {
279 gp = gctl_get_geom(req, mp, "geom");
[all...]

Completed in 213 milliseconds

1234567891011>>