Searched refs:lg_val (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 357 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() 633 items[0].init = gc->lg_val; in gpart_edit() 635 if (strcmp(gc->lg_name, "label") == 0 && gc->lg_val != NULL) { in gpart_edit() [all …]
|
H A D | part_wizard.c | 131 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 D | partedit.c | 483 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 D | geom.c | 902 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 D | hostres_partition_tbl.c | 382 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 D | libgeom.h | 90 char *lg_val; member
|
H A D | geom_xml2tree.c | 292 gc->lg_val = p; in EndElement() 504 free(cf->lg_val); in delete_config()
|
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 329 return (conf->lg_val); in get_conf()
|
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 246 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 D | efivar-dp-xlate.c | 66 return (conf->lg_val); in geom_pp_attr()
|
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.c | 605 return (gce->lg_val); in geom_config_get()
|