Searched refs:replyAlloc (Results 1 – 1 of 1) sorted by relevance
3211 mach_msg_size_t replyAlloc; in server() local3223 replyAlloc = 0; in server()3270 replyAlloc = oneway ? 0 : MAX_UEXT_REPLY_SIZE; in server()3275 if (replyAlloc) { in server()3286 …sgin, .reply = msgout, .sendSize = msgin->msgh.msgh_size, .replySize = replyAlloc, .kernelContent … in server()