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

/external/e2fsprogs/misc/
H A Dutil.c115 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ macro
119 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ macro
122 #define SCSI_BLK_MAJOR(M) (SCSI_DISK_MAJOR((M)) || (M) == SCSI_CDROM_MAJOR)
124 #define SCSI_BLK_MAJOR(M) ((M) == SCSI_DISK_MAJOR || (M) == SCSI_CDROM_MAJOR)

Completed in 84 milliseconds