Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dutil.c120 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ in check_plausibility() macro
124 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ in check_plausibility() macro
127 #define SCSI_BLK_MAJOR(M) (SCSI_DISK_MAJOR((M)) || (M) == SCSI_CDROM_MAJOR) in check_plausibility()
129 #define SCSI_BLK_MAJOR(M) ((M) == SCSI_DISK_MAJOR || (M) == SCSI_CDROM_MAJOR) in check_plausibility()