Searched refs:kextsByIdentifier (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dmkext1_file.c77 CFMutableDictionaryRef kextsByIdentifier = NULL; local
84 if (!result || !createCFMutableDictionary(&kextsByIdentifier)) {
96 OSKextRef savedKext = (OSKextRef)CFDictionaryGetValue(kextsByIdentifier,
106 CFDictionarySetValue(kextsByIdentifier, bundleIdentifier, theKext);
114 CFDictionarySetValue(kextsByIdentifier, bundleIdentifier, theKext);
121 CFDictionaryGetCount(kextsByIdentifier) * sizeof(mkext_kext));
129 CFDictionaryApplyFunction(kextsByIdentifier, addToMkext1, &context);
140 OSSwapHostToBigInt32(CFDictionaryGetCount(kextsByIdentifier));
153 CFDictionaryGetCount(kextsByIdentifier));
156 SAFE_RELEASE(kextsByIdentifier);
[all...]

Completed in 126 milliseconds