Searched refs:hasKPIDependency (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6626 bool hasKPIDependency = false; local
6853 hasKPIDependency = true;
6878 if (!hasKPIDependency) {
6891 if (hasKernelDependency && hasKPIDependency) {
6900 if (!hasKernelDependency && !hasKPIDependency) {
6924 if (!hasKPIDependency) {
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c113 unsigned int hasKPIDependency:1; member in struct:__OSKextLoadInfo::__anon2259
6714 aKext->loadInfo->flags.hasKPIDependency = 1;
6839 if (!aKext->loadInfo->flags.hasKPIDependency) {
6847 !aKext->loadInfo->flags.hasKPIDependency) {
6871 if (aKext->loadInfo->flags.hasKPIDependency &&
7191 aKext->loadInfo->flags.hasKPIDependency = 0;
7354 result = !aKext->loadInfo->flags.hasKPIDependency;

Completed in 111 milliseconds