Searched refs:mach_msg_server (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/libsyscall/mach/mach/ |
| H A D | mach.h | 114 extern mach_msg_return_t mach_msg_server(boolean_t (*)
|
| /xnu-11215/tests/vm/ |
| H A D | test_vm_no_pager.m | 236 * 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 D | exc_resource_threads.c | 109 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, exception_port, 0); in exc_handler()
|
| H A D | hw_breakpoint_step_arm64.c | 109 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, exception_port, 0); in exc_handler()
|
| H A D | immovable_send.c | 153 kr = mach_msg_server(mach_exc_server, 4096, exc_port, 0); in exception_server_thread()
|
| H A D | exc_helpers.c | 363 kr = mach_msg_server(mach_exc_server, MACH_MSG_REPLY_SIZE, exc_port, 0); in exc_server_thread()
|
| H A D | ldt.c | 425 kret = mach_msg_server(mach_exc_server, MACH_MSG_SIZE_RELIABLE, ePort, 0); in handle_exceptions()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | mach_msg.c | 692 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 D | kernel_signed_pac_thread_state.c | 357 kr = mach_msg_server(mach_exc_server, MACH_MSG_REPLY_SIZE, exc_port, 0); in exc_server_thread()
|