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/fsck/
H A Dpcfs_common.c468 uint32_t xnumsect = 0; in findPartitionOffset() local
575 xnumsect = ltohi(part[extendedPart].numsect); in findPartitionOffset()
646 if (found > (xstartsect + xnumsect)) { in findPartitionOffset()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1531 uint32_t xnumsect = 0; /* length of extended DOS partition */ in findTheDrive() local
1654 xnumsect = LE_32(dosp[extendedPart].numsect); in findTheDrive()
1739 if (startsec > (xstartsect + xnumsect)) { in findTheDrive()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c628 uint32_t xnumsect = 0; in seek_partn() local
770 xnumsect = ltohi(part[extendedPart].numsect); in seek_partn()
849 *seekto >= (xstartsect + xnumsect)) { in seek_partn()
856 xstartsect + xnumsect - 1); in seek_partn()