scsi_asc_key_strings(9s) sunos man page | unix.com

Man Page: scsi_asc_key_strings

Operating Environment: sunos

Section: 9s

scsi_asc_key_strings(9S)				    Data Structures for Drivers 				  scsi_asc_key_strings(9S)

NAME
scsi_asc_key_strings - SCSI ASC ASCQ to message structure
SYNOPSIS
#include <sys/scsi/scsi.h>
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
DESCRIPTION
The scsi_asc_key_strings structure stores the ASC and ASCQ codes and a pointer to the related ASCII string.
STRUCTURE MEMBERS
ushort_t asc; /* ASC code */ ushort_t ascq; /* ASCQ code */ char *message; /* ASCII message string */ asc Contains the ASC key code. ascq Contains the ASCQ code. message Points to the NULL terminated ASCII string describing the asc and ascq condition
SEE ALSO
scsi_vu_errmsg(9F) ANSI Small Computer System Interface-2 (SCSI-2) Writing Device Drivers SunOS 5.10 24 Feb 1998 scsi_asc_key_strings(9S)
Related Man Pages
scsi_sense_ascq(9f) - opensolaris
scsi_validate_sense(9f) - opensolaris
scsi_address(9s) - suse
scsi_address(9s) - php
scsi_address(9s) - minix
Similar Topics in the Unix Linux Community
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
Merge and Sort tabular data from different text files
Once upon an uptime.
Outputting sequences based on length with sed
Sort only numbers within a string