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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c421 isDosDrive(uchar_t checkMe) argument
423 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) ||
424 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) ||
425 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) ||
426 (checkMe == DIAGPART));
436 isDosExtended(uchar_t checkMe) argument
438 return ((checkMe
448 isBootPart(uchar_t checkMe) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1448 isDosDrive(uchar_t checkMe) argument
1450 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) ||
1451 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) ||
1452 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) ||
1453 (checkMe == DIAGPART));
1464 isDosExtended(uchar_t checkMe) argument
1466 return ((checkMe
1477 isBootPart(uchar_t checkMe) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c417 isDosDrive(uchar_t checkMe) argument
419 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) ||
420 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) ||
421 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) ||
422 (checkMe == DIAGPART));
432 isDosExtended(uchar_t checkMe) argument
434 return ((checkMe
444 isBootPart(uchar_t checkMe) argument
[all...]

Completed in 52 milliseconds