HomeSort by: relevance | last modified time | path
    Searched refs:p_slflag (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/kern/
sys_ptrace_common.c 358 if (ISSET(p->p_slflag, PSL_TRACED))
386 if (ISSET(t->p_slflag, PSL_TRACED))
460 if (!ISSET(t->p_slflag, PSL_TRACED))
601 pe.pe_set_event = ISSET(t->p_slflag, PSL_TRACEFORK) ?
603 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACEVFORK) ?
605 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACEVFORK_DONE) ?
607 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACELWP_CREATE) ?
609 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACELWP_EXIT) ?
611 pe.pe_set_event |= ISSET(t->p_slflag, PSL_TRACEPOSIX_SPAWN) ?
634 SET(t->p_slflag, PSL_TRACEFORK)
    [all...]
kern_syscall.c 223 if (ISSET(p->p_slflag, PSL_SYSCALL))
259 if ((p->p_slflag & (PSL_SYSCALL|PSL_TRACED)) ==
262 if (curlwp->l_proc->p_slflag & PSL_SYSCALLEMU) {
302 if ((p->p_slflag & (PSL_SYSCALL|PSL_TRACED|PSL_SYSCALLEMU)) ==
306 CLR(p->p_slflag, PSL_SYSCALLEMU);
kern_fork.c 224 return (p->p_slflag & (PSL_TRACEFORK|PSL_TRACED)) ==
235 return (p->p_slflag & (PSL_TRACEVFORK|PSL_TRACED)) ==
246 return (p->p_slflag & (PSL_TRACEVFORK_DONE|PSL_TRACED)) ==
444 p2->p_slflag = 0;
536 SET(p2->p_slflag, PSL_TRACEDCHILD);
657 if ((p->p_slflag & (PSL_TRACED|PSL_TRACEDCHILD)) ==
kern_exit.c 448 if (__predict_false(p->p_slflag & PSL_CHTRACED)) {
475 if (__predict_false(child->p_slflag & PSL_TRACED)) {
477 child->p_slflag &=
1102 ((child->p_slflag & PSL_TRACED) ||
1111 (child->p_slflag & PSL_TRACED) ?
1130 (parent->p_slflag & PSL_CHTRACED) &&
1181 if ((p->p_slflag & PSL_TRACED) != 0 && p->p_opptr != parent) {
1183 p->p_slflag &= ~(PSL_TRACED|PSL_SYSCALL);
1292 SET(t->p_slflag, PSL_TRACED);
1307 parent->p_slflag |= PSL_CHTRACED
    [all...]
kern_sig.c 928 if (ISSET(p->p_slflag, PSL_TRACED) &&
1315 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1581 KASSERT(ISSET(p->p_slflag, PSL_TRACED));
1614 if (__predict_false(!ISSET(p->p_slflag, PSL_TRACED))) {
1682 if ((p->p_slflag & (PSL_TRACED|PSL_TRACEDCHILD)) !=
1797 if ((p->p_slflag & PSL_TRACED) == 0 || p->p_xsig == 0 ||
1898 traced = ISSET(p->p_slflag, PSL_TRACED) &&
2545 KASSERT(ISSET(p->p_slflag, PSL_TRACED));
2546 KASSERT(ISSET(p->p_slflag, PSL_SYSCALL));
2600 if (__predict_false(!ISSET(p->p_slflag, PSL_TRACED)))
    [all...]
sys_lwp.c 86 if ((p->p_slflag & (PSL_TRACED|PSL_TRACELWP_CREATE)) ==
90 if ((p->p_slflag & (PSL_TRACED|PSL_TRACELWP_CREATE)) !=
kern_exec.c 1054 if ((p->p_slflag & PSL_TRACED) == 0 &&
1396 if ((p->p_slflag & PSL_TRACED) && !is_spawn) {
2390 if ((p->p_slflag & (PSL_TRACED|PSL_TRACEDCHILD)) ==
2700 p2->p_slflag = 0;
2795 if ((p1->p_slflag & (PSL_TRACEPOSIX_SPAWN|PSL_TRACED)) ==
2798 SET(p2->p_slflag, PSL_TRACEDCHILD);
2847 if (p1->p_slflag & PSL_TRACED) {
2850 if ((p1->p_slflag & (PSL_TRACEPOSIX_SPAWN|PSL_TRACED)) !=
kern_pax.c 357 if (p->p_slflag & PSL_TRACED)
kern_proc.c 2641 p->p_slflag = psrc->p_slflag;
2794 ki->p_flag |= sysctl_map_flags(sysctl_slflagmap, p->p_slflag);
kern_synch.c 903 if ((p->p_slflag & PSL_TRACED) != 0 && p->p_xsig != 0)
kern_lwp.c 1152 if ((p->p_slflag & (PSL_TRACED|PSL_TRACELWP_EXIT)) ==
  /src/sys/compat/linux/arch/arm/
linux_ptrace.c 148 if (!ISSET(t->p_slflag, PSL_TRACED)) {
  /src/sys/arch/powerpc/powerpc/
trap.c 255 && (p->p_slflag & PSL_TRACED) == 0
328 && (p->p_slflag & PSL_TRACED) == 0
353 && (p->p_slflag & PSL_TRACED) == 0
379 && (p->p_slflag & PSL_TRACED) == 0
397 && (p->p_slflag & PSL_TRACED) == 0
443 && (p->p_slflag & PSL_TRACED) == 0
  /src/sys/sys/
proc.h 256 short p_slflag; /* l, p: PSL_* flags */ member in struct:proc
403 * These flags are kept in p_slflag and are protected by the proc_lock
443 (((p)->p_slflag & PSL_TRACED) ? SIGCHLD : p->p_exitsig)
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 192 if (!ISSET(t->p_slflag, PSL_TRACED)) {
  /src/sys/compat/linux/arch/powerpc/
linux_ptrace.c 169 if (!ISSET(t->p_slflag, PSL_TRACED)) {
  /src/sys/arch/vax/vax/
trap.c 335 && (p->p_slflag & PSL_TRACED) == 0
  /src/sys/rump/librump/rumpkern/
lwproc.c 224 p->p_flag = p->p_sflag = p->p_slflag = p->p_lflag = p->p_stflag = 0;
  /src/sys/arch/powerpc/booke/
trap.c 921 && (p->p_slflag & PSL_TRACED) == 0

Completed in 30 milliseconds