Searched refs:XPC_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
242 if (XPC_VERSION_MAJOR(remote_rp->version) != in xpc_get_remote_rp()243 XPC_VERSION_MAJOR(XPC_RP_VERSION)) { in xpc_get_remote_rp()
28 #define XPC_VERSION_MAJOR(_v) ((_v) >> 4) macro