Searched defs:SCSI_DISK_MAJOR (Results 1 - 1 of 1) sorted by relevance

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

Completed in 61 milliseconds