Searched refs:compatibleVersion (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h196 OSKextVersion compatibleVersion; // parsed member in class:OSKext
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp655 sKernelKext->compatibleVersion = sKernelKext->version;
2000 version = compatibleVersion = -1;
2023 compatibleVersion = -1; // set to illegal value for kexts that don't have
2029 compatibleVersion = OSKextParseVersionString(compatibleVersionCString);
2030 if (compatibleVersion < 0) {
2039 if (compatibleVersion > version) {
3615 return compatibleVersion;
3631 if ((compatibleVersion > -1 && version > -1) &&
3632 (compatibleVersion <= version && aVersion <= version)) {
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c163 OSKextVersion compatibleVersion; member in struct:__OSKext
4973 return aKext->compatibleVersion;
5080 return (aKext->compatibleVersion > 0) ? true : false;
8208 /* Be sure to check that the kext *has* a valid compatibleVersion
8211 if (aKext->compatibleVersion > 0 &&
8212 aKext->compatibleVersion <= aVersion &&
12696 OSKextVersion compatibleVersion = -1; local
12826 compatibleVersion = OSKextParseVersionCFString(stringValue);
12827 if (compatibleVersion == -1) {
12830 aKext->compatibleVersion
[all...]

Completed in 313 milliseconds