Searched refs:xnumsect (Results 1 – 3 of 3) sorted by relevance
469 uint32_t xnumsect = 0; in findPartitionOffset() local576 xnumsect = ltohi(part[extendedPart].numsect); in findPartitionOffset()647 if (found > (xstartsect + xnumsect)) { in findPartitionOffset()
521 uint32_t xnumsect = 0; in seek_partn() local665 xnumsect = ltohi(part[extendedPart].numsect); in seek_partn()745 *seekto >= (xstartsect + xnumsect)) { in seek_partn()752 xstartsect + xnumsect - 1); in seek_partn()
1556 uint32_t xnumsect = 0; /* length of extended DOS partition */ in findTheDrive() local1679 xnumsect = LE_32(dosp[extendedPart].numsect); in findTheDrive()1764 if (startsec > (xstartsect + xnumsect)) { in findTheDrive()