Searched refs:itk_sself (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c145 task->itk_sself = ipc_port_make_send(kport);
300 if (IP_VALID(task->itk_sself))
301 ipc_port_release_send(task->itk_sself);
372 old_sself = task->itk_sself;
373 task->itk_sself = ipc_port_make_send(new_kport);
574 if ((port = task->itk_sself) == task->itk_self) {
843 port = ipc_port_copy_send(task->itk_sself);
906 whichp = &task->itk_sself;
H A Dtask.h279 struct ipc_port *itk_sself; /* a send right */ member in struct:task

Completed in 24 milliseconds