• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/kext_tools-326.95.1/

Lines Matching refs:theKext

260     OSKextRef      theKext    = (OSKextRef)object;
265 kextURL = OSKextGetURL(theKext);
399 OSKextRef theKext = (OSKextRef)object;
414 foundValue = OSKextGetValueForInfoDictionaryKey(theKext, propName);
636 OSKextRef theKext = (OSKextRef)object;
637 CFArrayRef personalities = OSKextCopyPersonalitiesArray(theKext);
767 OSKextRef theKext = (OSKextRef)object;
771 return OSKextIsLoaded(theKext);
773 CFStringRef kextIdentifier = OSKextGetIdentifier(theKext);
782 return OSKextIsValid(theKext);
784 return !OSKextIsValid(theKext);
786 return OSKextIsAuthentic(theKext);
788 return !OSKextIsAuthentic(theKext);
790 return OSKextResolveDependencies(theKext);
792 return !OSKextResolveDependencies(theKext);
794 return OSKextIsLoadable(theKext);
796 return !OSKextIsLoadable(theKext);
798 CFDictionaryRef warnings = OSKextCopyDiagnostics(theKext,
805 if (OSKextGetCompatibleVersion(theKext) > 0) {
809 CFArrayRef plugins = OSKextCopyPlugins(theKext);
815 return OSKextIsPlugin(theKext);
817 return OSKextHasLogOrDebugFlags(theKext);
819 return OSKextIsKernelComponent(theKext);
821 return OSKextDeclaresExecutable(theKext);
823 return !OSKextDeclaresExecutable(theKext);
902 OSKextRef theKext = (OSKextRef)object;
903 OSKextVersion kextVers = OSKextGetVersion(theKext);
1029 OSKextRef theKext = (OSKextRef)object;
1037 if (OSKextIsCompatibleWithVersion(theKext, compatible_version)) {
1221 OSKextRef theKext,
1236 OSKextLogStringError(theKext);
1245 if (!OSKextSupportsArchitecture(theKext, archinfo)) {
1266 OSKextRef theKext = (OSKextRef)object;
1273 return _checkArches(theKext, arches);
1291 OSKextRef theKext = (OSKextRef)object;
1299 fiter = createFatIteratorForKext(theKext);
1312 if (!_checkArches(theKext, arches)) {
1345 OSKextLogStringError(theKext);
1418 OSKextRef theKext = (OSKextRef)object;
1438 fiter = createFatIteratorForKext(theKext);
1447 isKernelComponent = OSKextIsKernelComponent(theKext);
1576 OSKextRef theKext = (OSKextRef)object;
1595 printKext(theKext, context->pathSpec, context->extraInfo,
1598 printKext(theKext, kPathsNone, context->extraInfo,
1602 OSKextLogDiagnostics(theKext, kOSKextDiagnosticsFlagAll);
1607 printKextProperty(theKext, arg, terminatorForElement(element));
1611 printKextMatchProperty(theKext, arg, terminatorForElement(element));
1613 printKextArches(theKext, terminatorForElement(element), true);
1615 printKextDependencies(theKext, context->pathSpec,
1618 printKextDependents(theKext, context->pathSpec,
1621 printKextPlugins(theKext, context->pathSpec, context->extraInfo,
1628 printKextInfoDictionary(theKext, context->pathSpec,
1631 printKextExecutable(theKext, context->pathSpec,
1701 OSKextRef theKext = (OSKextRef)object;
1723 kextURL = OSKextGetURL(theKext);
1725 OSKextLog(theKext,
1734 OSKextLogStringError(theKext);