Searched refs:geom (Results 201 - 225 of 345) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/geom/raid/
H A Dtr_concat.c41 #include <geom/geom.h>
42 #include <geom/geom_dbg.h>
43 #include "geom/raid/g_raid.h"
H A Dtr_raid0.c41 #include <geom/geom.h>
42 #include <geom/geom_dbg.h>
43 #include "geom/raid/g_raid.h"
H A Dmd_promise.c43 #include <geom/geom.h>
44 #include <geom/geom_dbg.h>
45 #include "geom/raid/g_raid.h"
1067 struct g_geom *geom; local
1071 LIST_FOREACH(geom, &mp->geom, geom) {
1072 sc = geom->softc;
1081 if (geom !
1105 struct g_geom *geom; local
[all...]
H A Dmd_nvidia.c44 #include <geom/geom.h>
45 #include <geom/geom_dbg.h>
46 #include "geom/raid/g_raid.h"
835 struct g_geom *geom; local
849 if (pp->geom->rank == 1)
878 LIST_FOREACH(geom, &mp->geom, geom) {
879 sc = geom
[all...]
/freebsd-13-stable/sys/dev/cfi/
H A Dcfi_disk.c55 #include <geom/geom.h>
56 #include <geom/geom_disk.h>
/freebsd-13-stable/lib/libgeom/
H A Dlibgeom.h41 #include <geom/geom_ctl.h>
/freebsd-13-stable/cddl/sbin/zfs/
H A DMakefile77 LIBADD= jail avl nvpair geom uutil zfs_core spl tpool zutil zfs m crypto
/freebsd-13-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_fdt.c53 #include <geom/geom_disk.h>
H A Daltera_jtag_uart_nexus.c53 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/geom/
H A Dgeom.h105 * Default values for geom methods
122 LIST_HEAD(,g_geom) geom; member in struct:g_class
135 LIST_ENTRY(g_geom) geom; member in struct:g_geom
177 struct g_geom *geom; member in struct:g_consumer
210 struct g_geom *geom; member in struct:g_provider
H A Dgeom_disk.c57 #include <geom/geom.h>
58 #include <geom/geom_disk.h>
59 #include <geom/geom_int.h>
182 gp = bp->bio_to->geom;
796 pp->geom->softc = NULL;
950 * not be any worse off by returning here, because the geom
963 ("geom %p has more than one provider", gp));
995 ("geom %p has more than one provider", gp));
1012 ("geom
[all...]
/freebsd-13-stable/sys/geom/virstor/
H A Dbinstream.c37 #include <geom/virstor/binstream.h>
/freebsd-13-stable/sys/dev/twe/
H A Dtwe_compat.h67 #include <geom/geom_disk.h>
/freebsd-13-stable/sys/
H A DMakefile5 geom gnu isa kern libkern modules net net80211 \
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart51 echo "Dump of kern.geom.conftxt:";
52 sysctl -n kern.geom.conftxt > "$bak_dir/kern.geom.conftxt.tmp"
53 rotate "kern.geom.conftxt" $show
/freebsd-13-stable/tests/sys/kern/
H A Dsendfile_test.sh153 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-13-stable/sys/geom/part/
H A Dg_part.c46 #include <geom/geom.h>
47 #include <geom/geom_ctl.h>
48 #include <geom/geom_int.h>
49 #include <geom/part/g_part.h>
303 gp = pp->geom;
490 * provider so when geom DEV tastes things later, they will be
492 * place of the geom's name we use to create the provider. The
517 LIST_FOREACH(gp, &g_part_class.geom, geom) {
[all...]
/freebsd-13-stable/lib/geom/journal/
H A Dgeom_journal.c42 #include <geom/journal/g_journal.h>
43 #include <core/geom.h>
/freebsd-13-stable/lib/geom/raid3/
H A Dgeom_raid3.c42 #include <geom/raid3/g_raid3.h>
43 #include <core/geom.h>
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_test.c45 #include <geom/geom.h>
/freebsd-13-stable/sys/dev/xen/control/
H A Dcontrol.c130 #include <geom/geom.h>
/freebsd-13-stable/sys/kern/
H A Dkern_physio.c35 #include <geom/geom.h>
/freebsd-13-stable/tests/sys/geom/class/part/
H A Dmisc.sh179 geom part load || atf_skip "could not load module for geom part"
186 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c44 #include <geom/geom.h>
47 #include <geom/raid3/g_raid3.h>
56 LIST_FOREACH(gp, &mp->geom, geom) {
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_list.c38 #include <geom/geom.h>
39 #include <geom/vinum/geom_vinum_var.h>
40 #include <geom/vinum/geom_vinum.h>
41 #include <geom/vinum/geom_vinum_share.h>

Completed in 313 milliseconds

1234567891011>>