Searched refs:_giDebugLogInternal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c842 // _giDebugLogInternal is actually part of IOKit proper so this should link even if iDebug is not present.
846 extern iDebugLogFunctionPtr _giDebugLogInternal;
848 if( _giDebugLogInternal )
850 _giDebugLogInternal( 0, 0, "%.*s", (int) inSize, inData );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp108 void *_giDebugLogInternal = NULL; variable

Completed in 90 milliseconds