• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/libkern/c++/

Lines Matching refs:thisKext

958     OSKext               * thisKext        = NULL;  // do not release
992 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
994 if (thisKext) {
995 if (prelinkedKexts && thisKext->isPrelinked()) {
996 prelinkedKexts->setObject(thisKext);
998 thisKext->flushDependencies(/* forceIfLoaded */ false);
1010 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
1011 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1022 while ((thisKext = OSDynamicCast(OSKext,
1025 sKextsByID->setObject(thisKext->getIdentifierCString(),
1026 thisKext);
3478 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3479 if (thisKext->getLoadTag() == aTag) {
3480 foundKext = thisKext;
3504 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3505 if (thisKext->linkedExecutable) {
3507 (vm_address_t)thisKext->linkedExecutable->getBytesNoCopy();
3509 thisKext->linkedExecutable->getLength();
3512 foundKext = thisKext;
3695 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3696 if (thisKext->loadTag == loadTag) {
3697 foundKext = thisKext;
5607 OSKext * thisKext = NULL; // do not release
5609 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
5610 if (!thisKext || !thisKext->isExecutable()) {
5614 thisKext->registerWithDTrace();
6701 OSKext * thisKext = OSDynamicCast(OSKext,
6703 didUnload = (kOSReturnSuccess == OSKext::autounloadKext(thisKext));
6886 OSKext * thisKext; // do not release
6888 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
6889 if (!thisKext || thisKext->isPrelinked() || thisKext->isKernel()) {
6893 if (_OSKextInUnloadedPrelinkedKexts(thisKext->bundleID)) {
6902 thisKext->bundleID->getCStringNoCopy());
8075 OSKext * thisKext = NULL; // do not release
8082 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
8083 if (!thisKext) {
8091 const OSString * thisKextID = thisKext->getIdentifier();
8109 kextInfo = thisKext->copyInfo(infoKeys);
8111 result->setObject(thisKext->getIdentifier(), kextInfo);