other versions
- stretch 4.9.168-1
SCSI_INQ_STR(9) | SCSI mid layer | SCSI_INQ_STR(9) |
NAME¶
scsi_inq_str - print INQUIRY data from min to max index, strip trailing whitespaceSYNOPSIS¶
unsigned char * scsi_inq_str(unsigned char * buf, unsigned char * inq, unsigned first, unsigned end);
ARGUMENTS¶
bufOutput buffer with at least end-first+1 bytes of
space
inq
Inquiry buffer (input)
first
Offset of string into inq
end
Index after last character in inq
AUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |