ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _tagBugCheckStaticDataHeader |
struct | _tagBugCheckDataLocation |
struct | _tagBugCheckStaticDataContent_V0 |
struct | _tagBugCheckPerNicDataContent_V0 |
struct | _tagBugCheckHistoryDataEntry_V0 |
struct | _tagBugCheckHistoryDataEntry_V1 |
struct | _tagBugCheckStaticDataContent_V1 |
struct | _tagBugCheckPerNicDataContent_V1 |
Variables | |
static const GUID | ParaNdis_CrashGuid |
#define PARANDIS_DEBUG_HISTORY_DATA_VERSION 1 |
Definition at line 93 of file DebugData.h.
#define PARANDIS_DEBUG_INTERRUPTS |
Definition at line 104 of file DebugData.h.
#define PARANDIS_DEBUG_PER_NIC_DATA_VERSION 0 |
Definition at line 92 of file DebugData.h.
#define PARANDIS_DEBUG_STATIC_DATA_VERSION 0 |
Definition at line 91 of file DebugData.h.
#define PARANDIS_GET_LAST_INTERRUPT_TIMESTAMP | ( | p | ) | (p)->LastInterruptTimeStamp.QuadPart |
Definition at line 109 of file DebugData.h.
#define PARANDIS_STORE_LAST_INTERRUPT_TIMESTAMP | ( | p | ) | NdisGetCurrentSystemTime(&(p)->LastInterruptTimeStamp) |
Definition at line 107 of file DebugData.h.
Definition at line 161 of file DebugData.h.
Definition at line 155 of file DebugData.h.
Definition at line 151 of file DebugData.h.
Definition at line 38 of file DebugData.h.
Definition at line 68 of file DebugData.h.
Referenced by ParaNdis_OnBugCheck().