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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h574 virtual OSKextVersion getCompatibleVersion(void);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3737 OSKext::getCompatibleVersion(void) function in class:OSKext
3747 return (getCompatibleVersion() > 0);
10120 if ((libsFlag == 0 && theKext->getCompatibleVersion() > 1) ||
10121 (libsFlag == 1 && theKext->getCompatibleVersion() < 1)) {

Completed in 35 milliseconds