Searched refs:extraDrives (Results 1 – 3 of 3) sorted by relevance
482 int extraDrives[FD_NUMPART]; in findPartitionOffset() local532 extraDrives[numExtraDrives++] = i; in findPartitionOffset()673 found = ltohi(part[extraDrives[driveIndex]].relsect) * BPSEC; in findPartitionOffset()
640 int extraDrives[FD_NUMPART]; in seek_partn() local691 extraDrives[numExtraDrives++] = i; in seek_partn()890 *seekto = ltohi(part[extraDrives[driveIndex]].relsect); in seek_partn()898 fill_bpb_sizes(wbpb, part, extraDrives[driveIndex], *seekto); in seek_partn()901 lookup_FAT_size(part[extraDrives[driveIndex]].systid); in seek_partn()
1544 int extraDrives[FD_NUMPART]; in findTheDrive() local1608 extraDrives[numExtraDrives++] = i; in findTheDrive()1768 mediasize = LE_32(dosp[extraDrives[driveIndex]].numsect); in findTheDrive()1769 startsec = LE_32(dosp[extraDrives[driveIndex]].relsect); in findTheDrive()