Searched refs:XPC_MSG_HDR_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
94 #define XPC_MSG_HDR_MAX_SIZE 16 macro95 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)98 ALIGN(XPC_MSG_HDR_MAX_SIZE + (_payload_size), \
1782 if (sizeof(struct xpc_notify_mq_msghdr_uv) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_uv()1784 XPC_MSG_HDR_MAX_SIZE); in xpc_init_uv()
2419 if (offsetof(struct xpc_msg_sn2, payload) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_sn2()2421 "larger than %d\n", XPC_MSG_HDR_MAX_SIZE); in xpc_init_sn2()