Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/mach/
H A Dmach_msg.c570 mach_msg_size_t trailer_alloc; in mach_msg_server_once() local
579 trailer_alloc = REQUESTED_TRAILER_SIZE(options); in mach_msg_server_once()
580 request_alloc = (mach_msg_size_t)round_page(max_size + trailer_alloc); in mach_msg_server_once()
583 request_alloc : max_size + trailer_alloc; in mach_msg_server_once()
620 trailer_alloc); in mach_msg_server_once()
702 mach_msg_size_t trailer_alloc; in mach_msg_server() local
724 trailer_alloc = REQUESTED_TRAILER_SIZE(options); in mach_msg_server()
725 new_request_alloc = (mach_msg_size_t)round_page(max_size + trailer_alloc); in mach_msg_server()
728 new_request_alloc : max_size + trailer_alloc; in mach_msg_server()
841 trailer_alloc); in mach_msg_server()