Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1448 isDosDrive(uchar_t checkMe) in isDosDrive() argument
1450 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
1451 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) || in isDosDrive()
1452 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) || in isDosDrive()
1453 (checkMe == DIAGPART)); in isDosDrive()
1464 isDosExtended(uchar_t checkMe) in isDosExtended() argument
1466 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()
1477 isBootPart(uchar_t checkMe) in isBootPart() argument
1479 return (checkMe == X86BOOT); in isBootPart()
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c417 isDosDrive(uchar_t checkMe) in isDosDrive() argument
419 return ((checkMe == DOSOS12) || (checkMe == DOSOS16) || in isDosDrive()
420 (checkMe == DOSHUGE) || (checkMe == FDISK_WINDOWS) || in isDosDrive()
421 (checkMe == FDISK_EXT_WIN) || (checkMe == FDISK_FAT95) || in isDosDrive()
422 (checkMe == DIAGPART)); in isDosDrive()
432 isDosExtended(uchar_t checkMe) in isDosExtended() argument
434 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()
444 isBootPart(uchar_t checkMe) in isBootPart() argument
446 return (checkMe == X86BOOT); in isBootPart()