Home
last modified time | relevance | path

Searched refs:ipc_send_port (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/tests/ipc/
H A Dcontrol_port_movability_common.c25 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 Dipc_utils.h76 kern_return_t ipc_send_port(mach_port_t destination, mach_port_t port,
H A Dipc_utils.c62 ipc_send_port(mach_port_t destination, mach_port_t port, mach_msg_type_name_t disposition) in ipc_send_port() function