Searched refs:PL_FLAG_CHILD (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | ptrace.h | 130 #define PL_FLAG_CHILD 0x80 /* I am from child */ macro |
| /f-stack/freebsd/kern/ | ||
| H A D | sys_process.c | 1239 pl->pl_flags |= PL_FLAG_CHILD; in kern_ptrace() |