Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Droot_dev.h16 Root_SDA1 = MKDEV(SCSI_DISK0_MAJOR, 1),
17 Root_SDA2 = MKDEV(SCSI_DISK0_MAJOR, 2),
/Linux-v4.19/include/uapi/linux/
Dmajor.h23 #define SCSI_DISK0_MAJOR 8 macro
/Linux-v4.19/drivers/scsi/
Dsd.c78 MODULE_ALIAS_BLOCKDEV_MAJOR(SCSI_DISK0_MAJOR);
602 return SCSI_DISK0_MAJOR; in sd_major()