Searched refs:mach_msg_receive (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach.h102 extern mach_msg_return_t mach_msg_receive(mach_msg_header_t *);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c70 extern mach_msg_return_t mach_msg_receive(mach_msg_header_t *msg,
165 result = mach_msg_receive(&exc_msg.Head);
167 result = mach_msg_receive(&exc_msg.Head, MACH_RCV_MSG,
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c129 mach_msg_return_t mach_msg_receive(
341 mach_msg_receive( function
391 * All of mach_msg_send and mach_msg_receive error codes.
483 * All of mach_msg_send and mach_msg_receive error codes.
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c200 mach_msg_receive(mach_msg_header_t *msg) function

Completed in 70 milliseconds