Home
last modified time | relevance | path

Searched refs:reply_alloc (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libsyscall/mach/
H A Dmach_msg.c571 mach_msg_size_t reply_alloc; in mach_msg_server_once() local
585 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() local
712 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 …]