Searched defs:DebugLogCond (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DFWDebugging.h79 # define DebugLogCond( x, y... ) { if (x) DebugLog ( y ) ; } macro
82 # define DebugLogCond( x, y... ) do {} while (0) macro
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h208 # define DebugLogCond( x, y... ) { if (x) DebugLog( y ) ; } macro
211 # define DebugLogCond( x, y... ) macro

Completed in 153 milliseconds