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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c133 if (ISSET(p->p_lflag, P_LTRACED)) {
161 SET(p->p_lflag, P_LTRACED);
177 if (ISSET(p->p_lflag, P_LTRACED)) {
214 SET(t->p_lflag, P_LTRACED);
260 if (!ISSET(t->p_lflag, P_LTRACED)) {
305 CLR(t->p_lflag, P_LTRACED);
447 if (ISSET(traced_procp->p_lflag, P_LTRACED)) {
463 if ((cur_procp->p_lflag & P_LTRACED) && isinferior(cur_procp, traced_procp)) {
H A Dkern_sig.c1643 if (!(p->p_lflag & P_LTRACED) && (p->p_sigignore & mask)) {
1786 if (((flavor & PSIG_VFORK) == 0) && ((sig_proc->p_lflag & P_LTRACED) == 0) && (sig_proc->p_sigignore & mask)) {
1817 if (sig_proc->p_lflag & P_LTRACED)
1844 (sig_proc->p_lflag & P_LTRACED) == 0)
1903 if (sig_proc->p_lflag & P_LTRACED) {
2148 if ((sig_proc->p_lflag & P_LTRACED) != 0 && sig_proc->p_xstat != 0)
2252 * only if P_LTRACED was on when they were posted.
2254 if (mask & p->p_sigignore && (p->p_lflag & P_LTRACED) == 0) {
2258 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
2427 if (p->p_lflag & P_LTRACED ||
[all...]
H A Dkern_exit.c424 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
681 if (q->p_lflag & P_LTRACED) {
693 q->p_lflag &= ~P_LTRACED;
1236 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) {
1670 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
1819 if (q->p_lflag & P_LTRACED) {
1822 q->p_lflag &= ~P_LTRACED;
H A Dkern_exec.c912 if (!vfexec && !spawn && (p->p_lflag & P_LTRACED))
1194 if (vfexec && (p->p_lflag & P_LTRACED)) {
2120 if (imgp != NULL && spawn_no_exec && (p->p_lflag & P_LTRACED)) {
3102 if ((vp->v_mount->mnt_flag & MNT_NOSUID) || (p->p_lflag & P_LTRACED))
3114 if (p->p_lflag & P_LTRACED)
H A Dproc_info.c238 if ((p->p_ppid != (pid_t)typeinfo) && (((p->p_lflag & P_LTRACED) == 0) || (p->p_oppid != (pid_t)typeinfo)))
515 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
604 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
H A Dkern_sysctl.c1620 if (p->p_lflag & P_LTRACED)
1670 if (p->p_lflag & P_LTRACED)
H A Dkern_event.c494 if ((p->p_lflag & P_LTRACED) != 0 &&
/darwin-on-arm/xnu/bsd/sys/
H A Dsignalvar.h122 | (((p)->p_lflag & P_LTRACED) ? 0 : (p)->p_sigignore)) \
H A Dproc_internal.h425 #define P_LTRACED 0x00000400 /* */ macro
/darwin-on-arm/xnu/security/
H A Dmac_base.c2287 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0))

Completed in 120 milliseconds