Searched refs:scsi_scan_type (Results 1 - 1 of 1) sorted by last modified time

/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)
1610 if (strncmp(scsi_scan_type, "none", 4) == 0)
1803 if (strncmp(scsi_scan_type, "none", 4) == 0)
1807 strncmp(scsi_scan_type, "manual", 6) == 0)
1917 if (strncmp(scsi_scan_type, "sync", 4) == 0)
2036 if (strncmp(scsi_scan_type, "none", 4) == 0 ||
2037 strncmp(scsi_scan_type, "manua
[all...]

Completed in 143 milliseconds