Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/ipc/
H A Dipc_port.h854 extern ipc_port_t ipc_port_make_send_any(
H A Dipc_port.c2815 ipc_port_make_send_any( in ipc_port_make_send_any() function
/xnu-11215.61.5/osfmk/kern/
H A Dipc_tt.c221 task->itk_settable_self = ipc_port_make_send_any(kport); in ipc_task_init()
711 task->itk_settable_self = ipc_port_make_send_any(new_kport); in ipc_task_reset()
854 tro->tro_settable_self_port = ipc_port_make_send_any(kport); in ipc_thread_init()
1201 .tro_settable_self_port = ipc_port_make_send_any(new_kport), in ipc_thread_reset()
H A Dipc_kobject.c1929 port = ipc_port_make_send_any(subst); in ipc_kobject_label_check()