Lines Matching refs:thisKext

960     OSKext               * thisKext        = NULL;  // do not release
994 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
996 if (thisKext) {
997 if (prelinkedKexts && thisKext->isPrelinked()) {
998 prelinkedKexts->setObject(thisKext);
1000 thisKext->flushDependencies(/* forceIfLoaded */ false);
1012 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
1013 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1024 while ((thisKext = OSDynamicCast(OSKext,
1027 sKextsByID->setObject(thisKext->getIdentifierCString(),
1028 thisKext);
3469 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3470 if (thisKext->getLoadTag() == aTag) {
3471 foundKext = thisKext;
3495 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3496 if (thisKext->linkedExecutable) {
3498 (vm_address_t)thisKext->linkedExecutable->getBytesNoCopy();
3500 thisKext->linkedExecutable->getLength();
3503 foundKext = thisKext;
3665 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3666 if (thisKext->loadTag == loadTag) {
3667 foundKext = thisKext;
5265 OSKext * thisKext = NULL; // do not release
5267 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
5268 if (!thisKext || !thisKext->isExecutable()) {
5272 thisKext->registerWithDTrace();
6378 OSKext * thisKext = OSDynamicCast(OSKext,
6380 didUnload = (kOSReturnSuccess == OSKext::autounloadKext(thisKext));
6563 OSKext * thisKext; // do not release
6565 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
6566 if (!thisKext || thisKext->isPrelinked() || thisKext->isKernel()) {
6570 if (_OSKextInUnloadedPrelinkedKexts(thisKext->bundleID)) {
6579 thisKext->bundleID->getCStringNoCopy());
7736 OSKext * thisKext = NULL; // do not release
7743 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
7744 if (!thisKext) {
7752 const OSString * thisKextID = thisKext->getIdentifier();
7770 kextInfo = thisKext->copyInfo(infoKeys);
7772 result->setObject(thisKext->getIdentifier(), kextInfo);