1SCSI_FINISH_ASYNC_SC(9) SCSI mid layer SCSI_FINISH_ASYNC_SC(9)
2
3
4
6 scsi_finish_async_scan - asynchronous scan has finished
7
9 void scsi_finish_async_scan(struct async_scan_data * data);
10
12 data
13 cookie returned from earlier call to scsi_prep_async_scan
14
16 All the devices currently attached to this host have been found. This
17 function announces all the devices it has found to the rest of the
18 system.
19
21 James Bottomley <James.Bottomley@hansenpartnership.com>
22 Author.
23
24 Rob Landley <rob@landley.net>
25 Author.
26
28Kernel Hackers Manual 3.10 June 2019 SCSI_FINISH_ASYNC_SC(9)