• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOKitUser-907.100.13/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) {
4452 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kexts, i);
4453 if (OSKextIsCompatibleWithVersion(thisKext, requestedVersion)) {
4454 result = thisKext;
5156 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
5160 !OSKextIsLoadableInSafeBoot(thisKext)) {
5164 OSKextGetIdentifier(thisKext), /* note */ NULL);
5683 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
5685 kextPersonalities = OSKextGetValueForInfoDictionaryKey(thisKext,
5690 context.kext = thisKext;
6996 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
6998 CFStringRef thisRequired = OSKextGetValueForInfoDictionaryKey(thisKext,
7001 kextID = OSKextGetIdentifier(thisKext);
7191 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7194 if (!__OSKextIsValid(thisKext)) {
7196 kOSKextDependencyInvalid, OSKextGetIdentifier(thisKext),
7240 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7242 if (!OSKextIsAuthentic(thisKext)) {
7245 OSKextGetIdentifier(thisKext), /* note */ NULL);
7875 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(
7878 if (thisKext != aKext &&
7879 __OSKextIsSearchableForSymbols(thisKext, nonKPIFlag,
7882 if (__OSKextFindSymbols(thisKext, undefSymbols, onedefSymbols,
7885 __OSKextGetFileSystemPath(thisKext, /* otherURL */ NULL,
7893 RANGE_ALL(libKexts), thisKext)) {
7895 CFArrayAppendValue(libKexts, thisKext);
8140 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(allKexts, i);
8141 if (OSKextDependsOnKext(thisKext, aKext, /* direct */ directFlag)) {
8142 CFArrayAppendValue(result, thisKext);
8661 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i);
8662 CFArrayAppendValue(kextIdentifiers, OSKextGetIdentifier(thisKext));
10240 OSKextRef thisKext = (OSKextRef) CFArrayGetValueAtIndex(kexts, i);
10241 OSKextFlushLoadInfo(thisKext, flushDependenciesFlag);
13080 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
13081 if (OSKextMatchesRequiredFlags(thisKext, requiredFlags)) {
13082 CFArrayAppendValue(result, thisKext);
13486 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i);
13488 __OSKextGetFileSystemPath(thisKext, /* otherURL */ NULL,
13491 if (!__OSKextIsValid(thisKext)) {
13492 OSKextLog(thisKext,
13499 if (skipLoadedFlag && OSKextIsLoaded(thisKext)) {
13500 OSKextLog(thisKext, kOSKextLogDebugLevel | kOSKextLogArchiveFlag,
13506 if (OSKextMatchesRequiredFlags(thisKext, requiredFlags)) {
13507 if (OSKextSupportsArchitecture(thisKext, NULL)) {
13508 if (!__OSKextAddToMkext(thisKext, mkextData,
13515 OSKextLog(thisKext, kOSKextLogStepLevel | kOSKextLogArchiveFlag,