Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.h178 extern task_t convert_port_to_task(
H A Dipc_tt.c2566 convert_port_to_task( in convert_port_to_task() function
4829 task_t task = convert_port_to_task(port); in task_get_exception_ports_from_user()
/xnu-12377.41.6/bsd/kern/
H A Dkern_exec.c302 task_t convert_port_to_task(ipc_port_t port);
3260 task_t ptr_auth_task = convert_port_to_task(port); in exec_handle_port_actions()