ReactOS 0.4.16-dev-1106-g00b5dc8
|
#include <classp.h>
Public Attributes | |
LARGE_INTEGER | TickCount |
ULONG | PortNumber |
UCHAR | ErrorPaging: 1 |
UCHAR | ErrorRetried: 1 |
UCHAR | ErrorUnhandled: 1 |
UCHAR | ErrorReserved: 5 |
UCHAR | Reserved [3] |
SCSI_REQUEST_BLOCK | Srb |
SENSE_DATA | SenseData |
UCHAR _CLASS_ERROR_LOG_DATA::ErrorPaging |
Definition at line 464 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
UCHAR _CLASS_ERROR_LOG_DATA::ErrorReserved |
Definition at line 467 of file classp.h.
Referenced by ClassQueryInternalDataBlock().
UCHAR _CLASS_ERROR_LOG_DATA::ErrorRetried |
Definition at line 465 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
UCHAR _CLASS_ERROR_LOG_DATA::ErrorUnhandled |
Definition at line 466 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
ULONG _CLASS_ERROR_LOG_DATA::PortNumber |
Definition at line 462 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
UCHAR _CLASS_ERROR_LOG_DATA::Reserved[3] |
Definition at line 469 of file classp.h.
Referenced by ClassQueryInternalDataBlock().
SENSE_DATA _CLASS_ERROR_LOG_DATA::SenseData |
Definition at line 479 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
SCSI_REQUEST_BLOCK _CLASS_ERROR_LOG_DATA::Srb |
Definition at line 471 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().
LARGE_INTEGER _CLASS_ERROR_LOG_DATA::TickCount |
Definition at line 461 of file classp.h.
Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().