Home
last modified time | relevance | path

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

/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c1086 u_long base_offset, needed, total_percent, current_offset; in checklabel() local
1165 total_percent = 0; /* in percent */ in checklabel()
1187 total_percent += size; in checklabel()
1247 if (total_percent != 0) { in checklabel()
1248 if (total_percent > 100) { in checklabel()
1250 total_percent); in checklabel()