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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextutil_main.c57 CFArrayRef kextsToProcess = NULL; // must release local
122 result = createKextsToProcess(&toolArgs, &kextsToProcess, &fatal);
132 processResult = processKexts(kextsToProcess, &toolArgs);
861 CFMutableArrayRef kextsToProcess = NULL; // returned by ref. local
871 if (!createCFMutableArray(&kextsToProcess, &kCFTypeArrayCallBacks)) {
911 addToArrayIfAbsent(kextsToProcess, theKext);
949 * kextsToProcess array here.
972 kextCount = CFArrayGetCount(kextsToProcess);
975 kextsToProcess, kextIndex);
1017 addToArrayIfAbsent(kextsToProcess, theKex
1097 processKexts( CFArrayRef kextsToProcess, KextutilArgs * toolArgs) argument
[all...]

Completed in 56 milliseconds