Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/ipc/
H A Dipc_port.h828 extern ipc_port_t ipc_port_make_send_any(
H A Dipc_port.c2727 ipc_port_make_send_any( in ipc_port_make_send_any() function
/xnu-8792.81.2/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()
805 tro->tro_settable_self_port = ipc_port_make_send_any(kport); in ipc_thread_init()
1128 .tro_settable_self_port = ipc_port_make_send_any(new_kport), in ipc_thread_reset()
H A Dipc_kobject.c1802 port = ipc_port_make_send_any(subst); in ipc_kobject_label_check()