MKDEV               9 include/linux/kdev_t.h #define MKDEV(ma,mi)	(((ma) << MINORBITS) | (mi))
MKDEV              98 include/linux/kdev_t.h #define MKDEV(ma,mi)	((ma)<<8 | (mi))
MKDEV               9 include/linux/root_dev.h Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
MKDEV              10 include/linux/root_dev.h Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
MKDEV              11 include/linux/root_dev.h Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
MKDEV              12 include/linux/root_dev.h Root_FD0 = MKDEV(FLOPPY_MAJOR, 0),
MKDEV              13 include/linux/root_dev.h Root_HDA1 = MKDEV(IDE0_MAJOR, 1),
MKDEV              14 include/linux/root_dev.h Root_HDA2 = MKDEV(IDE0_MAJOR, 2),
MKDEV              15 include/linux/root_dev.h Root_SDA1 = MKDEV(SCSI_DISK0_MAJOR, 1),
MKDEV              16 include/linux/root_dev.h Root_SDA2 = MKDEV(SCSI_DISK0_MAJOR, 2),
MKDEV              17 include/linux/root_dev.h Root_HDC1 = MKDEV(IDE1_MAJOR, 1),
MKDEV              18 include/linux/root_dev.h Root_SR0 = MKDEV(SCSI_CDROM_MAJOR, 0),