Home
last modified time | relevance | path

Searched refs:lg_config (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c355 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) { in gpart_activate()
367 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in gpart_activate()
424 LIST_FOREACH(gc, &gp->lg_config, lg_config) { in gpart_bootcode()
473 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) { in gpart_partcode()
484 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in gpart_partcode()
587 LIST_FOREACH(gc, &cp->lg_geom->lg_config, lg_config) { in gpart_edit()
619 LIST_FOREACH(gc, &geom->lg_config, lg_config) { in gpart_edit()
630 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in gpart_edit()
834 LIST_FOREACH(gc, &(*a)->lg_config, lg_config) in part_compare()
839 LIST_FOREACH(gc, &(*b)->lg_config, lg_config) in part_compare()
[all …]
H A Dpartedit.c481 LIST_FOREACH(gc, &gp->lg_config, lg_config) { in apply_workaround()
535 !LIST_EMPTY(&gp->lg_config)) { in add_geom_children()
536 LIST_FOREACH(gc, &gp->lg_config, lg_config) { in add_geom_children()
562 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in add_geom_children()
H A Dpart_wizard.c129 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in boot_disk_select()
247 LIST_FOREACH(gc, &gpart->lg_config, lg_config) { in wizard_partition()
/freebsd/lib/libgeom/
H A Dlibgeom.h88 LIST_ENTRY(gconfig) lg_config;
98 struct gconf lg_config; member
109 struct gconf lg_config; member
119 struct gconf lg_config; member
133 struct gconf lg_config; member
H A Dgeom_xml2tree.c100 LIST_INIT(&mt->class->lg_config); in StartElement()
116 LIST_INIT(&mt->geom->lg_config); in StartElement()
135 LIST_INIT(&mt->consumer->lg_config); in StartElement()
159 LIST_INIT(&mt->provider->lg_config); in StartElement()
168 mt->config = &mt->provider->lg_config; in StartElement()
172 mt->config = &mt->consumer->lg_config; in StartElement()
176 mt->config = &mt->geom->lg_config; in StartElement()
180 mt->config = &mt->class->lg_config; in StartElement()
270 c = &mt->provider->lg_config; in EndElement()
272 c = &mt->geom->lg_config; in EndElement()
[all …]
/freebsd/sbin/geom/core/
H A Dgeom.c901 LIST_FOREACH(conf, &pp->lg_config, lg_config) { in list_one_provider()
930 LIST_FOREACH(conf, &cp->lg_config, lg_config) { in list_one_consumer()
944 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in list_one_geom()
1074 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in status_update_len()
1095 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in status_update_len_prs()
1106 LIST_FOREACH(conf, &pp->lg_config, lg_config) { in status_update_len_prs()
1130 LIST_FOREACH(conf, &cp->lg_config, lg_config) { in status_one_consumer()
1158 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in status_one_geom()
1193 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in status_one_geom_prs()
1199 LIST_FOREACH(conf, &pp->lg_config, lg_config) { in status_one_geom_prs()
/freebsd/lib/geom/part/
H A Dgeom_part.c232 LIST_FOREACH(gc, &gp->lg_config, lg_config) { in geom_is_withered()
244 LIST_FOREACH(gc, &gp->lg_config, lg_config) { in find_geomcfg()
256 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in find_provcfg()
305 LIST_FOREACH(gc, &pp->lg_config, lg_config) { in fmtattrib()
/freebsd/sbin/ggate/shared/
H A Dggate.c327 LIST_FOREACH(conf, &gp->lg_config, lg_config) { in get_conf()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c380 LIST_FOREACH(conf, &pp->lg_config, lg_config) { in get_mbr()
/freebsd/lib/libefivar/
H A Defivar-dp-xlate.c63 LIST_FOREACH(conf, &pp->lg_config, lg_config) { in geom_pp_attr()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c537 gc = &pp->lg_config; in md_list()
603 LIST_FOREACH(gce, g, lg_config) { in geom_config_get()