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

/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAInternal.h119 const CFStringRef _kDARequestStateKey; /* ( CFNumber ) */ variable
H A DDARequest.c1621 return ( ___CFDictionaryGetIntegerValue( ( void * ) request, _kDARequestStateKey ) & state ) ? TRUE : FALSE;
1674 state = ___CFDictionaryGetIntegerValue( ( void * ) request, _kDARequestStateKey ) | state;
1678 state = ___CFDictionaryGetIntegerValue( ( void * ) request, _kDARequestStateKey ) & ~state;
1681 ___CFDictionarySetIntegerValue( ( void * ) request, _kDARequestStateKey, state );
H A DDAInternal.c61 __private_extern__ const CFStringRef _kDARequestStateKey = CFSTR( "DARequestState" ); variable

Completed in 79 milliseconds