Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_unveil.c200 child->ps_uvdone = parent->ps_uvdone; in unveil_copy()
H A Dkern_exec.c585 pr->ps_uvdone = 0; in sys_execve()
H A Dvfs_syscalls.c958 pr->ps_uvdone = 1; in sys_unveil()
962 if (pr->ps_uvdone != 0) in sys_unveil()
/openbsd/sys/sys/
H A Dproc.h222 int ps_uvdone; /* no more unveil is permitted */ member
H A Dsysctl.h673 if ((pr)->ps_uvdone || \