Home
last modified time | relevance | path

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

/xnu-11215/tests/vm_memory_tests_src/
H A Dvm_tests.c253 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 …]
H A Dmain.c102 mach_port_t replyPort; in mach_client() local
103 …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()
H A Dcommon.c84 mach_server_construct_header(ipc_message_t *message, mach_port_t replyPort) in mach_server_construct_header() argument
89 message->header.msgh_local_port = replyPort; in mach_server_construct_header()
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp2283 mach_port_t replyPort; in _sendAsyncResult64() local
2287 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()