Searched refs:geom (Results 176 - 200 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum.c46 #include <geom/geom.h>
47 #include <geom/geom_dbg.h>
48 #include <geom/vinum/geom_vinum_var.h>
49 #include <geom/vinum/geom_vinum.h>
50 #include <geom/vinum/geom_vinum_raid5.h>
74 gp = cp->geom;
92 gp = bp->bio_to->geom;
119 gp = bp->bio_from->geom;
136 gp = pp->geom;
[all...]
H A Dgeom_vinum_raid5.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_raid5.h>
42 #include <geom/vinum/geom_vinum.h>
355 gp = bp->bio_to->geom;
H A Dgeom_vinum_create.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>
64 gp = sc->geom;
/freebsd-13-stable/sys/geom/
H A Dgeom_ccd.c92 #include <geom/geom.h>
202 gp = pp->geom;
470 cs = bp->bio_to->geom->softc;
756 LIST_FOREACH(gp, &mp->geom, geom) {
888 LIST_FOREACH(gp, &mp->geom, geom) {
912 if (!strcmp(verb, "create geom")) {
914 } else if (!strcmp(verb, "destroy geom")) {
[all...]
H A Dgeom_slice.c52 #include <geom/geom.h>
53 #include <geom/geom_slice.h>
109 gp = pp->geom;
142 * Free the softc if all providers have been closed and this geom
173 gp = bp->bio_to->geom;
230 gp = pp->geom;
498 gp = cp->geom;
514 g_trace(G_T_TOPOLOGY, "%s(%p/%s)", __func__, cp, cp->geom->name);
H A Dgeom_dev.c58 #include <geom/geom.h>
59 #include <geom/geom_int.h>
212 gp = cp->geom;
232 LIST_FOREACH(gp, &g_dev_class.geom, geom) {
416 cp->geom->name, flags, fmt, td);
468 cp->geom->name, flags, fmt, td);
738 if (pp->geom->ioctl != NULL) {
739 error = pp->geom
[all...]
H A Dgeom_io.c59 #include <geom/geom.h>
60 #include <geom/geom_int.h>
505 ("bio_driver1 used by the consumer (geom %s)", cp->geom->name));
507 ("bio_driver2 used by the consumer (geom %s)", cp->geom->name));
509 ("bio_pflags used by the consumer (geom %s)", cp->geom->name));
539 bp, cp, cp->geom
[all...]
/freebsd-13-stable/targets/pseudo/tests/
H A DMakefile.depend221 tests/sys/geom \
222 tests/sys/geom/class \
223 tests/sys/geom/class/concat \
224 tests/sys/geom/class/eli \
225 tests/sys/geom/class/gate \
226 tests/sys/geom/class/mirror \
227 tests/sys/geom/class/nop \
228 tests/sys/geom/class/raid3 \
229 tests/sys/geom/class/shsec \
230 tests/sys/geom/clas
[all...]
/freebsd-13-stable/sbin/
H A DMakefile27 geom \
/freebsd-13-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_fdt.c53 #include <geom/geom_disk.h>
H A Daltera_sdcard_nexus.c53 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli.c57 #include <geom/geom.h>
58 #include <geom/geom_dbg.h>
59 #include <geom/eli/g_eli.h>
60 #include <geom/eli/pkcs5v2.h>
100 TUNABLE_INT("kern.geom.eli.boot_passcache", &g_eli_boot_passcache);
111 if ((env_passphrase = kern_getenv("kern.geom.eli.passphrase")) != NULL) {
118 kern_unsetenv("kern.geom.eli.passphrase");
202 sc = bp->bio_to->geom->softc;
253 sc = pbp->bio_to->geom
[all...]
H A Dg_eli_integrity.c50 #include <geom/geom.h>
51 #include <geom/geom_dbg.h>
52 #include <geom/eli/g_eli.h>
53 #include <geom/eli/pkcs5v2.h>
143 sc = bp->bio_to->geom->softc;
317 sc = bp->bio_to->geom->softc;
H A Dg_eli_ctl.c48 #include <geom/geom.h>
49 #include <geom/geom_dbg.h>
50 #include <geom/eli/g_eli.h>
179 LIST_FOREACH(gp, &mp->geom, geom) {
937 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
1132 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp
[all...]
H A Dg_eli_key_cache.c42 #include <geom/geom.h>
44 #include <geom/eli/g_eli.h>
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile72 LIBADD= kvm devinfo m geom memstat
/freebsd-13-stable/usr.sbin/fstyp/
H A DMakefile49 LIBADD= geom md ufs
/freebsd-13-stable/sys/dev/gxemul/disk/
H A Dgxemul_disk.c45 #include <geom/geom.h>
90 sc = bp->bio_to->geom->softc;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c39 #include <geom/geom.h>
40 #include <geom/geom_disk.h>
41 #include <geom/geom_int.h>
235 /* Do we have geom already? No? Create one. */
236 LIST_FOREACH(gp, &zfs_vdev_class.geom, geom) {
263 ZFS_LOG(1, "Created geom and consumer for %s.", pp->name);
317 gp = cp->geom;
331 /* Destroy geom i
[all...]
/freebsd-13-stable/sys/geom/cache/
H A Dg_cache.c45 #include <geom/geom.h>
46 #include <geom/geom_dbg.h>
47 #include <geom/cache/g_cache.h>
222 sc = bp->bio_from->geom->softc;
312 g_io_request(cbp, LIST_FIRST(&bp->bio_to->geom->consumer));
352 gp = bp->bio_to->geom;
443 gp = pp->geom;
455 g_cache_destroy(cp->geom->softc, 1);
463 LIST_FOREACH(gp, &mp->geom, geo
[all...]
/freebsd-13-stable/sys/geom/gate/
H A Dg_gate.c56 #include <geom/geom.h>
57 #include <geom/geom_dbg.h>
58 #include <geom/gate/g_gate.h>
126 gp = pp->geom;
178 sc = pp->geom->softc;
196 sc = bp->bio_to->geom->softc;
242 sc = cp->geom->softc;
256 sc = pbp->bio_to->geom->softc;
413 gp = cp->geom;
[all...]
/freebsd-13-stable/sys/geom/raid/
H A Dmd_jmicron.c44 #include <geom/geom.h>
45 #include <geom/geom_dbg.h>
46 #include "geom/raid/g_raid.h"
830 struct g_geom *geom; local
844 if (pp->geom->rank == 1)
881 LIST_FOREACH(geom, &mp->geom, geom) {
882 sc = geom
[all...]
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal.c56 #include <geom/geom.h>
57 #include <geom/geom_dbg.h>
59 #include <geom/journal/g_journal.h>
171 "(kmem_size / kern.geom.journal.cache.divisor) == cache size");
405 sc = cp->geom->softc;
434 sc = pp->geom->softc;
736 sc = bp->bio_to->geom->softc;
768 sc = bp->bio_from->geom->softc;
1181 sc = bp->bio_from->geom
[all...]
/freebsd-13-stable/sys/geom/bde/
H A Dg_bde_crypt.c54 #include <geom/geom.h>
55 #include <geom/bde/g_bde.h>
H A Dg_bde_lock.c65 #include <geom/geom.h>
66 #include <geom/bde/g_bde.h>

Completed in 149 milliseconds

1234567891011>>