Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_procctl.c55 protect_setchild(struct thread *td, struct proc *p, int flags) in protect_setchild() function
82 ret |= protect_setchild(td, p, flags); in protect_setchildren()
130 ret = protect_setchild(td, p, flags); in protect_set()