Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/mach/
H A Dtask_special_ports.h125 #define task_get_task_access_port(task, port) \ macro
/xnu-8020.121.3/bsd/vm/
H A Dvm_unix.c957 (task_get_task_access_port(task, &tfpport) == 0) && in task_for_pid()
1195 (task_get_task_access_port(task_insp, &tfpport) == 0) && in task_inspect_for_pid()
1317 (task_get_task_access_port(task_read, &tfpport) == 0) && in task_read_for_pid()
1407 (task_get_task_access_port(target, &tfpport) == 0) && in pid_suspend()
1536 (task_get_task_access_port(task, &tfpport) == 0) && in debug_control_port_for_pid()
1634 (task_get_task_access_port(target, &tfpport) == 0) && in pid_resume()
/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c6952 kr = task_get_task_access_port(p->task, &port); in check_for_signature()