Searched refs:itk_host (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c165 task->itk_host = port;
196 task->itk_host =
197 ipc_port_copy_send(parent->itk_host);
309 if (IP_VALID(task->itk_host))
310 ipc_port_release_send(task->itk_host);
851 port = ipc_port_copy_send(task->itk_host);
910 whichp = &task->itk_host;
H A Dipc_host.c166 sright = ipc_port_copy_send(current_task()->itk_host);
H A Dtask.h282 struct ipc_port *itk_host; /* a send right */ member in struct:task

Completed in 26 milliseconds