ReactOS 0.4.15-dev-7953-g1f49173
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DOUT(lvl, strings)
 
#define BREAK()
 

Variables

const int DBG_NONE = 0x00000000
 
const int DBG_PRINT = 0x00000001
 
const int DBG_WARNING = 0x00000002
 
const int DBG_ERROR = 0x00000004
 
const int DBG_STREAM = 0x00000010
 
const int DBG_POWER = 0x00000020
 
const int DBG_DMA = 0x00000040
 
const int DBG_REGS = 0x00000080
 
const int DBG_PROBE = 0x00000100
 
const int DBG_SYSINFO = 0x00000200
 
const int DBG_VSR = 0x00000400
 
const int DBG_PROPERTY = 0x00000800
 
const int DBG_POSITION = 0x00001000
 
const int DBG_PINS = 0x10000000
 
const int DBG_NODES = 0x20000000
 
const int DBG_CONNS = 0x40000000
 
const int DBG_ALL = 0xFFFFFFFF
 
const int DBG_DEFAULT = 0x00000004
 

Macro Definition Documentation

◆ BREAK

#define BREAK ( )

Definition at line 83 of file debug.h.

◆ DOUT

#define DOUT (   lvl,
  strings 
)

Definition at line 82 of file debug.h.

Variable Documentation

◆ DBG_ALL

const int DBG_ALL = 0xFFFFFFFF

Definition at line 35 of file debug.h.

◆ DBG_CONNS

const int DBG_CONNS = 0x40000000

Definition at line 33 of file debug.h.

◆ DBG_DEFAULT

const int DBG_DEFAULT = 0x00000004

Definition at line 41 of file debug.h.

◆ DBG_DMA

◆ DBG_ERROR

const int DBG_ERROR = 0x00000004

Definition at line 19 of file debug.h.

◆ DBG_NODES

const int DBG_NODES = 0x20000000

Definition at line 32 of file debug.h.

◆ DBG_NONE

const int DBG_NONE = 0x00000000

Definition at line 16 of file debug.h.

◆ DBG_PINS

const int DBG_PINS = 0x10000000

Definition at line 31 of file debug.h.

◆ DBG_POSITION

const int DBG_POSITION = 0x00001000

Definition at line 30 of file debug.h.

◆ DBG_POWER

const int DBG_POWER = 0x00000020

Definition at line 23 of file debug.h.

Referenced by CMiniportStream::PowerChangeNotify(), and STDMETHODIMP_().

◆ DBG_PRINT

const int DBG_PRINT = 0x00000001

Definition at line 17 of file debug.h.

◆ DBG_PROBE

const int DBG_PROBE = 0x00000100

Definition at line 26 of file debug.h.

◆ DBG_PROPERTY

◆ DBG_REGS

const int DBG_REGS = 0x00000080

Definition at line 25 of file debug.h.

Referenced by STDMETHODIMP_().

◆ DBG_STREAM

const int DBG_STREAM = 0x00000010

Definition at line 22 of file debug.h.

Referenced by CMiniportStream::SetState(), and CMiniport::TestDataFormat().

◆ DBG_SYSINFO

const int DBG_SYSINFO = 0x00000200

Definition at line 27 of file debug.h.

Referenced by STDMETHODIMP_().

◆ DBG_VSR

const int DBG_VSR = 0x00000400

Definition at line 28 of file debug.h.

Referenced by CMiniport::ValidateFormat().

◆ DBG_WARNING

const int DBG_WARNING = 0x00000002