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

/xnu-2422.115.4/libkern/
H A DOSKextLib.cpp57 OSKext * theKext = NULL; // must release local
63 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
64 if (theKext && theKext->isLoaded()) {
65 result = theKext->getLoadTag();
68 if (theKext) theKext->release();
77 OSKext * theKext = NULL; // do not release; as this function is a retain local
83 theKext = OSKext::lookupKextWithLoadTag(loadTag);
84 if (theKext) {
113 OSKext * theKext = NULL; // must release twice! local
[all...]
/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp277 OSKext * theKext = NULL; // must release local
280 theKext = OSKext::lookupKextWithIdentifier(kmodInfo->name);
299 OSRuntimeLog(theKext, kOSRuntimeLogSpec,
309 OSSafeRelease(theKext);
356 OSKext * theKext = NULL; // must release local
359 theKext = OSKext::lookupKextWithIdentifier(kmodInfo->name);
362 if (theKext && !theKext->isCPPInitialized()) {
372 OSRuntimeLog(theKext, kOSRuntimeLogSpec,
389 if (theKext) {
408 OSKext * theKext = NULL; // must release local
[all...]
H A DOSKext.cpp104 static void * GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict);
432 OSKext * theKext = (OSKext *)user_data; local
438 OSKextLog(theKext,
442 theKext->getIdentifierCString());
450 OSKextLog(theKext,
454 theKext->getIdentifierCString());
458 OSKextLog(theKext,
462 theKext->getIdentifierCString(),
465 theKext->setLinkedExecutable(linkBuffer);
491 OSKext *theKext local
2357 OSKext * theKext = NULL; // must release local
4444 OSKext * theKext = NULL; // do not release local
7589 OSKext * theKext = NULL; // must release local
7673 OSKext * theKext = NULL; // do not release local
9300 OSKext * theKext = NULL; // do not release local
10425 OSKext * theKext = OSDynamicCast(OSKext, rawKext); local
10777 GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict) argument
[all...]
H A DOSMetaClass.cpp763 OSKext * theKext = NULL; // must release local
765 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
766 if (!theKext) {
770 result = theKext->hasOSMetaClassInstances();
773 OSSafeRelease(theKext);
/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp671 OSKext * theKext = NULL; // don't release local
705 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID));
706 if (!theKext) {
711 theKext->getPropertyForHostArch(kAppleSecurityExtensionKey));
744 OSKext * theKext = NULL; // must release local
749 OSSafeReleaseNULL(theKext);
750 theKext = OSKext::lookupKextWithIdentifier(*kextIDPtr);
752 if (theKext) {
766 OSSafeRelease(theKext);
786 OSKext * theKext local
[all...]

Completed in 87 milliseconds