Home
last modified time | relevance | path

Searched refs:convert_port_to_task_id_token (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dtask_ident.h74 task_id_token_t convert_port_to_task_id_token(ipc_port_t port);
H A Dtask_ident.c312 convert_port_to_task_id_token( in convert_port_to_task_id_token() function
H A Dipc_tt.c3623 token = convert_port_to_task_id_token(port); in port_name_to_task_id_token()
/xnu-8796.121.2/osfmk/mach/
H A Dmach_types.defs173 intran: task_id_token_t convert_port_to_task_id_token(mach_port_t)
/xnu-8796.121.2/osfmk/vm/
H A Dvm_user.c3788 task_id_token_t token = convert_port_to_task_id_token(owner_port); in mach_memory_entry_ownership_from_user()