Home
last modified time | relevance | path

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

/xnu-8020.140.41/security/
H A Dmac_mach_internal.h85 int mac_task_check_set_host_special_port(struct task *task,
H A Dmac_mach.c150 mac_task_check_set_host_special_port(struct task *task, int id, struct ipc_port *port) in mac_task_check_set_host_special_port() function
/xnu-8020.140.41/osfmk/kern/
H A Dhost.c1303 if (mac_task_check_set_host_special_port(current_task(), id, port) != 0) { in host_set_special_port()