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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/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.cpp99 static void * GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict);
425 OSKext * theKext = (OSKext *)user_data; local
431 OSKextLog(theKext,
435 theKext->getIdentifierCString());
443 OSKextLog(theKext,
447 theKext->getIdentifierCString());
452 OSKextLog(theKext,
456 theKext->getIdentifierCString(),
459 theKext->setLinkedExecutable(linkBuffer);
485 OSKext *theKext local
2351 OSKext * theKext = NULL; // must release local
4147 OSKext * theKext = NULL; // do not release local
7266 OSKext * theKext = NULL; // must release local
7350 OSKext * theKext = NULL; // do not release local
8961 OSKext * theKext = NULL; // do not release local
10086 OSKext * theKext = OSDynamicCast(OSKext, rawKext); local
10536 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);
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp712 OSKext * theKext = NULL; // don't release local
746 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID));
747 if (!theKext) {
752 theKext->getPropertyForHostArch(kAppleSecurityExtensionKey));
785 OSKext * theKext = NULL; // must release local
790 OSSafeReleaseNULL(theKext);
791 theKext = OSKext::lookupKextWithIdentifier(*kextIDPtr);
793 if (theKext) {
807 OSSafeRelease(theKext);
827 OSKext * theKext local
[all...]

Completed in 92 milliseconds