Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dpolicy_internal.h139 extern void proc_inherit_task_role(task_t new_task, task_t old_task);
H A Dtask_policy.c2053 proc_inherit_task_role(task_t new_task, in proc_inherit_task_role() function
/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c4013 proc_inherit_task_role(new_task, old_task); in posix_spawn()
4732 proc_inherit_task_role(new_task, old_task); in __mac_execve()