Searched refs:PL_FLAG_FORKED (Results 1 – 5 of 5) sorted by relevance
97 { PL_FLAG_FORKED, "FORKED" }, in decode_pl_flags()295 if (lwpinfo.pl_flags & PL_FLAG_FORKED) { in trace_sc()336 if ((lwpinfo.pl_flags & (PL_FLAG_FORKED | PL_FLAG_SCX)) == in trace_cont()337 (PL_FLAG_FORKED | PL_FLAG_SCX)) { in trace_cont()
131 #define PL_FLAG_FORKED 0x40 /* new child */ macro
290 if (info.pl_flags & PL_FLAG_FORKED) { in MonitorSIGTRAP()
595 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()597 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()598 (PL_FLAG_FORKED | PL_FLAG_CHILD)); in handle_fork_events()
1498 pl->pl_flags |= PL_FLAG_FORKED; in kern_ptrace()