Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dtask_special_ports.h125 #define task_get_task_access_port(task, port) \ macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_proc.c5782 (task_get_task_access_port(task, &tfpport) == 0) && in task_for_pid()
6017 (task_get_task_access_port(task_insp, &tfpport) == 0) && in task_inspect_for_pid()
6139 (task_get_task_access_port(task_read, &tfpport) == 0) && in task_read_for_pid()
6229 (task_get_task_access_port(target, &tfpport) == 0) && in pid_suspend()
6358 (task_get_task_access_port(task, &tfpport) == 0) && in debug_control_port_for_pid()
6456 (task_get_task_access_port(target, &tfpport) == 0) && in pid_resume()
H A Dkern_exec.c7996 kr = task_get_task_access_port(proc_task(p), &port); in process_signature()