Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_debug.c1062 static char sdebug_inq_vendor_id[9] = "Linux "; variable
1084 memcpy(&arr[4], sdebug_inq_vendor_id, 8); in inquiry_vpd_83()
1517 memcpy(&arr[8], sdebug_inq_vendor_id, 8); in resp_inquiry()
4429 module_param_string(inq_vendor, sdebug_inq_vendor_id,
4430 sizeof(sdebug_inq_vendor_id), S_IRUGO|S_IWUSR);