Searched refs:sdebug_uuid_ctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 773 static int sdebug_uuid_ctl = DEF_UUID_CTL; variable 1239 if (sdebug_uuid_ctl) { in inquiry_vpd_83() 4946 if (sdebug_uuid_ctl == 1) in sdebug_device_create() 4948 else if (sdebug_uuid_ctl == 2) { in sdebug_device_create() 5662 module_param_named(uuid_ctl, sdebug_uuid_ctl, int, S_IRUGO); 6541 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_uuid_ctl); in uuid_ctl_show()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 781 static int sdebug_uuid_ctl = DEF_UUID_CTL; variable 1244 if (sdebug_uuid_ctl) { in inquiry_vpd_83() 5076 if (sdebug_uuid_ctl == 1) in sdebug_device_create() 5078 else if (sdebug_uuid_ctl == 2) { in sdebug_device_create() 5763 module_param_named(uuid_ctl, sdebug_uuid_ctl, int, S_IRUGO); 6689 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_uuid_ctl); in uuid_ctl_show()
|
Completed in 21 milliseconds