Searched refs:startsec (Results 1 – 3 of 3) sorted by relevance
113 walk_partitions(int fd, int startsec, uint_t secsz, in walk_partitions() argument120 uint_t sec = startsec; in walk_partitions()146 sec = startsec + ltohi(ipart[i].relsect); in walk_partitions()148 relsect = startsec = sec; in walk_partitions()
307 walk_partitions(int fd, uint32_t startsec, off_t secsz, in walk_partitions() argument314 uint32_t sec = startsec; in walk_partitions()340 sec = startsec + ltohi(ipart[i].relsect); in walk_partitions()342 relsect = startsec = sec; in walk_partitions()
1530 daddr_t startsec; in findTheDrive() local1627 startsec = LE_32(dosp[bootPart].relsect); in findTheDrive()1633 startsec = LE_32(dosp[primaryPart].relsect); in findTheDrive()1733 startsec = in findTheDrive()1736 if (startsec > (xstartsect + xnumsect)) { in findTheDrive()1769 startsec = LE_32(dosp[extraDrives[driveIndex]].relsect); in findTheDrive()1786 fsp->pcfs_dosstart = startsec; in findTheDrive()1793 startsec = pc_dbdaddr(fsp, startsec); in findTheDrive()1802 (diskaddr_t)startsec * (diskaddr_t)DEV_BSIZE; in findTheDrive()1812 (uint_t)startsec, (long long)mediasize, in findTheDrive()[all …]