Searched refs:getCompatibleVersion (Results 1 – 2 of 2) sorted by relevance
882 virtual OSKextVersion getCompatibleVersion(void);
4976 OSKext::getCompatibleVersion(void) in getCompatibleVersion() function in OSKext4986 return getCompatibleVersion() > 0; in isLibrary()16174 if ((libsFlag == 0 && theKext->getCompatibleVersion() > 1) ||16175 (libsFlag == 1 && theKext->getCompatibleVersion() < 1)) {