drivers/scsi/sg.c
1116
MKDEV(SCSI_GENERIC_MAJOR, sdp->index),
drivers/scsi/sg.c
1519
error = cdev_add(cdev, MKDEV(SCSI_GENERIC_MAJOR, sdp->index), 1);
drivers/scsi/sg.c
1528
MKDEV(SCSI_GENERIC_MAJOR,
drivers/scsi/sg.c
1617
device_destroy(&sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index));
drivers/scsi/sg.c
1658
MODULE_ALIAS_CHARDEV_MAJOR(SCSI_GENERIC_MAJOR);
drivers/scsi/sg.c
1675
rc = register_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),
drivers/scsi/sg.c
1692
unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS);
drivers/scsi/sg.c
1705
unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),