• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOKitUser-1050.1.21/kext.subproj/

Lines Matching refs:thisKext

2062             OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
2064 if (thisKext == aKext) {
2065 foundKext = thisKext;
2399 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(result, i);
2406 if (thisKext == thatKext) {
4448 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kexts, i);
4449 if (OSKextIsCompatibleWithVersion(thisKext, requestedVersion)) {
4450 result = thisKext;
5152 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
5156 !OSKextIsLoadableInSafeBoot(thisKext)) {
5160 OSKextGetIdentifier(thisKext), /* note */ NULL);
5678 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
5680 kextPersonalities = OSKextGetValueForInfoDictionaryKey(thisKext,
5685 context.kext = thisKext;
7045 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7047 CFStringRef thisRequired = OSKextGetValueForInfoDictionaryKey(thisKext,
7050 kextID = OSKextGetIdentifier(thisKext);
7240 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7243 if (!__OSKextIsValid(thisKext)) {
7245 kOSKextDependencyInvalid, OSKextGetIdentifier(thisKext),
7289 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7291 if (!OSKextIsAuthentic(thisKext)) {
7294 OSKextGetIdentifier(thisKext), /* note */ NULL);
7925 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7928 if (thisKext != aKext &&
7929 __OSKextIsSearchableForSymbols(thisKext, nonKPIFlag,
7932 if (__OSKextFindSymbols(thisKext, undefSymbols, onedefSymbols,
7935 __OSKextGetFileSystemPath(thisKext, /* otherURL */ NULL,
7943 RANGE_ALL(libKexts), thisKext)) {
7945 CFArrayAppendValue(libKexts, thisKext);
8190 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(allKexts, i);
8191 if (OSKextDependsOnKext(thisKext, aKext, /* direct */ directFlag)) {
8192 CFArrayAppendValue(result, thisKext);
8709 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i);
8710 CFArrayAppendValue(kextIdentifiers, OSKextGetIdentifier(thisKext));
10285 OSKextRef thisKext = (OSKextRef) CFArrayGetValueAtIndex(kexts, i);
10286 OSKextFlushLoadInfo(thisKext, flushDependenciesFlag);
13137 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
13138 if (OSKextMatchesRequiredFlags(thisKext, requiredFlags)) {
13139 CFArrayAppendValue(result, thisKext);
13543 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
13545 __OSKextGetFileSystemPath(thisKext, /* otherURL */ NULL,
13548 if (!__OSKextIsValid(thisKext)) {
13549 OSKextLog(thisKext,
13556 if (skipLoadedFlag && OSKextIsLoaded(thisKext)) {
13557 OSKextLog(thisKext, kOSKextLogDebugLevel | kOSKextLogArchiveFlag,
13563 if (OSKextMatchesRequiredFlags(thisKext, requiredFlags)) {
13564 if (OSKextSupportsArchitecture(thisKext, NULL)) {
13565 if (!__OSKextAddToMkext(thisKext, mkextData,
13572 OSKextLog(thisKext, kOSKextLogStepLevel | kOSKextLogArchiveFlag,