scsi_scan_type 172 drivers/scsi/scsi_pm.c if (strncmp(scsi_scan_type, "async", 5) != 0) scsi_scan_type 123 drivers/scsi/scsi_priv.h extern char scsi_scan_type[]; scsi_scan_type 100 drivers/scsi/scsi_scan.c char scsi_scan_type[7] = SCSI_SCAN_TYPE_DEFAULT; scsi_scan_type 102 drivers/scsi/scsi_scan.c module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), scsi_scan_type 1467 drivers/scsi/scsi_scan.c if (strncmp(scsi_scan_type, "none", 4) == 0) scsi_scan_type 1607 drivers/scsi/scsi_scan.c if (strncmp(scsi_scan_type, "none", 4) == 0) scsi_scan_type 1611 drivers/scsi/scsi_scan.c strncmp(scsi_scan_type, "manual", 6) == 0) scsi_scan_type 1721 drivers/scsi/scsi_scan.c if (strncmp(scsi_scan_type, "sync", 4) == 0) scsi_scan_type 1839 drivers/scsi/scsi_scan.c if (strncmp(scsi_scan_type, "none", 4) == 0 || scsi_scan_type 1840 drivers/scsi/scsi_scan.c strncmp(scsi_scan_type, "manual", 6) == 0)