Home
last modified time | relevance | path

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

/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c102 static char part_offset_type[MAX_NUM_PARTS]; variable
736 bzero(&part_offset_type, sizeof(part_offset_type)); in getasciilabel()
1019 NXTWORD(part_offset_type[part],v); in getasciipartspec()
1020 if (v == 0 && part_offset_type[part] != '*' && in getasciipartspec()
1021 part_offset_type[part] != '\0') { in getasciipartspec()
1285 if (part_offset_type[i] == '*') { in checklabel()
1297 if (part_offset_type[i] == '*') { in checklabel()
1325 if (part_offset_type[i] == '*') { in checklabel()