Searched refs:theKextPath (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_usernotification.c813 Boolean recordNoLoadKextPath(CFStringRef theKextPath) argument
817 if (theKextPath == NULL) {
820 CFArrayAppendValue(sPendedNoLoadKextPaths, theKextPath);
840 void recordRevokedCertKextPath(CFStringRef theKextPath) argument
842 if (theKextPath == NULL) {
845 CFArrayAppendValue(sPendedRevokedCertKextPaths, theKextPath);
864 Boolean recordInvalidSignedKextPath(CFStringRef theKextPath) argument
868 if (theKextPath == NULL) {
871 CFArrayAppendValue(sPendedInvalidSignedKextPaths, theKextPath);
892 Boolean recordUnsignedKextPath(CFStringRef theKextPath)
920 recordExcludedKextPath(CFStringRef theKextPath) argument
[all...]
H A Dkextd_usernotification.h48 Boolean recordNonSignedKextPath(CFStringRef theKextPath);

Completed in 141 milliseconds