scsi_get_sense_info_fld(9) suse man page | unix.com

Man Page: scsi_get_sense_info_fld

Operating Environment: suse

Section: 9

SCSI_GET_SENSE_INFO_(9) 					  SCSI mid layer					   SCSI_GET_SENSE_INFO_(9)

NAME
scsi_get_sense_info_fld - get information field from sense data (either fixed or descriptor format)
SYNOPSIS
int scsi_get_sense_info_fld(const u8 * sense_buffer, int sb_len, u64 * info_out);
ARGUMENTS
sense_buffer byte array of sense data sb_len number of valid bytes in sense_buffer info_out pointer to 64 integer where 8 or 4 byte information field will be placed if found.
RETURN VALUE
1 if information field found, 0 if not found.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SCSI_GET_SENSE_INFO_(9)
Related Man Pages
fc_remote_port_delete(9) - centos
scsi_sense_info_uint64(9f) - opensolaris
hbaapi_scsi_info_fns(3c) - hpux
scsi_sense_asc(9f) - opensolaris
scsi_sense_key(9f) - opensolaris
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I