Searched refs:ipc_send_port (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/tests/ipc/ |
| H A D | control_port_movability_common.c | 25 kern_return_t kr = ipc_send_port(destination, task_control, MACH_MSG_TYPE_MOVE_SEND); in send_task_thread_control() 27 kr = ipc_send_port(destination, task_control, MACH_MSG_TYPE_COPY_SEND); in send_task_thread_control() 32 kr = ipc_send_port(destination, thread_control, MACH_MSG_TYPE_COPY_SEND); in send_task_thread_control() 34 kr = ipc_send_port(destination, thread_control, MACH_MSG_TYPE_MOVE_SEND); in send_task_thread_control() 131 kr = ipc_send_port(parent_bootstrap, child_connection, MACH_MSG_TYPE_MOVE_SEND); in fork_task()
|
| H A D | ipc_utils.h | 76 kern_return_t ipc_send_port(mach_port_t destination, mach_port_t port,
|
| H A D | ipc_utils.c | 62 ipc_send_port(mach_port_t destination, mach_port_t port, mach_msg_type_name_t disposition) in ipc_send_port() function
|