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

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c169 task->itk_gssd = IP_NULL;
205 task->itk_gssd =
206 ipc_port_copy_send(parent->itk_gssd);
318 if (IP_VALID(task->itk_gssd))
319 ipc_port_release_send(task->itk_gssd);
H A Dtask.h285 struct ipc_port *itk_gssd; /* yet another send right */ member in struct:task

Completed in 56 milliseconds