Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dutil.c118 #ifdef SCSI_DISK0_MAJOR in check_plausibility()
120 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ in check_plausibility()
124 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ in check_plausibility()
/external/kernel-headers/original/linux/
Dmajor.h22 #define SCSI_DISK0_MAJOR 8 macro