Home | History | Annotate | Download | only in sysinst

Lines Matching defs:gp_label

134 	char gp_label[GPT_LABEL_LEN];	/* user defined label */
227 strlcpy(part->gp_label, val, sizeof(part->gp_label));
359 strlcpy(np->gp_label, tt, sizeof(np->gp_label));
1289 if (strcmp(p->gp_label, old.gp_label) != 0) {
1292 p->gp_start, p->gp_label, disk) != 0)
1422 if (p->gp_label[0] != 0)
1424 p->gp_label, sizeof(dkw.dkw_wname));
1487 if (usage == logical_name && p->gp_label[0] == 0 && p->gp_id[0] == 0)
1497 if (p->gp_label[0] != 0) {
1498 escape_spaces(tmpname, p->gp_label);
1535 char label_arg[sizeof(p->gp_label) + 10];
1630 if (p->gp_label[0] == 0)
1633 sprintf(label_arg, "-l \'%s\'", p->gp_label);
1670 if (strcmp(p->gp_label, name) == 0)
1771 if (p->gp_label[0] != 0)
1772 return p->gp_label;
1805 strlcpy(out, p->gp_label, out_space);
1882 strlcpy(p->gp_label, new_val, sizeof(p->gp_label));