Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_port.h860 extern ipc_port_t ipc_port_make_send_any(
H A Dipc_port.c2747 ipc_port_make_send_any( in ipc_port_make_send_any() function
/xnu-8796.141.3/osfmk/kern/
H A Dipc_tt.c192 task->itk_settable_self = ipc_port_make_send_any(kport); in ipc_task_init()
666 task->itk_settable_self = ipc_port_make_send_any(new_kport); in ipc_task_reset()
799 tro->tro_settable_self_port = ipc_port_make_send_any(kport); in ipc_thread_init()
1122 .tro_settable_self_port = ipc_port_make_send_any(new_kport), in ipc_thread_reset()
H A Dipc_kobject.c1737 port = ipc_port_make_send_any(subst); in ipc_kobject_label_check()