Searched refs:scsi_debug_strict (Results 1 – 1 of 1) sorted by relevance
559 static bool scsi_debug_strict = DEF_STRICT; variable4103 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()5225 if (scsi_debug_strict) { /* check cdb against mask */ in scsi_debug_queuecommand()