Searched refs:scsi_debug_removable (Results 1 – 1 of 1) sorted by relevance
553 static bool scsi_debug_removable = DEF_REMOVABLE; variable1395 arr[1] = scsi_debug_removable ? 0x80 : 0; /* Removable disk */ in resp_inquiry()1876 if (scsi_debug_removable) in resp_format_pg()4099 module_param_named(removable, scsi_debug_removable, bool, S_IRUGO | S_IWUSR);4672 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_removable ? 1 : 0); in removable_show()4680 scsi_debug_removable = (n > 0); in removable_store()