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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c69 CFMutableArrayRef sPendedNoLoadKextPaths = NULL; // must release variable
213 if (!createCFMutableArray(&sPendedNoLoadKextPaths,
269 SAFE_RELEASE(sPendedNoLoadKextPaths);
427 CFArrayRemoveAllValues(sPendedNoLoadKextPaths);
487 count = CFArrayGetCount(sPendedNoLoadKextPaths);
506 CFArrayGetValueAtIndex( sPendedNoLoadKextPaths, i );
525 CFArrayRemoveAllValues(sPendedNoLoadKextPaths);
820 CFArrayAppendValue(sPendedNoLoadKextPaths, theKextPath);
831 if (CFArrayGetCount(sPendedNoLoadKextPaths)) {

Completed in 122 milliseconds