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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_query.c986 OSKextVersion compatible_version = 0; local
994 compatible_version = OSKextParseVersionString(argv[index]);
995 if (compatible_version == -1) {
1004 (UInt8 *)&compatible_version, sizeof(compatible_version));
1031 OSKextVersion compatible_version = 0; local
1035 compatible_version = *(OSKextVersion *)CFDataGetBytePtr(versionData);
1037 if (OSKextIsCompatibleWithVersion(theKext, compatible_version)) {

Completed in 145 milliseconds