Searched refs:_kDARequestCallbackKey (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAInternal.h114 const CFStringRef _kDARequestCallbackKey; /* ( DACallback ) */ variable
H A DDARequest.c1484 if ( callback ) CFDictionarySetValue( request, _kDARequestCallbackKey, callback );
1596 return ( void * ) CFDictionaryGetValue( ( void * ) request, _kDARequestCallbackKey );
1638 CFDictionarySetValue( ( void * ) request, _kDARequestCallbackKey, callback );
1642 CFDictionaryRemoveValue( ( void * ) request, _kDARequestCallbackKey );
H A DDAInternal.c56 __private_extern__ const CFStringRef _kDARequestCallbackKey = CFSTR( "DARequestCallback" ); variable

Completed in 63 milliseconds