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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c54 CFMutableArrayRef sPendedNonsecureKextPaths = NULL; // must release variable
207 if (!createCFMutableArray(&sPendedNonsecureKextPaths,
268 SAFE_RELEASE(sPendedNonsecureKextPaths);
422 CFArrayRemoveAllValues(sPendedNonsecureKextPaths);
455 if (CFArrayGetCount(sPendedNonsecureKextPaths) &&
465 sPendedNonsecureKextPaths, 0);
480 CFArrayRemoveValueAtIndex(sPendedNonsecureKextPaths, 0);
791 CFArrayAppendValue(sPendedNonsecureKextPaths,

Completed in 185 milliseconds