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

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

Completed in 70 milliseconds