Searched refs:PL_FLAG_EXEC (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | ptrace.h | 127 #define PL_FLAG_EXEC 0x10 /* exec(2) succeeded */ macro |
| /f-stack/freebsd/kern/ | ||
| H A D | sys_process.c | 1229 pl->pl_flags |= PL_FLAG_EXEC; in kern_ptrace() |