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

Lines Matching refs:theKext

104 static void * GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict);
432 OSKext * theKext = (OSKext *)user_data;
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 = (OSKext *) user_data;
524 OSKextVLog(theKext, logSpec, format, argList);
2357 OSKext * theKext = NULL; // must release
2403 OSSafeReleaseNULL(theKext);
2450 theKext = new OSKext;
2451 if (!theKext) {
2486 // xxx - should probably remove theKext
2495 if (!theKext->initWithMkext1Info(infoDict, mkextExecutableInfo,
2498 // theKext is released at the top of the loop or in the finish block
2515 OSSafeRelease(theKext);
4444 OSKext * theKext = NULL; // do not release
4461 theKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier));
4462 if (!theKext) {
4473 OSKextLog(theKext,
4508 OSKextLog(theKext,
4538 OSKextLog(theKext,
4548 result = theKext->load(startOpt, startMatchingOpt, personalityNames);
4551 OSKextLog(theKext,
4557 OSKext::removeKext(theKext,
4563 OSKextLog(theKext,
4568 theKext->flags.delayAutounload = 1;
7589 OSKext * theKext = NULL; // must release
7591 theKext = OSKext::lookupKextWithIdentifier(kextIdentifier);
7592 if (!theKext) {
7596 theKext->reportOSMetaClassInstances(msgLogSpec);
7598 OSSafeRelease(theKext);
7673 OSKext * theKext = NULL; // do not release
7763 theKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier));
7776 } else if (!theKext) {
7784 result = theKext->start();
7793 } else if (!theKext) {
7801 result = theKext->stop();
7810 } else if (!theKext) {
7821 result = OSKext::removeKext(theKext, terminateFlag == kOSBooleanTrue);
9300 OSKext * theKext = NULL; // do not release
9327 theKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextID));
9328 if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
9329 personalities = theKext->copyPersonalitiesArray();
9336 OSKextLog(theKext,
9341 theKext->getIdentifierCString());
10425 OSKext * theKext = OSDynamicCast(OSKext, rawKext);
10436 if (!theKext) {
10444 if (theKext->isKernelComponent()) {
10448 kmod_info_t * kmod_info = theKext->kmod_info;
10459 if ((libsFlag == 0 && theKext->getCompatibleVersion() > 1) ||
10460 (libsFlag == 1 && theKext->getCompatibleVersion() < 1)) {
10777 GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict)
10784 if (theKext == NULL || theInfoDict == NULL) {
10813 OSKextLog(theKext,
10817 theKext->getIdentifierCString(),