Searched defs:DebugLog (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemDebug.h42 #define DebugLog(x) kprintf x // Turn DebugLog() on macro
44 #define DebugLog(x) // Turn DebugLog() off macro
53 #define DebugLog(x) // Turn DebugLog() off macro
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DFWDebugging.h78 # define DebugLog(x...) DoDebugLog( x ) ; macro
81 # define DebugLog(x...) do {} while (0) macro
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDADebugging.h20 #define DebugLog(fmt, args...) IOLog("IrDA: %s, %s, line %d: " fmt "\n", __FILE__, __FUNCTION__, __LINE__ , ## args) macro
26 #define DebugLog(x...) ((void)0) macro
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp87 #define DebugLog(x) printf x macro
89 #define DebugLog(x) macro
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h207 # define DebugLog( x... ) { printf( "%s %u:", __FILE__, __LINE__ ); printf( x ) ; } macro
210 # define DebugLog(x...) macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c70 #define DebugLog ErrorLog macro
72 #define DebugLog(x...) do { } while(0) macro
[all...]

Completed in 133 milliseconds