drivers/scsi/sg.c
1117
MKDEV(SCSI_GENERIC_MAJOR, sdp->index),
drivers/scsi/sg.c
1520
error = cdev_add(cdev, MKDEV(SCSI_GENERIC_MAJOR, sdp->index), 1);
drivers/scsi/sg.c
1529
MKDEV(SCSI_GENERIC_MAJOR,
drivers/scsi/sg.c
1618
device_destroy(&sg_sysfs_class, MKDEV(SCSI_GENERIC_MAJOR, sdp->index));
drivers/scsi/sg.c
1634
MODULE_ALIAS_CHARDEV_MAJOR(SCSI_GENERIC_MAJOR);
drivers/scsi/sg.c
1684
rc = register_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),
drivers/scsi/sg.c
1702
unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS);
drivers/scsi/sg.c
1716
unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0),