Query: scsi_normalize_sense
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_NORMALIZE_SENSE(9) SCSI mid layer SCSI_NORMALIZE_SENSE(9)NAMEscsi_normalize_sense - normalize main elements from either fixed or descriptor sense data format into a common format.SYNOPSISint scsi_normalize_sense(const u8 * sense_buffer, int sb_len, struct scsi_sense_hdr * sshdr);ARGUMENTSsense_buffer byte array containing sense data returned by device sb_len number of valid bytes in sense_buffer sshdr pointer to instance of structure that common elements are written to.NOTESThe "main elements" from sense data are: response_code, sense_key, asc, ascq and additional_length (only for descriptor format). Typically this function can be called after a device has responded to a SCSI command with the CHECK_CONDITION status.RETURN VALUE1 if valid sense data information found, else 0;AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_NORMALIZE_SENSE(9)
Related Man Pages |
---|
fc_remote_port_delete(9) - centos |
ata_scsi_translate(9) - suse |
scsi_find_sense_descr(9f) - opensolaris |
scsi_sense_ascq(9f) - opensolaris |
scsi_validate_sense(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Getting command output to putty window title. |
Migrating to UNIX |
SOCKS proxy & PAM configuration exposure |
Tar Command |