Home
last modified time | relevance | path

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

/freebsd/sys/dev/filemon/
H A Dfilemon.c400 PGET_CANDEBUG | PGET_NOTWEXIT | PGET_NOTINEXEC, &p); in filemon_ioctl()
/freebsd/sys/sys/
H A Dproc.h1127 #define PGET_NOTINEXEC 0x00020 /* Check that the process is not in P_INEXEC. */ macro
/freebsd/sys/kern/
H A Dkern_proc.c552 if ((flags & PGET_NOTINEXEC) != 0 && (p->p_flag & P_INEXEC) != 0) { in pget()
2843 error = pget((pid_t)name[0], PGET_NOTINEXEC | PGET_WANTREAD, &p); in sysctl_kern_proc_kstack()