Home
last modified time | relevance | path

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) in isDosDrive() argument
423 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
424 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) || in isDosDrive()
425 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) || in isDosDrive()
426 (checkMe == DIAGPART)); in isDosDrive()
436 isDosExtended(uchar_t checkMe) in isDosExtended() argument
438 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()
448 isBootPart(uchar_t checkMe) in isBootPart() argument
450 return (checkMe == X86BOOT); in isBootPart()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1451 isDosDrive(uchar_t checkMe) in isDosDrive() argument
1453 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
1454 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) || in isDosDrive()
1455 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) || in isDosDrive()
1456 (checkMe == DIAGPART)); in isDosDrive()
1467 isDosExtended(uchar_t checkMe) in isDosExtended() argument
1469 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()
1480 isBootPart(uchar_t checkMe) in isBootPart() argument
1482 return (checkMe == X86BOOT); in isBootPart()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c419 isDosDrive(uchar_t checkMe) in isDosDrive() argument
421 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
422 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) || in isDosDrive()
423 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) || in isDosDrive()
424 (checkMe == DIAGPART)); in isDosDrive()
434 isDosExtended(uchar_t checkMe) in isDosExtended() argument
436 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()
446 isBootPart(uchar_t checkMe) in isBootPart() argument
448 return (checkMe == X86BOOT); in isBootPart()