Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dproc.h1056 #define PGET_NOTINEXEC 0x00020 /* Check that the process is not in P_INEXEC. */ macro
/f-stack/freebsd/kern/
H A Dkern_proc.c546 if ((flags & PGET_NOTINEXEC) != 0 && (p->p_flag & P_INEXEC) != 0) { in pget()
2701 error = pget((pid_t)name[0], PGET_NOTINEXEC | PGET_WANTREAD, &p); in sysctl_kern_proc_kstack()