Searched refs:reply_alloc (Results 1 – 1 of 1) sorted by relevance
571 mach_msg_size_t reply_alloc; in mach_msg_server_once() local585 reply_alloc = (mach_msg_size_t)round_page((options & MACH_SEND_TRAILER) ? in mach_msg_server_once()591 reply_alloc, in mach_msg_server_once()607 reply_alloc); in mach_msg_server_once()681 reply_alloc); in mach_msg_server_once()703 mach_msg_size_t reply_alloc; in mach_msg_server() local712 reply_alloc = (mach_msg_size_t)round_page((options & MACH_SEND_TRAILER) ? in mach_msg_server()717 reply_alloc, in mach_msg_server()740 reply_alloc); in mach_msg_server()783 if (request_alloc == reply_alloc) { in mach_msg_server()[all …]