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

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

Completed in 67 milliseconds