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
17 struct seq_file to output to.
18
20 prints Host, Channel, Id, Lun, Vendor, Model, Rev, Type, and revision.
21
23 James Bottomley <James.Bottomley@hansenpartnership.com>
24 Author.
25
26 Rob Landley <rob@landley.net>
27 Author.
28
30Kernel Hackers Manual 2.6. November 2011 PROC_PRINT_SCSIDEVIC(9)