SCSI_SENSE_DESC_FIND

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

scsi_sense_desc_find - search for a given descriptor type in  

SYNOPSIS

"SYNOPSIS"

const u8 * scsi_sense_desc_find (const u8 * sense_buffer, int sb_len, int desc_type);  

ARGUMENTS

sense_buffer
byte array of descriptor format sense data
sb_len
number of valid bytes in sense_buffer
desc_type
value of descriptor type to find (e.g. 0 -> information)
 

DESCRIPTION

descriptor sense data format.  

NOTES

only valid when sense data is in descriptor format  

RETURN VALUE

pointer to start of (first) descriptor if found else NULL


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTES
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 00:02:45 GMT, October 09, 2005