gpt.c | 134 char gp_label[GPT_LABEL_LEN]; /* user defined label */ member in struct:gpt_part_entry 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)) [all...] |