Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c556 static bool scsi_debug_strict = DEF_STRICT; variable
4102 module_param_named(strict, scsi_debug_strict, bool, S_IRUGO | S_IWUSR);
4722 return scnprintf(buf, PAGE_SIZE, "%d\n", !!scsi_debug_strict); in strict_show()
4730 scsi_debug_strict = (n > 0); in strict_store()
5238 if (scsi_debug_strict) { /* check cdb against mask */ in scsi_debug_queuecommand()