SCSI_ASC_KEY_STRINGS(9S) | Data Structures for Drivers | SCSI_ASC_KEY_STRINGS(9S) |
#include <sys/scsi/scsi.h>
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
ANSI Small Computer System Interface-2 (SCSI-2)
Writing Device Drivers
February 24, 1998 | OmniOS |