Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h882 virtual OSKextVersion getCompatibleVersion(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4976 OSKext::getCompatibleVersion(void) in getCompatibleVersion() function in OSKext
4986 return getCompatibleVersion() > 0; in isLibrary()
16174 if ((libsFlag == 0 && theKext->getCompatibleVersion() > 1) ||
16175 (libsFlag == 1 && theKext->getCompatibleVersion() < 1)) {