ReactOS 0.4.16-dev-835-gd769f56
|
Go to the source code of this file.
Macros | |
#define | DEBUG_ENTRY(level) _LogOutEntry(level, __FUNCTION__) |
#define | DEBUG_EXIT_STATUS(level, status) _LogOutExitValue(level, __FUNCTION__, status) |
#define | DPrintFunctionName(Level) _LogOutString(Level, __FUNCTION__) |
#define | WPP_INIT_TRACING(a, b) |
#define | WPP_CLEANUP(a) |
#define | MAX_DEBUG_LEVEL 1 |
#define | DPrintf(Level, Fmt) { if ( (Level) > MAX_DEBUG_LEVEL || (Level) > nDebugLevel || !bDebugPrint ) {} else { pDebugPrint Fmt; } } |
#define | DPrintfBypass(Level, Fmt) DPrintf(Level, Fmt) |
Typedefs | |
typedef void(* | DEBUGPRINTFUNC) (const char *fmt,...) |
Functions | |
void | _LogOutEntry (int level, const char *s) |
defined(WPP_EVENT_TRACING) || defined(WPP_USE_BYPASS) | |
void | _LogOutExitValue (int level, const char *s, ULONG value) |
void | _LogOutString (int level, const char *s) |
Variables | |
int | nDebugLevel |
int | bDebugPrint |
DEBUGPRINTFUNC | pDebugPrint |
#define DEBUG_ENTRY | ( | level | ) | _LogOutEntry(level, __FUNCTION__) |
Definition at line 49 of file kdebugprint.h.
#define DEBUG_EXIT_STATUS | ( | level, | |
status | |||
) | _LogOutExitValue(level, __FUNCTION__, status) |
Definition at line 50 of file kdebugprint.h.
#define DPrintf | ( | Level, | |
Fmt | |||
) | { if ( (Level) > MAX_DEBUG_LEVEL || (Level) > nDebugLevel || !bDebugPrint ) {} else { pDebugPrint Fmt; } } |
Definition at line 61 of file kdebugprint.h.
Definition at line 63 of file kdebugprint.h.
#define DPrintFunctionName | ( | Level | ) | _LogOutString(Level, __FUNCTION__) |
Definition at line 51 of file kdebugprint.h.
#define MAX_DEBUG_LEVEL 1 |
Definition at line 59 of file kdebugprint.h.
Definition at line 57 of file kdebugprint.h.
Definition at line 56 of file kdebugprint.h.
Definition at line 158 of file ParaNdis-Debug.c.
Definition at line 163 of file ParaNdis-Debug.c.
Referenced by DriverEntry().
|
extern |
Definition at line 41 of file ParaNdis-Debug.c.
Referenced by ReadNicConfiguration().
|
extern |
Definition at line 40 of file ParaNdis-Debug.c.
Referenced by ReadNicConfiguration(), and WppEnableCallback().
|
extern |
Definition at line 145 of file ParaNdis-Debug.c.