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

/macosx-10.10/kext_tools-384.1.4/
H A Dkextutil_main.c58 CFArrayRef kextsToProcess = NULL; // must release local
123 result = createKextsToProcess(&toolArgs, &kextsToProcess, &fatal);
133 processResult = processKexts(kextsToProcess, &toolArgs);
889 CFMutableArrayRef kextsToProcess = NULL; // returned by ref. local
899 if (!createCFMutableArray(&kextsToProcess, &kCFTypeArrayCallBacks)) {
939 addToArrayIfAbsent(kextsToProcess, theKext);
977 * kextsToProcess array here.
1000 kextCount = CFArrayGetCount(kextsToProcess);
1003 kextsToProcess, kextIndex);
1045 addToArrayIfAbsent(kextsToProcess, theKex
1125 processKexts( CFArrayRef kextsToProcess, KextutilArgs * toolArgs) argument
[all...]

Completed in 110 milliseconds