Home
last modified time | relevance | path

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

/xnu-12377.61.12/security/
H A Dmac_mach_internal.h92 int mac_task_check_set_task_special_port(struct task *task,
H A Dmac_mach.c216 mac_task_check_set_task_special_port(struct task *task, struct task *target, int which, struct ipc_… in mac_task_check_set_task_special_port() function
/xnu-12377.61.12/osfmk/kern/
H A Dipc_tt.c2029 if (mac_task_check_set_task_special_port(current_task(), task, which, port)) { in task_set_special_port_from_user()