Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsdinstall/partedit/
HDgpart_ops.c323 scheme = gc->lg_val; in gpart_activate()
336 idx = atoi(gc->lg_val); in gpart_activate()
392 scheme = gc->lg_val; in gpart_bootcode()
439 scheme = gc->lg_val; in gpart_partcode()
450 indexstr = gc->lg_val; in gpart_partcode()
548 scheme = gc->lg_val; in gpart_edit()
580 scheme = gc->lg_val; in gpart_edit()
591 oldtype = gc->lg_val; in gpart_edit()
592 items[0].text = gc->lg_val; in gpart_edit()
594 if (strcmp(gc->lg_name, "label") == 0 && gc->lg_val != NULL) { in gpart_edit()
[all …]
HDpart_wizard.c119 type = gc->lg_val; in boot_disk()
121 desc = gc->lg_val; in boot_disk()
220 scheme = gc->lg_val; in wizard_partition()
HDpartedit.c417 scheme = gc->lg_val; in apply_workaround()
419 modified = gc->lg_val; in apply_workaround()
472 (*items)[*nitems-1].type = gc->lg_val; in add_geom_children()
498 (*items)[*nitems].type = gc->lg_val; in add_geom_children()
/NextBSD/sbin/geom/core/
HDgeom.c705 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val); in list_one_provider()
734 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val); in list_one_consumer()
748 printf("%s: %s\n", conf->lg_name, conf->lg_val); in list_one_geom()
853 len = strlen(conf->lg_val); in status_update_len()
874 glen = strlen(conf->lg_val); in status_update_len_prs()
885 len = strlen(conf->lg_val); in status_update_len_prs()
909 state = conf->lg_val; in status_one_consumer()
911 syncr = conf->lg_val; in status_one_consumer()
937 status = conf->lg_val; in status_one_geom()
972 status = conf->lg_val; in status_one_geom_prs()
[all …]
/NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_partition_tbl.c388 conf->lg_val == NULL || in get_mbr()
398 part_type = strtol(conf->lg_val, NULL, 10); in get_mbr()
407 conf->lg_name, conf->lg_val); in get_mbr()
/NextBSD/lib/libgeom/
HDlibgeom.h89 char *lg_val; member
HDgeom_xml2tree.c291 gc->lg_val = p; in EndElement()
479 free(cf->lg_val); in delete_config()
/NextBSD/sbin/ggate/shared/
HDggate.c329 return (conf->lg_val); in get_conf()
/NextBSD/sbin/geom/class/part/
HDgeom_part.c233 return (gc->lg_val); in find_geomcfg()
245 return (gc->lg_val); in find_provcfg()
296 (idx == 0) ? " [" : ",", gc->lg_val); in fmtattrib()
/NextBSD/sbin/mdconfig/
HDmdconfig.c515 return (gce->lg_val); in geom_config_get()