Home
last modified time | relevance | path

Searched refs:xnumsect (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/common/
H A Dpcfs_common.c469 uint32_t xnumsect = 0; in findPartitionOffset() local
576 xnumsect = ltohi(part[extendedPart].numsect); in findPartitionOffset()
647 if (found > (xstartsect + xnumsect)) { in findPartitionOffset()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_main.c521 uint32_t xnumsect = 0; in seek_partn() local
665 xnumsect = ltohi(part[extendedPart].numsect); in seek_partn()
745 *seekto >= (xstartsect + xnumsect)) { in seek_partn()
752 xstartsect + xnumsect - 1); in seek_partn()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1556 uint32_t xnumsect = 0; /* length of extended DOS partition */ in findTheDrive() local
1679 xnumsect = LE_32(dosp[extendedPart].numsect); in findTheDrive()
1764 if (startsec > (xstartsect + xnumsect)) { in findTheDrive()