Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsys_process.c395 if (ISSET(tr->ps_flags, PS_INEXEC)) { in ptrace_ctrl()
858 if (ISSET(tr->ps_flags, PS_INEXEC)) in process_checktracestate()
903 if (ISSET(tr->ps_flags, PS_INEXEC)) in process_checkioperm()
Dkern_exec.c287 atomic_setbits_int(&pr->ps_flags, PS_INEXEC); in sys_execve()
750 atomic_clearbits_int(&pr->ps_flags, PS_INEXEC); in sys_execve()
777 atomic_clearbits_int(&pr->ps_flags, PS_INEXEC); in sys_execve()
Dkern_sysctl.c2140 if ((vpr->ps_flags & PS_INEXEC)) in sysctl_proc_args()
/openbsd/src/sys/sys/
Dproc.h281 #define PS_INEXEC 0x00000004 /* Process is doing an exec right now */ macro