Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dipc_tt.c220 task->itk_settable_self = ipc_port_make_send_any(kport); in ipc_task_init()
314 pport = ipc_port_make_send_any(kport); in ipc_task_copyout_control_port()
697 task->itk_settable_self = ipc_port_make_send_any(new_kport); in ipc_task_reset()
810 tro->tro_settable_self_port = ipc_port_make_send_any(kport); in ipc_thread_init()
1087 .tro_settable_self_port = ipc_port_make_send_any(new_kport), in ipc_thread_reset()
H A Dipc_kobject.c1480 port = ipc_port_make_send_any(subst); in ipc_kobject_label_check_or_substitute()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_port.h819 extern ipc_port_t ipc_port_make_send_any(
H A Dipc_port.c2843 ipc_port_make_send_any( in ipc_port_make_send_any() function