scsi_inq_str (9) - Linux Manuals
scsi_inq_str: print INQUIRY data from min to max index, strip trailing whitespace
NAME
scsi_inq_str - print INQUIRY data from min to max index, strip trailing whitespace
SYNOPSIS
-
unsigned char * scsi_inq_str(unsigned char
* buf, unsigned char* inq, unsignedfirst, unsigned end);
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
AUTHORS
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
COPYRIGHT