Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dpartition.c79 uint64_t sec_no[2], start[2], size[2]; in maxofN() local
85 sec_no[0] = start[0] + size[0]; in maxofN()
89 sec_no[1] = start[1] + size[1]; in maxofN()
92 sec_no[0] = 0; in maxofN()
95 sec_no[1] = 0; in maxofN()
98 max = sec_no[1]; in maxofN()
100 if (sec_no[0] > max) { in maxofN()
101 max = sec_no[0]; in maxofN()