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

/freebsd-13-stable/lib/libgeom/
H A Dlibgeom.h89 LIST_ENTRY(gconfig) lg_config; member in struct:gconfig
99 struct gconf lg_config; member in struct:gclass
110 struct gconf lg_config; member in struct:ggeom
120 struct gconf lg_config; member in struct:gconsumer
134 struct gconf lg_config; member in struct:gprovider
H A Dgeom_xml2tree.c101 LIST_INIT(&mt->class->lg_config);
117 LIST_INIT(&mt->geom->lg_config);
136 LIST_INIT(&mt->consumer->lg_config);
160 LIST_INIT(&mt->provider->lg_config);
169 mt->config = &mt->provider->lg_config;
173 mt->config = &mt->consumer->lg_config;
177 mt->config = &mt->geom->lg_config;
181 mt->config = &mt->class->lg_config;
271 c = &mt->provider->lg_config;
273 c = &mt->geom->lg_config;
[all...]
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c319 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
331 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
387 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
434 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
445 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
[all...]
H A Dpart_wizard.c118 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
219 LIST_FOREACH(gc, &gpart->lg_config, lg_config) {
H A Dpartedit.c459 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
513 !LIST_EMPTY(&gp->lg_config)) {
514 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
540 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
/freebsd-13-stable/sbin/geom/core/
H A Dgeom.c893 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
922 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
936 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
1062 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
1083 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
[all...]
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c236 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
248 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
260 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
309 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c329 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-xlate.c66 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c382 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
/freebsd-13-stable/sbin/mdconfig/
H A Dmdconfig.c474 gc = &pp->lg_config;
539 LIST_FOREACH(gce, g, lg_config) {

Completed in 136 milliseconds