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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h571 virtual OSKextVersion getCompatibleVersion(void);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp3932 OSKext::getCompatibleVersion(void) function in class:OSKext
3942 return (getCompatibleVersion() > 0);
10459 if ((libsFlag == 0 && theKext->getCompatibleVersion() > 1) ||
10460 (libsFlag == 1 && theKext->getCompatibleVersion() < 1)) {

Completed in 80 milliseconds