Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/mach/mach/
H A Dmach.h114 extern mach_msg_return_t mach_msg_server(boolean_t (*)
/xnu-11215/tests/vm/
H A Dtest_vm_no_pager.m236 * Runs mach_msg_server once for receiving exception messages from kernel
256 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, exception_port, 0);
257 T_EXPECT_MACH_SUCCESS(kret, "mach_msg_server: %s (%d)", mach_error_string(kret), kret);
/xnu-11215/tests/
H A Dexc_resource_threads.c109 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, exception_port, 0); in exc_handler()
H A Dhw_breakpoint_step_arm64.c109 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, exception_port, 0); in exc_handler()
H A Dimmovable_send.c153 kr = mach_msg_server(mach_exc_server, 4096, exc_port, 0); in exception_server_thread()
H A Dexc_helpers.c363 kr = mach_msg_server(mach_exc_server, MACH_MSG_REPLY_SIZE, exc_port, 0); in exc_server_thread()
H A Dldt.c425 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, ePort, 0); in handle_exceptions()
/xnu-11215/libsyscall/mach/
H A Dmach_msg.c692 mach_msg_server( in mach_msg_server() function
874 return mach_msg_server(demux, max_size, rcv_name, options); in mach_msg_server_importance()
/xnu-11215/tests/ipc/
H A Dkernel_signed_pac_thread_state.c357 kr = mach_msg_server(mach_exc_server, MACH_MSG_REPLY_SIZE, exc_port, 0); in exc_server_thread()