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

/xnu-2782.1.97/osfmk/mach/
H A Dtask_special_ports.h118 #define task_get_task_access_port(task, port) \ macro
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c670 (task_get_task_access_port(p->task, &tfpport) == 0) &&
845 (task_get_task_access_port(target, &tfpport) == 0) &&
929 (task_get_task_access_port(target, &tfpport) == 0) &&
/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c4430 kr = task_get_task_access_port(p->task, &port);

Completed in 35 milliseconds