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

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c14793 CFStringRef * bundleIDs = NULL; // must free
14802 bundleIDs = malloc(count * sizeof(CFStringRef));
14803 if (!bundleIDs) {
14809 (const void **)bundleIDs, NULL);
14820 theKexts[i] = OSKextGetKextWithIdentifier(bundleIDs[i]);
14825 CFStringGetCStringPtr(bundleIDs[i], kCFStringEncodingMacRoman));
14840 SAFE_FREE(bundleIDs);
14854 CFStringRef * bundleIDs = NULL; // must free
14860 bundleIDs = malloc(count * sizeof(CFStringRef));
14861 if (!bundleIDs) {
[all...]
H A DOSKext.h807 * @param bundleIDs
822 CFArrayRef bundleIDs)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextstat_main.c75 toolArgs.loadedKextInfo = OSKextCopyLoadedKextInfo(toolArgs.bundleIDs,
135 if (!createCFMutableArray(&toolArgs->bundleIDs, &kCFTypeArrayCallBacks)) {
173 CFArrayAppendValue(toolArgs->bundleIDs, scratchString);
254 kCFNotFound == CFArrayGetFirstIndexOfValue(toolArgs->bundleIDs,
255 RANGE_ALL(toolArgs->bundleIDs), bundleID)) {
H A Dkextstat_main.h94 CFMutableArrayRef bundleIDs; // must release member in struct:__anon9217

Completed in 154 milliseconds