Searched refs:PGET_NOTINEXEC (Results 1 – 2 of 2) sorted by relevance
1056 #define PGET_NOTINEXEC 0x00020 /* Check that the process is not in P_INEXEC. */ macro
546 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()