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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkextunpack_main.c66 CFMutableSetRef kextNames);
492 CFMutableSetRef kextNames = NULL; // must release local
495 if (!createCFMutableSet(&kextNames, &kCFTypeSetCallBacks)) {
503 if (!writeMkext2ToDirectory(theKext, outputDirectory, kextNames)) {
517 CFMutableSetRef kextNames)
571 if (CFSetContainsValue(kextNames, kextName)) {
583 while (CFSetContainsValue(kextNames, kextName)) {
590 CFSetAddValue(kextNames, kextName);
973 CFStringRef * kextNames = NULL; // must free local
982 kextNames
514 writeMkext2ToDirectory( OSKextRef aKext, const char * outputDirectory, CFMutableSetRef kextNames) argument
[all...]

Completed in 105 milliseconds