Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dpartition.c78 uint64_t sec_no[2], start[2], size[2]; in maxofN() local
84 sec_no[0] = start[0] + size[0]; in maxofN()
88 sec_no[1] = start[1] + size[1]; in maxofN()
91 sec_no[0] = 0; in maxofN()
94 sec_no[1] = 0; in maxofN()
97 max = sec_no[1]; in maxofN()
99 if (sec_no[0] > max) { in maxofN()
100 max = sec_no[0]; in maxofN()