Searched refs:XPC_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
144 if (XPC_MSG_SIZE(payload_size) > XPC_MSG_MAX_SIZE) in xpc_connect()159 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect()
76 #define XPC_MSG_SIZE(_payload_size) \ macro