1PROC_PRINT_SCSIDEVIC(9) SCSI mid layer PROC_PRINT_SCSIDEVIC(9)
2
3
4
6 proc_print_scsidevice - return data about this host
7
9 int proc_print_scsidevice(struct device * dev, void * data);
10
12 dev
13 A scsi device
14
15 data
16 struct seq_file to output to.
17
19 prints Host, Channel, Id, Lun, Vendor, Model, Rev, Type, and revision.
20
22 James Bottomley <James.Bottomley@hansenpartnership.com>
23 Author.
24
25 Rob Landley <rob@landley.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 PROC_PRINT_SCSIDEVIC(9)