Searched refs:scsi_probe_lun (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 547 * scsi_probe_lun - probe a single LUN using a SCSI INQUIRY 560 static int scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result, in scsi_probe_lun() function 775 * in scsi_probe_lun, let user level programs doing INQUIRY in scsi_add_lun() 787 * total, since scsi_probe_lun() initializes inq_result with 0s. in scsi_add_lun() 1033 * Call scsi_probe_lun, if a LUN with an attached device is found, 1087 if (scsi_probe_lun(sdev, result, result_len, &bflags)) in scsi_probe_and_add_lun()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 630 * scsi_probe_lun - probe a single LUN using a SCSI INQUIRY 643 static int scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result, in scsi_probe_lun() function 870 * in scsi_probe_lun, let user level programs doing INQUIRY in scsi_add_lun() 882 * total, since scsi_probe_lun() initializes inq_result with 0s. in scsi_add_lun() 1144 * Call scsi_probe_lun, if a LUN with an attached device is found, 1197 if (scsi_probe_lun(sdev, result, result_len, &bflags)) in scsi_probe_and_add_lun()
|
Completed in 4 milliseconds