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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h1330 /*! @function DebugGetProperty
1336 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... );
1341 #define debug_get_property(... ) DebugGetProperty( __VA_ARGS__ )
1343 #define debug_get_property( ARGS... ) DebugGetProperty( ## ARGS )
1345 #define debug_get_property DebugGetProperty
H A DDebugServices.c417 // DebugGetProperty
420 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... ) function

Completed in 188 milliseconds