Home
last modified time | relevance | path

Searched refs:PL_FLAG_CHILD (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h130 #define PL_FLAG_CHILD 0x80 /* I am from child */ macro
/f-stack/freebsd/kern/
H A Dsys_process.c1239 pl->pl_flags |= PL_FLAG_CHILD; in kern_ptrace()