Searched refs:replyPort (Results 1 – 4 of 4) sorted by relevance
253 server_error_out(replyPort); in mach_server_make_memory_entry()297 server_error_out(replyPort); in mach_server_make_memory_entry()311 server_error_out(replyPort); in mach_server_make_memory_entry()321 server_error_out(replyPort); in mach_server_make_memory_entry()402 server_error_out(replyPort); in mach_server_make_memory_entry()452 server_error_out(replyPort); in mach_server_read()480 server_error_out(replyPort); in mach_server_read()490 server_error_out(replyPort); in mach_server_read()523 server_error_out(replyPort); in mach_server_read()558 server_error_out(replyPort); in mach_server_remap()[all …]
102 mach_port_t replyPort; in mach_client() local103 …T_ASSERT_POSIX_ZERO(mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &replyPort), "cr… in mach_client()104 …T_ASSERT_POSIX_ZERO(mach_port_insert_right(mach_task_self(), replyPort, replyPort, MACH_MSG_TYPE_M… in mach_client()112 message.header.msgh_local_port = replyPort; in mach_client()122 mach_vm_client(replyPort); in mach_client()
84 mach_server_construct_header(ipc_message_t *message, mach_port_t replyPort) in mach_server_construct_header() argument89 message->header.msgh_local_port = replyPort; in mach_server_construct_header()
2283 mach_port_t replyPort; in _sendAsyncResult64() local2287 replyPort = (mach_port_t) (reference[0] & ~kIOUCAsync0Flags); in _sendAsyncResult64()2288 if (replyPort == MACH_PORT_NULL) { in _sendAsyncResult64()2299 replyMsg.msgHdr.msgh_remote_port = replyPort; in _sendAsyncResult64()