Searched refs:P_LTRACED (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c132 if (ISSET(p->p_lflag, P_LTRACED)) {
160 SET(p->p_lflag, P_LTRACED);
176 if (ISSET(p->p_lflag, P_LTRACED)) {
213 SET(t->p_lflag, P_LTRACED);
259 if (!ISSET(t->p_lflag, P_LTRACED)) {
310 CLR(t->p_lflag, P_LTRACED);
452 if (ISSET(traced_procp->p_lflag, P_LTRACED)) {
468 if ((cur_procp->p_lflag & P_LTRACED) && isinferior(cur_procp, traced_procp)) {
H A Dkern_sig.c1644 if (!(p->p_lflag & P_LTRACED) && (p->p_sigignore & mask)) {
1787 if (((flavor & PSIG_VFORK) == 0) && ((sig_proc->p_lflag & P_LTRACED) == 0) && (sig_proc->p_sigignore & mask)) {
1818 if (sig_proc->p_lflag & P_LTRACED)
1845 (sig_proc->p_lflag & P_LTRACED) == 0)
1904 if (sig_proc->p_lflag & P_LTRACED) {
2149 if ((sig_proc->p_lflag & P_LTRACED) != 0 && sig_proc->p_xstat != 0)
2253 * only if P_LTRACED was on when they were posted.
2255 if (mask & p->p_sigignore && (p->p_lflag & P_LTRACED) == 0) {
2259 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
2425 if (p->p_lflag & P_LTRACED ||
[all...]
H A Dkern_exit.c467 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
742 if (q->p_lflag & P_LTRACED) {
773 q->p_lflag &= ~P_LTRACED;
1341 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) {
1800 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
1971 if (q->p_lflag & P_LTRACED) {
1993 q->p_lflag &= ~P_LTRACED;
H A Dproc_info.c297 if ((p->p_ppid != (pid_t)typeinfo) && (((p->p_lflag & P_LTRACED) == 0) || (p->p_oppid != (pid_t)typeinfo)))
579 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
666 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
2467 if ((p->p_lflag & P_LTRACED) != 0 &&
H A Dkern_exec.c958 if (!vfexec && !spawn && (p->p_lflag & P_LTRACED))
1166 if (vfexec && (p->p_lflag & P_LTRACED)) {
2492 if (imgp != NULL && spawn_no_exec && (p->p_lflag & P_LTRACED)) {
3547 if ((vp->v_mount->mnt_flag & MNT_NOSUID) || (p->p_lflag & P_LTRACED))
3566 if (p->p_lflag & P_LTRACED)
H A Dkern_sysctl.c1022 if (p->p_lflag & P_LTRACED)
1072 if (p->p_lflag & P_LTRACED)
H A Dkern_event.c509 if ((p->p_lflag & P_LTRACED) != 0 &&
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsignalvar.h122 | (((p)->p_lflag & P_LTRACED) ? 0 : (p)->p_sigignore)) \
H A Dproc_internal.h452 #define P_LTRACED 0x00000400 /* */ macro
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_base.c2129 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0))

Completed in 224 milliseconds