ReactOS 0.4.15-dev-7924-g5949c20
driver.c File Reference
#include <ntoskrnl.h>
#include <debug.h>
Include dependency graph for driver.c:

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,...)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file driver.c.

Function Documentation

◆ VfFailDeviceNode()

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.

42{
44}
#define UNIMPLEMENTED
Definition: debug.h:115

Referenced by PciStallForPowerChange().

◆ VfFailDriver()

VOID __cdecl VfFailDriver ( IN ULONG  BugCheckMajorCode,
IN ULONG  BugCheckMinorCode,
IN VF_FAILURE_CLASS  FailureClass,
IN OUT PULONG  AssertionControl,
IN PSTR  DebuggerMessageText,
IN PSTR  ParameterFormatString,
  ... 
)

Definition at line 64 of file driver.c.

71{
73}

◆ VfFailSystemBIOS()

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 51 of file driver.c.

58{
60}

◆ VfIsVerificationEnabled()

BOOLEAN NTAPI VfIsVerificationEnabled ( IN VF_OBJECT_TYPE  VfObjectType,
IN PVOID Object  OPTIONAL 
)

Definition at line 22 of file driver.c.

24{
26 return FALSE;
27}
#define FALSE
Definition: types.h:117

Referenced by PciVerifierInit().