• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/libkern/c++/

Lines Matching refs:thisKext

954     OSKext               * thisKext        = NULL;  // do not release
988 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
990 if (thisKext) {
991 if (prelinkedKexts && thisKext->isPrelinked()) {
992 prelinkedKexts->setObject(thisKext);
994 thisKext->flushDependencies(/* forceIfLoaded */ false);
1006 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
1007 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1018 while ((thisKext = OSDynamicCast(OSKext,
1021 sKextsByID->setObject(thisKext->getIdentifierCString(),
1022 thisKext);
3159 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3160 if (thisKext->getLoadTag() == aTag) {
3161 foundKext = thisKext;
3185 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3186 if (thisKext->linkedExecutable) {
3188 (vm_address_t)thisKext->linkedExecutable->getBytesNoCopy();
3190 thisKext->linkedExecutable->getLength();
3193 foundKext = thisKext;
3376 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
3377 if (thisKext->loadTag == loadTag) {
3378 foundKext = thisKext;
5297 OSKext * thisKext = NULL; // do not release
5299 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
5300 if (!thisKext || !thisKext->isExecutable()) {
5304 thisKext->registerWithDTrace();
6376 OSKext * thisKext = OSDynamicCast(OSKext,
6378 didUnload |= (kOSReturnSuccess == OSKext::autounloadKext(thisKext));
6561 OSKext * thisKext; // do not release
6563 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
6564 if (!thisKext || thisKext->isPrelinked() || thisKext->isKernel()) {
6568 if (_OSKextInUnloadedPrelinkedKexts(thisKext->bundleID)) {
6577 thisKext->bundleID->getCStringNoCopy());
7703 OSKext * thisKext = NULL; // do not release
7710 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
7711 if (!thisKext) {
7719 const OSString * thisKextID = thisKext->getIdentifier();
7737 kextInfo = thisKext->copyInfo(infoKeys);
7739 result->setObject(thisKext->getIdentifier(), kextInfo);