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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextload_main.c622 CFStringRef myBundleID = NULL; // do not release local
624 myBundleID = OSKextGetIdentifier(theKext);
627 if (readOnly && myBundleID &&
628 (CFStringCompare(myBundleID, CFSTR("com.apple.nke.asp-tcp"), 0) == kCFCompareEqualTo
630 CFStringCompare(myBundleID, CFSTR("com.apple.filesystems.afpfs"), 0) == kCFCompareEqualTo)) {
634 myBundleID);
H A Dkextd_request.c526 CFStringRef myBundleID = NULL; // do not release local
528 myBundleID = OSKextGetIdentifier(osKext);
533 myBundleID ? myBundleID : CFSTR("Unknown"));
1274 CFStringRef myBundleID; // do not release local
1276 myBundleID = OSKextGetIdentifier(theKext);
1281 myBundleID ? myBundleID : CFSTR("Unknown"));
H A Dkext_tools_util.c289 CFStringRef myBundleID; // do NOT release local
315 myBundleID = OSKextGetIdentifier(theKext);
316 if ( myBundleID == NULL ) {
321 if ( CFStringHasPrefix(myBundleID, __kOSKextApplePrefix) == true) {
368 if ( !CFDictionaryContainsValue(myDict, myBundleID) ) {
390 myBundleID);
H A Dkextd_usernotification.c1750 CFStringRef myBundleID; // do NOT release local
1757 myBundleID = (CFStringRef)
1760 myMappingKey = createBundleMappingKey(myBundleID);
H A Dkextutil_main.c1224 CFStringRef myBundleID; // do not release local
1226 myBundleID = OSKextGetIdentifier(aKext);
1231 myBundleID ? myBundleID : CFSTR("Unknown"));
H A Dkextcache_main.c2335 CFStringRef myBundleID; // do not release local
2340 myBundleID = OSKextGetIdentifier(myKext);
2342 if ( CFStringCompare(myBundleID, theBundleID, 0) == kCFCompareEqualTo ) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp943 const OSString * myBundleID = NULL; // do not release local
951 myBundleID = OSDynamicCast(OSString,
953 if (myBundleID == NULL) {
957 myKext = OSDynamicCast(OSKext, theKexts->getObject(myBundleID->getCStringNoCopy()));
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3450 OSString * myBundleID; // do not release local
3504 myBundleID =
3507 if ( myBundleID &&
3508 strcmp( myBundleID->getCStringNoCopy(), "com.apple.driver.KextExcludeList" ) == 0 ) {
3545 OSString * myBundleID; // do not release local
3554 myBundleID =
3557 if ( myBundleID &&
3558 strcmp( myBundleID->getCStringNoCopy(), "com.apple.driver.KextExcludeList" ) == 0 ) {
8897 const OSSymbol * myBundleID; // do not release local
8899 myBundleID
[all...]

Completed in 124 milliseconds