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.c588 pr->ps_uvdone = 0; in sys_execve()
H A Dvfs_syscalls.c962 pr->ps_uvdone = 1; in sys_unveil()
966 if (pr->ps_uvdone != 0) in sys_unveil()
/openbsd/sys/sys/
H A Dproc.h213 int ps_uvdone; /* no more unveil is permitted */ member
H A Dsysctl.h677 if ((pr)->ps_uvdone || \