ReactOS 0.4.16-dev-753-g705a985
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOLEAN NTAPI | VfIsVerificationEnabled (IN VF_OBJECT_TYPE VfObjectType, IN PVOID Object OPTIONAL) |
VOID __cdecl | VfFailDeviceNode (IN PDEVICE_OBJECT PhysicalDeviceObject, IN ULONG BugCheckMajorCode, IN ULONG BugCheckMinorCode, IN VF_FAILURE_CLASS FailureClass, IN OUT PULONG AssertionControl, IN PSTR DebuggerMessageText, IN PSTR ParameterFormatString,...) |
VOID __cdecl | VfFailSystemBIOS (IN ULONG BugCheckMajorCode, IN ULONG BugCheckMinorCode, IN VF_FAILURE_CLASS FailureClass, IN OUT PULONG AssertionControl, IN PSTR DebuggerMessageText, IN PSTR ParameterFormatString,...) |
VOID __cdecl | VfFailDriver (IN ULONG BugCheckMajorCode, IN ULONG BugCheckMinorCode, IN VF_FAILURE_CLASS FailureClass, IN OUT PULONG AssertionControl, IN PSTR DebuggerMessageText, IN PSTR ParameterFormatString,...) |
VOID __cdecl VfFailDeviceNode | ( | IN PDEVICE_OBJECT | PhysicalDeviceObject, |
IN ULONG | BugCheckMajorCode, | ||
IN ULONG | BugCheckMinorCode, | ||
IN VF_FAILURE_CLASS | FailureClass, | ||
IN OUT PULONG | AssertionControl, | ||
IN PSTR | DebuggerMessageText, | ||
IN PSTR | ParameterFormatString, | ||
... | |||
) |
Definition at line 34 of file driver.c.
Referenced by PciStallForPowerChange().
VOID __cdecl VfFailDriver | ( | IN ULONG | BugCheckMajorCode, |
IN ULONG | BugCheckMinorCode, | ||
IN VF_FAILURE_CLASS | FailureClass, | ||
IN OUT PULONG | AssertionControl, | ||
IN PSTR | DebuggerMessageText, | ||
IN PSTR | ParameterFormatString, | ||
... | |||
) |
VOID __cdecl VfFailSystemBIOS | ( | IN ULONG | BugCheckMajorCode, |
IN ULONG | BugCheckMinorCode, | ||
IN VF_FAILURE_CLASS | FailureClass, | ||
IN OUT PULONG | AssertionControl, | ||
IN PSTR | DebuggerMessageText, | ||
IN PSTR | ParameterFormatString, | ||
... | |||
) |
Definition at line 22 of file driver.c.
Referenced by PciVerifierInit().