Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dpersona.h477 int persona_proc_inherit(proc_t child, proc_t parent);
/xnu-8019.80.24/bsd/kern/
H A Dkern_fork.c1186 error = persona_proc_inherit(child_proc, parent_proc); in forkproc()
H A Dkern_persona.c704 persona_proc_inherit(proc_t child, proc_t parent) in persona_proc_inherit() function