Searched refs:checkMe (Results 1 – 3 of 3) sorted by relevance
421 isDosDrive(uchar_t checkMe) in isDosDrive() argument423 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() argument438 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()448 isBootPart(uchar_t checkMe) in isBootPart() argument450 return (checkMe == X86BOOT); in isBootPart()
1448 isDosDrive(uchar_t checkMe) in isDosDrive() argument1450 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() argument1466 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()1477 isBootPart(uchar_t checkMe) in isBootPart() argument1479 return (checkMe == X86BOOT); in isBootPart()
417 isDosDrive(uchar_t checkMe) in isDosDrive() argument419 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() argument434 return ((checkMe == EXTDOS) || (checkMe == FDISK_EXTLBA)); in isDosExtended()444 isBootPart(uchar_t checkMe) in isBootPart() argument446 return (checkMe == X86BOOT); in isBootPart()