Home
last modified time | relevance | path

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

/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c1089 int hog_part; in checklabel() local
1166 hog_part = -1; in checklabel()
1175 if (hog_part != -1) in checklabel()
1177 hog_part + 'a',i + 'a'); in checklabel()
1179 hog_part = i; in checklabel()
1274 if (hog_part != -1) { in checklabel()
1281 for (i = hog_part - 1; i >= 0; i--) { in checklabel()
1293 for (i = lp->d_npartitions - 1; i > hog_part; i--) { in checklabel()
1306 hog_part + 'a'); in checklabel()
1311 lp->d_partitions[hog_part].p_size = 0; in checklabel()
[all …]