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

/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.c295 CFMutableDictionaryRef myAlertInfoDict = NULL; // do NOT release local
302 myAlertInfoDict = *theDictPtr;
303 if (myAlertInfoDict == NULL) {
305 myAlertInfoDict = CFDictionaryCreateMutable(
309 if (myAlertInfoDict == NULL) {
312 *theDictPtr = myAlertInfoDict;
345 CFDictionaryGetValue(myAlertInfoDict, CFSTR("KextInfoArrayKey"));
354 CFDictionarySetValue(myAlertInfoDict,
H A Dkextd_request.c1205 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
1206 addKextToAlertDict(&myAlertInfoDict, theKext);
1207 if (myAlertInfoDict) {
1208 CFRetain(myAlertInfoDict); // writeKextAlertPlist will release
1210 writeKextAlertPlist(myAlertInfoDict, EXCLUDED_KEXT_ALERT);
1212 SAFE_RELEASE(myAlertInfoDict);
H A Dkextutil_main.c1465 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
1467 addKextToAlertDict(&myAlertInfoDict, aKext);
1468 if (myAlertInfoDict) {
1470 myAlertInfoDict );
1471 SAFE_RELEASE(myAlertInfoDict);

Completed in 89 milliseconds