1. NAME▲
scsi_inq_str - print INQUIRY data from min to max index, strip trailing whitespace
2. SYNOPSIS ▲
unsigned char * scsi_inq_str(unsigned char * buf , unsigned char * inq , unsigned first , unsigned end );
3. ARGUMENTS ▲
buf
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 inq
4. AUTHORS ▲
James Bottomley <>
Author.
Rob Landley <>
Author.
5. COPYRIGHT ▲