Searched refs:propertyKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DKextManagerPriv.h43 CFStringRef propertyKey);
H A DKextManager.c347 CFStringRef propertyKey)
363 if (!propertyKey || PROPERTYKEY_LEN <
364 (CFStringGetMaximumSizeForEncoding(CFStringGetLength(propertyKey),
369 if (!CFStringGetCString(propertyKey,
345 _KextManagerCreatePropertyValueArray( CFAllocatorRef allocator __unused, CFStringRef propertyKey) argument
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.h168 CFStringRef propertyKey,
H A Dkextd_request.c184 CFStringRef propertyKey = NULL; // must release local
206 propertyKey = CFStringCreateWithCString(kCFAllocatorDefault, property_key,
208 if (!propertyKey) {
213 if (readSystemKextPropertyValues(propertyKey, gKernelArchInfo,
222 SAFE_RELEASE(propertyKey);
H A Dkext_tools_util.c1190 CFStringRef propertyKey,
1209 propertyKey);
1263 value = OSKextGetValueForInfoDictionaryKey(aKext, propertyKey);
1189 readSystemKextPropertyValues( CFStringRef propertyKey, const NXArchInfo * arch, Boolean forceUpdateFlag, CFArrayRef * valuesOut) argument

Completed in 79 milliseconds