Searched refs:task_get_task_access_port (Results 1 – 3 of 3) sorted by relevance
125 #define task_get_task_access_port(task, port) \ macro
1027 (task_get_task_access_port(task, &tfpport) == 0) && in task_for_pid()1267 (task_get_task_access_port(task_insp, &tfpport) == 0) && in task_inspect_for_pid()1389 (task_get_task_access_port(task_read, &tfpport) == 0) && in task_read_for_pid()1479 (task_get_task_access_port(target, &tfpport) == 0) && in pid_suspend()1608 (task_get_task_access_port(task, &tfpport) == 0) && in debug_control_port_for_pid()1706 (task_get_task_access_port(target, &tfpport) == 0) && in pid_resume()
7717 kr = task_get_task_access_port(proc_task(p), &port); in process_signature()