Searched refs:lg_geom (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/lib/libgeom/
H A Dlibgeom.h98 LIST_HEAD(, ggeom) lg_geom; member in struct:gclass
107 LIST_ENTRY(ggeom) lg_geom; member in struct:ggeom
115 struct ggeom *lg_geom; member in struct:gconsumer
126 struct ggeom *lg_geom; member in struct:gprovider
H A Dgeom_xml2tree.c100 LIST_INIT(&mt->class->lg_geom);
114 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom);
140 mt->consumer->lg_geom = ref;
164 mt->provider->lg_geom = ref;
411 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
432 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
436 pr->lg_geom
[all...]
H A Dgeom_util.c237 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) {
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c50 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
91 LIST_FOREACH(gpart, &classp->lg_geom, lg_geom)
H A Dgpart_ops.c319 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
340 gctl_ro_param(r, "arg0", -1, pp->lg_geom->lg_name);
434 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
454 partcode_path(scheme, fstype), indexstr, pp->lg_geom->lg_name);
463 gpart_destroy(struct ggeom *lg_geom) argument
471 LIST_FOREACH(pp, &lg_geom->lg_provider, lg_provider)
477 gctl_ro_param(r, "arg0", -1, lg_geom->lg_name);
485 gctl_ro_param(r, "arg0", -1, lg_geom->lg_name);
501 delete_part_metadata(lg_geom->lg_name);
540 if (strcmp(cp->lg_geom
[all...]
H A Dpart_wizard.c112 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
180 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
213 LIST_FOREACH(gpart, &classp->lg_geom, lg_geom)
323 LIST_FOREACH(gp, &classp->lg_geom, lg_geom)
H A Dpartedit.h67 void gpart_destroy(struct ggeom *lg_geom);
H A Dpartedit.c458 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
497 LIST_FOREACH(gp, &classp->lg_geom, lg_geom)
553 add_geom_children(cp->lg_geom, recurse+1, items,
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-xlate.c97 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
118 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
243 if (strcmp(pp->lg_geom->lg_class->lg_name, G_LABEL) != 0)
470 if (strcmp(pp->lg_geom->lg_class->lg_name, G_LABEL) == 0) {
472 if (strcmp(cp->lg_provider->lg_geom->lg_class->lg_name, G_PART) == 0) {
478 if (strcmp(pp->lg_geom->lg_class->lg_name, G_PART) != 0)
489 if (strcmp(cp->lg_provider->lg_geom->lg_class->lg_name, G_DISK) == 0) {
490 disk = cp->lg_provider->lg_geom;
[all...]
/freebsd-13-stable/sbin/geom/core/
H A Dgeom.c669 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
693 LIST_FOREACH(gp2, &classp2->lg_geom, lg_geom) {
720 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
754 LIST_FOREACH(gp2, &classp2->lg_geom, lg_geom) {
787 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c216 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) {
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c373 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
421 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc286 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) {
/freebsd-13-stable/usr.sbin/gstat/
H A Dgstat.c328 (gid->lg_ptr))->lg_geom->lg_rank != 1)
395 cp->lg_geom->lg_class->lg_name,
396 cp->lg_geom->lg_name,
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c385 LIST_FOREACH(gp, &class->lg_geom, lg_geom) {
/freebsd-13-stable/lib/geom/mirror/
H A Dgeom_mirror.c426 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c220 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
765 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
/freebsd-13-stable/sbin/mdconfig/
H A Dmdconfig.c463 gg = pp->lg_geom;

Completed in 170 milliseconds