Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmajor.h78 #define SCSI_DISK1_MAJOR 65 macro
/openbmc/linux/drivers/scsi/
H A Dsd.c81 MODULE_ALIAS_BLOCKDEV_MAJOR(SCSI_DISK1_MAJOR);
689 return SCSI_DISK1_MAJOR + major_idx - 1; in sd_major()