Query: scsi_inq_str
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_INQ_STR(9) SCSI mid layer SCSI_INQ_STR(9)NAMEscsi_inq_str - print INQUIRY data from min to max index, strip trailing whitespaceSYNOPSISunsigned char * scsi_inq_str(unsigned char * buf, unsigned char * inq, unsigned first, unsigned end);ARGUMENTSbuf Output 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 inqAUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_INQ_STR(9)