Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dpolicy_internal.h142 extern void proc_inherit_task_role(task_t new_task, task_t old_task);
H A Dtask_policy.c2152 proc_inherit_task_role(task_t new_task, in proc_inherit_task_role() function
/xnu-11215/bsd/kern/
H A Dkern_exec.c4655 proc_inherit_task_role(new_task, old_task); in posix_spawn()
5438 proc_inherit_task_role(new_task, old_task); in __mac_execve()