Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c782 static int sdebug_uuid_ctl = DEF_UUID_CTL; variable
1254 if (sdebug_uuid_ctl) { in inquiry_vpd_83()
5136 if (sdebug_uuid_ctl == 1) in sdebug_device_create()
5138 else if (sdebug_uuid_ctl == 2) { in sdebug_device_create()
5876 module_param_named(uuid_ctl, sdebug_uuid_ctl, int, S_IRUGO);
6777 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_uuid_ctl); in uuid_ctl_show()