Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dtask_ident.h87 task_id_token_t convert_port_to_task_id_token(ipc_port_t port);
H A Dtask_ident.c301 convert_port_to_task_id_token( in convert_port_to_task_id_token() function
H A Dipc_tt.c3510 token = convert_port_to_task_id_token(port); in port_name_to_task_id_token()
/xnu-12377.1.9/osfmk/mach/
H A Dmach_types.defs173 intran: task_id_token_t convert_port_to_task_id_token(mach_port_t)
/xnu-12377.1.9/osfmk/vm/
H A Dvm_memory_entry.c1723 task_id_token_t token = convert_port_to_task_id_token(owner_port); in mach_memory_entry_ownership_from_user()