Searched refs:myAlertInfoDict (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_request.c514 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
536 addKextToAlertDict(&myAlertInfoDict, osKext);
537 if (myAlertInfoDict) {
538 CFRetain(myAlertInfoDict); // writeKextAlertPlist or sendRevokedCertAlert will release
541 sendRevokedCertAlert(myAlertInfoDict);
546 writeKextAlertPlist(myAlertInfoDict, NO_LOAD_KEXT_ALERT);
552 writeKextAlertPlist(myAlertInfoDict, UNSIGNED_KEXT_ALERT);
558 writeKextAlertPlist(myAlertInfoDict, INVALID_SIGNATURE_KEXT_ALERT);
561 SAFE_RELEASE(myAlertInfoDict);
1250 CFMutableDictionaryRef myAlertInfoDict local
1327 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
[all...]
H A Dkextutil_main.c1191 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
1194 addKextToAlertDict(&myAlertInfoDict, aKext);
1195 if (myAlertInfoDict) {
1198 myAlertInfoDict );
1202 myAlertInfoDict);
1207 myAlertInfoDict );
1212 myAlertInfoDict );
1214 SAFE_RELEASE(myAlertInfoDict);
1467 CFMutableDictionaryRef myAlertInfoDict = NULL; // must release local
1469 addKextToAlertDict(&myAlertInfoDict, aKex
[all...]
H A Dkext_tools_util.c294 CFMutableDictionaryRef myAlertInfoDict = NULL; // do NOT release local
301 myAlertInfoDict = *theDictPtr;
302 if (myAlertInfoDict == NULL) {
304 myAlertInfoDict = CFDictionaryCreateMutable(
308 if (myAlertInfoDict == NULL) {
311 *theDictPtr = myAlertInfoDict;
344 CFDictionaryGetValue(myAlertInfoDict, CFSTR("KextInfoArrayKey"));
353 CFDictionarySetValue(myAlertInfoDict,

Completed in 146 milliseconds