ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
drivers
network
tcpip
include
Defines
debug.h File Reference
Go to the source code of this file.
Defines
#
define
MIN_TRACE
((1 <<
DPFLTR_WARNING_LEVEL
))
#
define
MID_TRACE
((1 <<
DPFLTR_WARNING_LEVEL
) | (1 <<
DPFLTR_TRACE_LEVEL
))
#
define
MAX_TRACE
((1 <<
DPFLTR_WARNING_LEVEL
) | (1 <<
DPFLTR_TRACE_LEVEL
) | (1 <<
DPFLTR_INFO_LEVEL
))
#
define
DEBUG_CHECK
0x00000100
#
define
DEBUG_MEMORY
0x00000200
#
define
DEBUG_PBUFFER
0x00000400
#
define
DEBUG_IRP
0x00000800
#
define
DEBUG_TCPIF
0x00001000
#
define
DEBUG_ADDRFILE
0x00002000
#
define
DEBUG_DATALINK
0x00004000
#
define
DEBUG_ARP
0x00008000
#
define
DEBUG_IP
0x00010000
#
define
DEBUG_UDP
0x00020000
#
define
DEBUG_TCP
0x00040000
#
define
DEBUG_ICMP
0x00080000
#
define
DEBUG_ROUTER
0x00100000
#
define
DEBUG_RCACHE
0x00200000
#
define
DEBUG_NCACHE
0x00400000
#
define
DEBUG_CPOINT
0x00800000
#
define
DEBUG_LOCK
0x01000000
#
define
DEBUG_INFO
0x02000000
#
define
DEBUG_ULTRA
0x7FFFFFFF
#
define
TI_DbgPrint
(_t_, _x_)
#
define
assert
(
x
)
ASSERT
(
x
)
#
define
assert_irql
(
x
)
ASSERT_IRQL
(
x
)
#
define
UNIMPLEMENTED
TI_DbgPrint
(
MIN_TRACE
, ("(%s:%
d
)(%
s
) is
unimplemented
, \ but come back another day.\
n
", __FILE__, __LINE__,
__FUNCTION__
));
#
define
CHECKPOINT
do {
TI_DbgPrint
(
DEBUG_CHECK
, ("(%s:%
d
)\
n
", __FILE__, __LINE__)); } while(0);
#
define
CP
CHECKPOINT
#
define
ASSERT_KM_POINTER
(
_x
)
Generated on Sun May 27 2012 04:43:56 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.