Searched refs:myBundleID (Results 1 - 6 of 6) sorted by path

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.c288 CFStringRef myBundleID; // do NOT release local
314 myBundleID = OSKextGetIdentifier(theKext);
315 if ( myBundleID == NULL ) {
320 if ( CFStringHasPrefix(myBundleID, __kOSKextApplePrefix) == true) {
367 if ( !CFDictionaryContainsValue(myDict, myBundleID) ) {
389 myBundleID);
H A Dkextcache_main.c2215 CFStringRef myBundleID; // do not release local
2221 myBundleID = OSKextGetIdentifier(myKext);
2223 if ( CFStringCompare(myBundleID, theBundleID, 0) == kCFCompareEqualTo ) {
H A Dkextd_request.c522 CFStringRef myBundleID; // do not release local
524 myBundleID = OSKextGetIdentifier(osKext);
530 myBundleID ? myBundleID : CFSTR("Unknown"));
1313 CFStringRef myBundleID; // do not release local
1315 myBundleID = OSKextGetIdentifier(theKext);
1321 myBundleID ? myBundleID : CFSTR("Unknown"));
H A Dkextd_usernotification.c1750 CFStringRef myBundleID; // do NOT release local
1757 myBundleID = (CFStringRef)
1760 myMappingKey = createBundleMappingKey(myBundleID);
H A Dkextutil_main.c1221 CFStringRef myBundleID; // do not release local
1223 myBundleID = OSKextGetIdentifier(aKext);
1228 myBundleID ? myBundleID : CFSTR("Unknown"));
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp3769 OSString * myBundleID; // do not release local
3823 myBundleID =
3826 if ( myBundleID &&
3827 strcmp( myBundleID->getCStringNoCopy(), "com.apple.driver.KextExcludeList" ) == 0 ) {
3864 OSString * myBundleID; // do not release local
3873 myBundleID =
3876 if ( myBundleID &&
3877 strcmp( myBundleID->getCStringNoCopy(), "com.apple.driver.KextExcludeList" ) == 0 ) {
9271 const OSSymbol * myBundleID; // do not release local
9273 myBundleID
[all...]

Completed in 337 milliseconds