Searched refs:PGET_NOTINEXEC (Results 1 – 3 of 3) sorted by relevance
400 PGET_CANDEBUG | PGET_NOTWEXIT | PGET_NOTINEXEC, &p); in filemon_ioctl()
1127 #define PGET_NOTINEXEC 0x00020 /* Check that the process is not in P_INEXEC. */ macro
552 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()