|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <scsi.h>

Public Attributes | |
| UCHAR | PageCode:6 |
| UCHAR | Reserved1:1 |
| UCHAR | PSBit:1 |
| UCHAR | PageLength |
| union { | |
| UCHAR Flags | |
| struct { | |
| UCHAR LogErr:1 | |
| UCHAR Reserved2:1 | |
| UCHAR Test:1 | |
| UCHAR Dexcpt:1 | |
| UCHAR Reserved3:3 | |
| UCHAR Perf:1 | |
| } DUMMYSTRUCTNAME | |
| } | DUMMYUNIONNAME |
| UCHAR | ReportMethod:4 |
| UCHAR | Reserved4:4 |
| UCHAR | IntervalTimer [4] |
| UCHAR | ReportCount [4] |
| UCHAR _MODE_INFO_EXCEPTIONS::Dexcpt |
Definition at line 3067 of file scsi.h.
Referenced by DiskEnableInfoExceptions(), and DiskInfoExceptionComplete().
| _ANONYMOUS_STRUCT struct { ... } _MODE_INFO_EXCEPTIONS::DUMMYSTRUCTNAME |
| _ANONYMOUS_UNION union { ... } _MODE_INFO_EXCEPTIONS::DUMMYUNIONNAME |
| UCHAR _MODE_INFO_EXCEPTIONS::Flags |
Definition at line 3062 of file scsi.h.
Referenced by DiskFdoQueryWmiDataBlock(), and DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::IntervalTimer[4] |
Definition at line 3074 of file scsi.h.
Referenced by DiskFdoQueryWmiDataBlock(), and DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::PageCode |
Definition at line 3057 of file scsi.h.
Referenced by DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::PageLength |
Definition at line 3060 of file scsi.h.
Referenced by DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::Perf |
Definition at line 3069 of file scsi.h.
Referenced by DiskEnableInfoExceptions(), DiskFdoExecuteWmiMethod(), and DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::PSBit |
Definition at line 3059 of file scsi.h.
Referenced by DiskEnableInfoExceptions(), DiskFdoQueryWmiDataBlock(), and DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::ReportCount[4] |
Definition at line 3075 of file scsi.h.
Referenced by DiskFdoQueryWmiDataBlock(), and DiskFdoSetWmiDataBlock().
| UCHAR _MODE_INFO_EXCEPTIONS::ReportMethod |
Definition at line 3072 of file scsi.h.
Referenced by DiskEnableInfoExceptions(), DiskFdoQueryWmiDataBlock(), DiskFdoSetWmiDataBlock(), and DiskInfoExceptionComplete().