Searched refs:lastsec (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/hal/utils/
H A Dfsutils.c121 uint_t lastsec = sec + 1; local
128 while (sec != lastsec) {
132 lastsec = sec;
145 if (is_dos_extended(systid) && (sec == lastsec)) {
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c597 uint32_t firstsec, lastsec, last_free_sec; local
601 lastsec = firstsec + temp->logdrive_offset + temp->numsect - 1;
603 (begsec <= lastsec)) {

Completed in 16 milliseconds