.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SCSI_GET_SENSE_INFO_FLD" "9" "09 October 2005" "" "" .SH NAME scsi_get_sense_info_fld \- attempts to get information field from .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int scsi_get_sense_info_fld (const u8 * \fIsense_buffer\fB, int \fIsb_len\fB, u64 * \fIinfo_out\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsense_buffer\fB\fR byte array of sense data .TP \fB\fIsb_len\fB\fR number of valid bytes in sense_buffer .TP \fB\fIinfo_out\fB\fR pointer to 64 integer where 8 or 4 byte information field will be placed if found. .SH "DESCRIPTION" .PP sense data (either fixed or descriptor format) .SH "RETURN VALUE" .PP 1 if information field found, 0 if not found.