Go to the source code of this file.
|
#define | PROTECTED_MEM_RTL |
|
#define | USE_KD_PRINT |
|
#define | USE_MM_PRINT |
|
#define | USE_AD_PRINT |
|
#define | UDF_DUMP_EXTENT |
|
#define | MmPrint(_x_) {NOTHING;} |
|
#define | TmPrint(_x_) {NOTHING;} |
|
#define | PerfPrint(_x_) {NOTHING;} |
|
#define | AdPrint(_x_) {NOTHING;} |
|
#define | ThPrint(_x_) {NOTHING;} |
|
#define | ExtPrint(_x_) {NOTHING;} |
|
#define | DbgWaitForSingleObject(o, to) KeWaitForSingleObject(o, Executive, KernelMode, FALSE, to); |
|
#define | DbgAllocatePool(x, y) ExAllocatePoolWithTag(x,y,'Fnwd') |
|
#define | DbgFreePool(x) ExFreePool(x) |
|
#define | DbgAllocatePoolWithTag(a, b, c) ExAllocatePoolWithTag(a,b,c) |
|
#define | DbgMoveMemory(d, s, l) RtlMoveMemory(d, s, l) |
|
#define | DbgCopyMemory(d, s, l) RtlCopyMemory(d, s, l) |
|
#define | DbgCompareMemory(d, s, l) RtlCompareMemory(d, s, l) |
|
#define | ASSERT_REF(_a_) {NOTHING;} |
|
#define | UDFBreakPoint() {} |
|
#define | BrutePoint() {} |
|
#define | ValidateFileInfo(fi) {} |
|
#define | UDFTouch(addr) {} |
|
#define | KdDump(a, b) {} |
|
#define | UserPrint KdPrint |
|
◆ AdPrint
◆ ASSERT_REF
◆ BrutePoint
◆ DbgAllocatePool
◆ DbgAllocatePoolWithTag
◆ DbgCompareMemory
◆ DbgCopyMemory
◆ DbgFreePool
◆ DbgMoveMemory
◆ DbgWaitForSingleObject
◆ ExtPrint
◆ KdDump
◆ MmPrint
◆ PerfPrint
◆ PROTECTED_MEM_RTL
◆ ThPrint
◆ TmPrint
◆ UDF_DUMP_EXTENT
◆ UDFBreakPoint
◆ UDFTouch
◆ USE_AD_PRINT
◆ USE_KD_PRINT
◆ USE_MM_PRINT
◆ UserPrint
◆ ValidateFileInfo
#define ValidateFileInfo |
( |
|
fi | ) |
{} |
◆ DbgWaitForSingleObject_()