Lines Matching refs:ptc
1049 struct ptrace_child *ptc) in ptrace_report_child() argument
1058 ptc->pid = pp->p_pid; in ptrace_report_child()
1060 ptc->flags |= PTCHLD_TRACED; in ptrace_report_child()
1062 ptc->flags |= PTCHLD_TRACED_BY_ME; in ptrace_report_child()
1065 ptc->flags |= PTCHLD_EXITED; in ptrace_report_child()
1102 struct ptrace_child *children, *ptc; in ptrace_action() local
2033 ptc = &children[num1]; in ptrace_action()
2034 if (ptrace_report_child(td, p, pp, ptc)) in ptrace_action()
2039 ptc = &children[num1]; in ptrace_action()
2040 if (ptrace_report_child(td, p, pp, ptc)) { in ptrace_action()
2042 ptc->flags |= PTCHLD_ORPHAN; in ptrace_action()