Home
last modified time | relevance | path

Searched refs:geom (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/freebsd-12-stable/tools/regression/geom/ConfCmp/
Da1c.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a1c.conf 92512 2002-03-17 18:53:58Z phk…
6 <geom>
13 <geom><ref>0x80bfd00</ref></geom>
17 </geom>
18 <geom>
25 <geom><ref>0x80bfc80</ref></geom>
29 </geom>
30 <geom>
37 <geom><ref>0x80bfc00</ref></geom>
41 </geom>
[all …]
Da1.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a1.conf 92512 2002-03-17 18:53:58Z phk …
6 <geom>
13 <geom><ref>0x80bfd00</ref></geom>
17 </geom>
18 <geom>
25 <geom><ref>0x80bfc80</ref></geom>
29 </geom>
30 <geom>
37 <geom><ref>0x80bfc00</ref></geom>
41 </geom>
[all …]
Da1b.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a1b.conf 92512 2002-03-17 18:53:58Z phk…
6 <geom>
13 <geom><ref>0x80bfd00</ref></geom>
17 </geom>
18 <geom>
25 <geom><ref>0x80bfc80</ref></geom>
29 </geom>
30 <geom>
37 <geom><ref>0x80bfc00</ref></geom>
41 </geom>
[all …]
Da1d.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a1d.conf 92512 2002-03-17 18:53:58Z phk…
6 <geom>
13 <geom><ref>0x80bfd00</ref></geom>
17 </geom>
18 <geom>
25 <geom><ref>0x80bfc80</ref></geom>
29 </geom>
30 <geom>
37 <geom><ref>0x80bfc00</ref></geom>
41 </geom>
[all …]
Da1a.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a1a.conf 92512 2002-03-17 18:53:58Z phk…
6 <geom>
13 <geom><ref>0x90bfd00</ref></geom>
17 </geom>
18 <geom>
25 <geom><ref>0x90bfc80</ref></geom>
29 </geom>
30 <geom>
37 <geom><ref>0x90bfc00</ref></geom>
41 </geom>
[all …]
Da2d.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a2d.conf 95397 2002-04-24 20:33:04Z phk…
5 <geom id="0x80bce00">
10 <geom ref="0x80bce00"/>
14 </geom>
15 <geom id="0x80bcc80">
20 <geom ref="0x80bcc80"/>
24 </geom>
25 <geom id="0x80bcb00">
30 <geom ref="0x80bcb00"/>
34 </geom>
[all …]
Da2.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a2.conf 95397 2002-04-24 20:33:04Z phk …
5 <geom id="0x80bce00">
10 <geom ref="0x80bce00"/>
14 </geom>
15 <geom id="0x80bcc80">
20 <geom ref="0x80bcc80"/>
24 </geom>
25 <geom id="0x80bcb00">
30 <geom ref="0x80bcb00"/>
34 </geom>
[all …]
Da2c.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a2c.conf 95397 2002-04-24 20:33:04Z phk…
5 <geom id="0x80bce00">
10 <geom ref="0x80bce00"/>
14 </geom>
15 <geom id="0x80bcc80">
20 <geom ref="0x80bcc80"/>
24 </geom>
25 <geom id="0x80bcb00">
30 <geom ref="0x80bcb00"/>
34 </geom>
[all …]
Da2b.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a2b.conf 95397 2002-04-24 20:33:04Z phk…
5 <geom id="0x80bce00">
10 <geom ref="0x80bce00"/>
14 </geom>
15 <geom id="0x80bcc80">
20 <geom ref="0x80bcc80"/>
24 </geom>
25 <geom id="0x80bcb00">
30 <geom ref="0x80bcb00"/>
34 </geom>
[all …]
Da2a.conf2 …<FreeBSD>$FreeBSD: stable/12/tools/regression/geom/ConfCmp/a2a.conf 95397 2002-04-24 20:33:04Z phk…
5 <geom id="0x90bce00">
10 <geom ref="0x90bce00"/>
14 </geom>
15 <geom id="0x90bcc80">
20 <geom ref="0x90bcc80"/>
24 </geom>
25 <geom id="0x90bcb00">
30 <geom ref="0x90bcb00"/>
34 </geom>
[all …]
/freebsd-12-stable/usr.bin/mkimg/
Dvhd.c115 vhd_geometry(uint64_t image_size, struct vhd_geom *geom) in vhd_geometry() argument
126 geom->cylinders = (ncyls != 0) ? ncyls : in vhd_geometry()
128 geom->heads = nheads; in vhd_geometry()
129 geom->sectors = nsecs; in vhd_geometry()
136 geom->cylinders = imgsz / (16 * 255); in vhd_geometry()
137 geom->heads = 16; in vhd_geometry()
138 geom->sectors = 255; in vhd_geometry()
141 geom->sectors = 17; in vhd_geometry()
143 geom->heads = (cth + 1023) / 1024; in vhd_geometry()
144 if (geom->heads < 4) in vhd_geometry()
[all …]
/freebsd-12-stable/sys/geom/
Dgeom_subr.c69 SDT_PROVIDER_DEFINE(geom);
126 LIST_INIT(&mp->geom); in g_load_class()
135 LIST_FOREACH(gp, &mp2->geom, geom) { in g_load_class()
156 LIST_FOREACH(gp, &mp->geom, geom) { in g_unload_class()
179 if (!LIST_EMPTY(&mp->geom) && mp->destroy_geom == NULL) { in g_unload_class()
188 LIST_FOREACH(gp, &mp->geom, geom) { in g_unload_class()
197 gp = LIST_FIRST(&mp->geom); in g_unload_class()
257 KASSERT(LIST_EMPTY(&mp->geom), in g_modevent()
290 LIST_FOREACH(gp, &mp2->geom, geom) { in g_retaste_event()
295 if (cp->geom->class == mp && in g_retaste_event()
[all …]
Dgeom_dump.c95 LIST_FOREACH(gp, &mp->geom, geom) in g_confdot_class()
130 g_conftxt_geom(sb, cp->geom, level + 1); in g_conftxt_geom()
139 LIST_FOREACH(gp, &mp->geom, geom) in g_conftxt_class()
196 sbuf_printf(sb, "\t <geom ref=\"%p\"/>\n", cp->geom); in g_conf_consumer()
201 if (cp->geom->flags & G_GEOM_WITHER) in g_conf_consumer()
203 else if (cp->geom->dumpconf != NULL) { in g_conf_consumer()
205 cp->geom->dumpconf(sb, "\t ", cp->geom, cp, NULL); in g_conf_consumer()
216 sbuf_printf(sb, "\t <geom ref=\"%p\"/>\n", pp->geom); in g_conf_provider()
229 else if (pp->geom->flags & G_GEOM_WITHER) in g_conf_provider()
231 else if (pp->geom->dumpconf != NULL) { in g_conf_provider()
[all …]
/freebsd-12-stable/lib/libgeom/
Dgeom_xml2tree.c54 struct ggeom *geom; member
104 if (!strcmp(name, "geom") && mt->geom == NULL) { in StartElement()
105 mt->geom = calloc(1, sizeof *mt->geom); in StartElement()
106 if (mt->geom == NULL) { in StartElement()
113 mt->geom->lg_id = id; in StartElement()
114 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom); in StartElement()
115 LIST_INIT(&mt->geom->lg_provider); in StartElement()
116 LIST_INIT(&mt->geom->lg_consumer); in StartElement()
117 LIST_INIT(&mt->geom->lg_config); in StartElement()
120 if (!strcmp(name, "class") && mt->geom != NULL) { in StartElement()
[all …]
/freebsd-12-stable/usr.bin/mkimg/tests/
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-12-stable/targets/pseudo/userland/lib/
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/part \
[all …]
/freebsd-12-stable/sys/geom/virstor/
Dg_virstor.c243 sc->geom->name); in virstor_ctl_stop()
247 sc->geom->name, error); in virstor_ctl_stop()
303 "virstor %s", sc->geom->name); in virstor_ctl_add()
304 gctl_error(req, "Virstor %s is incomplete", sc->geom->name); in virstor_ctl_add()
344 cp = g_new_consumer(sc->geom); in virstor_ctl_add()
379 pp->name, sc->geom->name); in virstor_ctl_add()
420 sc->geom->name); in virstor_ctl_add()
456 LIST_FOREACH(gp, &cp->geom, geom) { in virstor_find_geom()
481 sc->geom->name); in update_metadata()
484 sc->geom->class->name, sc->geom->name); in update_metadata()
[all …]
/freebsd-12-stable/tests/sys/geom/class/multipath/
Dfailloop.sh39 sysctl -n kern.geom.notaste > kern.geom.notaste.txt
50 sysctl kern.geom.notaste=1
71 if [ -f kern.geom.notaste.txt ]; then
72 sysctl kern.geom.notaste=`cat kern.geom.notaste.txt`
/freebsd-12-stable/sys/geom/raid/
Dg_raid_ctl.c60 LIST_FOREACH(gp, &mp->geom, geom) { in g_raid_find_node()
71 LIST_FOREACH(gp, &mp->geom, geom) { in g_raid_find_node()
87 LIST_FOREACH(gp, &mp->geom, geom) { in g_raid_find_node()
104 struct g_geom *geom; in g_raid_ctl_label() local
125 crstatus = g_raid_create_node_format(format, req, &geom); in g_raid_ctl_label()
131 sc = (struct g_raid_softc *)geom->softc; in g_raid_ctl_label()
/freebsd-12-stable/tools/kerneldoc/subsys/
DDoxyfile-geom3 # $FreeBSD: stable/12/tools/kerneldoc/subsys/Doxyfile-geom 196511 2009-08-24 13:10:55Z netchild $
9 OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/geom/
14 INPUT = $(DOXYGEN_SRC_PATH)/geom/ $(NOTREVIEWED)
16 GENERATE_TAGFILE = geom/geom.tag
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
Dgpart_ops.c509 struct ggeom *geom; in gpart_edit() local
537 geom = NULL; in gpart_edit()
565 if (geom == NULL && strcmp(pp->lg_geom->lg_class->lg_name, "PART") == 0) in gpart_edit()
566 geom = pp->lg_geom; in gpart_edit()
568 if (geom == NULL) { in gpart_edit()
574 LIST_FOREACH(gc, &geom->lg_config, lg_config) { in gpart_edit()
639 gctl_ro_param(r, "arg0", -1, geom->lg_name); in gpart_edit()
810 gpart_max_free(struct ggeom *geom, intmax_t *npartstart) in gpart_max_free() argument
823 LIST_FOREACH(gc, &geom->lg_config, lg_config) { in gpart_max_free()
831 LIST_FOREACH(pp, &geom->lg_provider, lg_provider) in gpart_max_free()
[all …]
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dgeom.subr27 # $FreeBSD: stable/12/usr.sbin/bsdconfig/share/geom.subr 298884 2016-05-01 16:38:12Z pfg $
33 f_dprintf "%s: loading includes..." geom.subr
93 # Parse sysctl(8) `kern.geom.confxml' data into a series of structs. GEOM
98 # is the class number and N is the geom number).
105 eval "$( sysctl -n kern.geom.confxml | awk '
108 struct_count["geom"] = 0
125 struct = struct ( struct ? "" : "geom" )
138 struct = struct ( struct ? "" : "geom" )
164 $1 ~ /^<(class|geom)$/ && mesh {
192 $1 == "</geom>" {
[all …]
/freebsd-12-stable/sys/geom/sched/
DREADME61 # geom sched insert ad0
63 The scheduler is inserted transparently in the geom chain, so
67 To change scheduler on-the-fly, you can reconfigure the geom:
69 # geom sched configure -a as ad0.sched.
78 # geom sched destroy ad0.sched.
80 However, there is some race in the geom subsystem which makes
107 geom_sched is an ordinary geom module, however it is convenient
108 to plug it transparently into the geom graph, so that one can
113 we have "providers" and "geom" objects.
116 geom "ad0" (same name, different object) accessible through pointer old_gp
[all …]
/freebsd-12-stable/sbin/geom/
DMakefile8 PROG= geom
9 SRCS= geom.c subr.c
10 MAN= geom.8
26 .include "${SRCTOP}/lib/geom/Makefile.classes"
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c65 SDT_PROVIDER_DECLARE(geom);
66 SDT_PROBE_DEFINE2(geom, multipath, config, restore, "char*", "char*");
67 SDT_PROBE_DEFINE2(geom, multipath, config, remove, "char*", "char*");
68 SDT_PROBE_DEFINE2(geom, multipath, config, disconnect, "char*", "char*");
69 SDT_PROBE_DEFINE3(geom, multipath, config, fail, "char*", "char*", "int");
70 SDT_PROBE_DEFINE2(geom, multipath, config, taste, "char*", "char*");
71 SDT_PROBE_DEFINE2(geom, multipath, io, restart, "struct bio*", "struct bio*");
145 gp = cp->geom; in g_multipath_fault()
158 SDT_PROBE2(geom, multipath, config, restore, in g_multipath_fault()
215 gp = cp->geom; in g_mpd()
[all …]

12345678910>>...12