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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c360 CFDictionaryRef personalitiesDict = NULL; local
366 personalitiesDict = OSKextGetValueForInfoDictionaryKey(theKext,
368 if (!personalitiesDict) {
372 numPersonalities = CFDictionaryGetCount(personalitiesDict);
383 CFDictionaryGetKeysAndValues(personalitiesDict, (const void **)names,

Completed in 94 milliseconds