Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dpolicy_internal.h138 extern void proc_inherit_task_role(task_t new_task, task_t old_task);
H A Dtask_policy.c2041 proc_inherit_task_role(task_t new_task, in proc_inherit_task_role() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c4031 proc_inherit_task_role(new_task, old_task); in posix_spawn()
4754 proc_inherit_task_role(new_task, old_task); in __mac_execve()