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

/linux-master/drivers/scsi/
H A Dscsi_scan.c100 static char scsi_scan_type[7] = SCSI_SCAN_TYPE_DEFAULT; variable
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type),
135 if (strncmp(scsi_scan_type, "async", 5) != 0)
1602 if (strncmp(scsi_scan_type, "none", 4) == 0)
1795 if (strncmp(scsi_scan_type, "none", 4) == 0)
1799 strncmp(scsi_scan_type, "manual", 6) == 0)
1909 if (strncmp(scsi_scan_type, "sync", 4) == 0)
2028 if (strncmp(scsi_scan_type, "none", 4) == 0 ||
2029 strncmp(scsi_scan_type, "manua
[all...]

Completed in 98 milliseconds