1SCSI_INQ_STR(9) SCSI mid layer SCSI_INQ_STR(9)
2
3
4
6 scsi_inq_str - print INQUIRY data from min to max index, strip trailing
7 whitespace
8
10 unsigned char * scsi_inq_str(unsigned char * buf, unsigned char * inq,
11 unsigned first, unsigned end);
12
14 buf
15 Output buffer with at least end-first+1 bytes of space
16
17 inq
18 Inquiry buffer (input)
19
20 first
21 Offset of string into inq
22
23 end
24 Index after last character in inq
25
27 James Bottomley <James.Bottomley@hansenpartnership.com>
28 Author.
29
30 Rob Landley <rob@landley.net>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 SCSI_INQ_STR(9)