Searched defs:startsec (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c113 walk_partitions(int fd, int startsec, uint_t secsz, argument
120 uint_t sec = startsec;
146 sec = startsec + ltohi(ipart[i].relsect);
148 relsect = startsec = sec;
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c307 walk_partitions(int fd, uint32_t startsec, off_t secsz, argument
314 uint32_t sec = startsec;
340 sec = startsec + ltohi(ipart[i].relsect);
342 relsect = startsec = sec;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1530 daddr_t startsec; local
1627 startsec = LE_32(dosp[bootPart].relsect);
1633 startsec = LE_32(dosp[primaryPart].relsect);
1733 startsec =
1736 if (startsec > (xstartsect + xnumsect)) {
1769 startsec = LE_32(dosp[extraDrives[driveIndex]].relsect);
1786 fsp->pcfs_dosstart = startsec;
1793 startsec = pc_dbdaddr(fsp, startsec);
1802 (diskaddr_t)startsec * (diskaddr_
2608 size_t startsec; local
[all...]

Completed in 113 milliseconds