Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.h183 extern task_t convert_port_to_task(
H A Dipc_tt.c2741 convert_port_to_task( in convert_port_to_task() function
5040 task_t task = convert_port_to_task(port); in task_get_exception_ports_from_user()
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c282 task_t convert_port_to_task(ipc_port_t port);
2733 task_t ptr_auth_task = convert_port_to_task(port); in exec_handle_port_actions()