Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c357 scheme = gc->lg_val; in gpart_activate()
369 idx = atoi(gc->lg_val); in gpart_activate()
426 scheme = gc->lg_val; in gpart_bootcode()
475 scheme = gc->lg_val; in gpart_partcode()
486 indexstr = gc->lg_val; in gpart_partcode()
589 scheme = gc->lg_val; in gpart_edit()
621 scheme = gc->lg_val; in gpart_edit()
632 oldtype = gc->lg_val; in gpart_edit()
640 idx = atoi(gc->lg_val); in gpart_edit()
1088 scheme = gc->lg_val; in gpart_create()
[all …]
H A Dpart_wizard.c131 type = gc->lg_val; in boot_disk_select()
133 desc = gc->lg_val; in boot_disk_select()
249 scheme = gc->lg_val; in wizard_partition()
H A Dpartedit.c483 scheme = gc->lg_val; in apply_workaround()
485 modified = gc->lg_val; in apply_workaround()
538 (*items)[*nitems-1].type = gc->lg_val; in add_geom_children()
564 (*items)[*nitems].type = gc->lg_val; in add_geom_children()
/freebsd/sbin/geom/core/
H A Dgeom.c902 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val); in list_one_provider()
931 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val); in list_one_consumer()
945 printf("%s: %s\n", conf->lg_name, conf->lg_val); in list_one_geom()
1076 len = strlen(conf->lg_val); in status_update_len()
1097 glen = strlen(conf->lg_val); in status_update_len_prs()
1108 len = strlen(conf->lg_val); in status_update_len_prs()
1132 state = conf->lg_val; in status_one_consumer()
1134 syncr = conf->lg_val; in status_one_consumer()
1160 status = conf->lg_val; in status_one_geom()
1195 status = conf->lg_val; in status_one_geom_prs()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c382 conf->lg_val == NULL || in get_mbr()
392 part_type = strtol(conf->lg_val, NULL, 10); in get_mbr()
401 conf->lg_name, conf->lg_val); in get_mbr()
/freebsd/lib/libgeom/
H A Dlibgeom.h90 char *lg_val; member
H A Dgeom_xml2tree.c292 gc->lg_val = p; in EndElement()
504 free(cf->lg_val); in delete_config()
/freebsd/sbin/ggate/shared/
H A Dggate.c329 return (conf->lg_val); in get_conf()
/freebsd/lib/geom/part/
H A Dgeom_part.c246 return (gc->lg_val); in find_geomcfg()
258 return (gc->lg_val); in find_provcfg()
309 (idx == 0) ? " [" : ",", gc->lg_val); in fmtattrib()
/freebsd/lib/libefivar/
H A Defivar-dp-xlate.c66 return (conf->lg_val); in geom_pp_attr()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c605 return (gce->lg_val); in geom_config_get()