Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/mach/
H A Dmach_msg.c590 (vm_address_t *)&bufReply, in mach_msg_server_once()
606 (vm_address_t)bufReply, in mach_msg_server_once()
659 mr = mach_msg(&bufReply->Head, in mach_msg_server_once()
680 (vm_address_t) bufReply, in mach_msg_server_once()
716 (vm_address_t *)&bufReply, in mach_msg_server()
739 (vm_address_t)bufReply, in mach_msg_server()
787 &bufReply->Head, in mach_msg_server()
797 bufRequest = bufReply; in mach_msg_server()
798 bufReply = bufTemp; in mach_msg_server()
802 &bufReply->Head, in mach_msg_server()
[all …]