Searched refs:PL_FLAG_FORKED (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | ptrace.h | 129 #define PL_FLAG_FORKED 0x40 /* new child */ macro |
| /f-stack/freebsd/kern/ | ||
| H A D | sys_process.c | 1231 pl->pl_flags |= PL_FLAG_FORKED; in kern_ptrace() |