Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dpersona.h480 int persona_proc_inherit(proc_t child, proc_t parent);
/xnu-8792.41.9/bsd/kern/
H A Dkern_persona.c591 persona_proc_inherit(proc_t child, proc_t parent) in persona_proc_inherit() function
H A Dkern_fork.c1225 error = persona_proc_inherit(child_proc, parent_proc); in forkproc()