Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmajor.h136 #define SCSI_DISK8_MAJOR 128 macro
/linux/drivers/scsi/
H A Dsd.c90 MODULE_ALIAS_BLOCKDEV_MAJOR(SCSI_DISK8_MAJOR);
799 return SCSI_DISK8_MAJOR + major_idx - 8; in sd_major()