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

/freebsd-11.0-release/lib/libgeom/
H A Dlibgeom.h87 LIST_ENTRY(gconfig) lg_config; member in struct:gconfig
97 struct gconf lg_config; member in struct:gclass
108 struct gconf lg_config; member in struct:ggeom
118 struct gconf lg_config; member in struct:gconsumer
132 struct gconf lg_config; member in struct:gprovider
H A Dgeom_xml2tree.c99 LIST_INIT(&mt->class->lg_config);
115 LIST_INIT(&mt->geom->lg_config);
134 LIST_INIT(&mt->consumer->lg_config);
158 LIST_INIT(&mt->provider->lg_config);
167 mt->config = &mt->provider->lg_config;
171 mt->config = &mt->consumer->lg_config;
175 mt->config = &mt->geom->lg_config;
179 mt->config = &mt->class->lg_config;
269 c = &mt->provider->lg_config;
271 c = &mt->geom->lg_config;
[all...]
/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c321 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
334 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
390 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
437 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
448 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
[all...]
H A Dpartedit.c416 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
470 !LIST_EMPTY(&gp->lg_config)) {
471 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
497 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
H A Dpart_wizard.c117 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
218 LIST_FOREACH(gc, &gpart->lg_config, lg_config) {
/freebsd-11.0-release/sbin/geom/core/
H A Dgeom.c703 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
732 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
746 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
850 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
871 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
[all...]
/freebsd-11.0-release/sbin/ggate/shared/
H A Dggate.c327 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
/freebsd-11.0-release/sbin/geom/class/part/
H A Dgeom_part.c231 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
243 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
292 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c386 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
/freebsd-11.0-release/sbin/mdconfig/
H A Dmdconfig.c453 gc = &pp->lg_config;
513 LIST_FOREACH(gce, g, lg_config) {

Completed in 135 milliseconds