ReactOS 0.4.15-dev-7942-gd23573b
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 NORMAL_MASK   0x000000FF
 
#define SPECIAL_MASK   0xFFFFFF00
 
#define MIN_TRACE   0x00000001
 
#define MID_TRACE   0x00000002
 
#define MAX_TRACE   0x00000003
 
#define DEBUG_MINIPORT   0x00000200
 
#define DEBUG_PROTOCOL   0x00000400
 
#define DEBUG_PACKET   0x00000800
 
#define DEBUG_ULTRA   0xFFFFFFFF
 
#define NDIS_DbgPrint(_t_, _x_)
 
#define ASSERT_IRQL(x)
 
#define assert(x)   ASSERT(x)
 
#define assert_irql(x)   ASSERT_IRQL(x)
 
#define UNIMPLEMENTED    NDIS_DbgPrint(MIN_TRACE, ("Unimplemented.\n", __FUNCTION__));
 
#define CHECKPOINT    do { NDIS_DbgPrint(MIN_TRACE, ("\n")); } while(0);
 
#define CP   CHECKPOINT
 

Macro Definition Documentation

◆ assert

#define assert (   x)    ASSERT(x)

Definition at line 60 of file debug.h.

◆ ASSERT_IRQL

#define ASSERT_IRQL (   x)

Definition at line 54 of file debug.h.

◆ assert_irql

#define assert_irql (   x)    ASSERT_IRQL(x)

Definition at line 61 of file debug.h.

◆ CHECKPOINT

#define CHECKPOINT    do { NDIS_DbgPrint(MIN_TRACE, ("\n")); } while(0);

Definition at line 68 of file debug.h.

◆ CP

#define CP   CHECKPOINT

Definition at line 71 of file debug.h.

◆ DEBUG_MINIPORT

#define DEBUG_MINIPORT   0x00000200

Definition at line 17 of file debug.h.

◆ DEBUG_PACKET

#define DEBUG_PACKET   0x00000800

Definition at line 19 of file debug.h.

◆ DEBUG_PROTOCOL

#define DEBUG_PROTOCOL   0x00000400

Definition at line 18 of file debug.h.

◆ DEBUG_ULTRA

#define DEBUG_ULTRA   0xFFFFFFFF

Definition at line 20 of file debug.h.

◆ MAX_TRACE

#define MAX_TRACE   0x00000003

Definition at line 15 of file debug.h.

◆ MID_TRACE

#define MID_TRACE   0x00000002

Definition at line 14 of file debug.h.

◆ MIN_TRACE

#define MIN_TRACE   0x00000001

Definition at line 13 of file debug.h.

◆ NDIS_DbgPrint

#define NDIS_DbgPrint (   _t_,
  _x_ 
)

Definition at line 52 of file debug.h.

◆ NORMAL_MASK

#define NORMAL_MASK   0x000000FF

Definition at line 11 of file debug.h.

◆ SPECIAL_MASK

#define SPECIAL_MASK   0xFFFFFF00

Definition at line 12 of file debug.h.

◆ UNIMPLEMENTED

#define UNIMPLEMENTED    NDIS_DbgPrint(MIN_TRACE, ("Unimplemented.\n", __FUNCTION__));

Definition at line 64 of file debug.h.