Data Structures for Drivers scsiasckeystrings(9S)
NAME
scsiasckeystrings - SCSI ASC ASCQ to message structure
SYNOPSIS
#include
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
DESCRIPTION
The scsiasckeystrings structure stores the ASC and ASCQ
codes and a pointer to the related ASCI string.
STRUCTURE MEMBERS
ushortt asc; /* ASC code */
ushortt ascq; /* ASCQ code */
char *message; /* ASCI message string */
asc Contains the ASC key code.
ascq Contains the ASCQ code.
message Points to the NUL terminated ASCI string
describing the asc and ascq condition
SEE ALSO
scsivuerrmsg(9F)
ANSI Small Computer System Interface-2 (SCSI-2)
Writing Device Drivers
SunOS 5.11 Last change: 24 Feb 1998 1
|