Searched refs:isDosExtended (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c430 * isDosExtended()
436 isDosExtended(uchar_t checkMe) function
536 if ((extendedPart < 0) && isDosExtended(part[i].systid)) {
616 } else if (isDosExtended(part[i].systid)) {
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1458 * isDosExtended()
1464 isDosExtended(uchar_t checkMe) function
1612 if ((extendedPart < 0) && isDosExtended(dosp[i].systid)) {
1704 } else if (isDosExtended(dosp[i].systid)) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c426 * isDosExtended()
432 isDosExtended(uchar_t checkMe) function
695 if ((extendedPart < 0) && isDosExtended(part[i].systid)) {
809 } else if (isDosExtended(part[i].systid)) {

Completed in 76 milliseconds