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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c168 static int scsi_debug_no_lun_0 = DEF_NO_LUN_0; variable
785 else if (scsi_debug_no_lun_0 && (0 == devip->lun))
2216 else if (scsi_debug_no_lun_0 && (lun_cnt > 0))
2230 for (i = 0, lun = (scsi_debug_no_lun_0 ? 1 : 0);
2689 module_param_named(no_lun_0, scsi_debug_no_lun_0, int, S_IRUGO | S_IWUSR);
2917 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_no_lun_0);
2925 scsi_debug_no_lun_0 = n;

Completed in 24 milliseconds