Searched refs:scsi_scan_type (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/ |
| A D | scsi_scan.c | 100 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) in scsi_enable_async_suspend() 1509 if (strncmp(scsi_scan_type, "none", 4) == 0) in __scsi_add_device() 1649 if (strncmp(scsi_scan_type, "none", 4) == 0) in scsi_scan_target() 1653 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_target() 1763 if (strncmp(scsi_scan_type, "sync", 4) == 0) in scsi_prep_async_scan() 1882 if (strncmp(scsi_scan_type, "none", 4) == 0 || in scsi_scan_host() 1883 strncmp(scsi_scan_type, "manual", 6) == 0) in scsi_scan_host()
|
| /linux/ |
| A D | System.map | 155904 ffff800012063240 D scsi_scan_type
|
| A D | .tmp_System.map | 155904 ffff800012063240 D scsi_scan_type
|
Completed in 360 milliseconds