HomeSort by: relevance | last modified time | path
    Searched defs:sigdebug (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/mips/mips/
compat_16_machdep.c 80 int sigdebug = 0; variable in typeref:typename:int
111 if ((sigdebug & SDB_FOLLOW) ||
112 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
170 if ((sigdebug & SDB_FOLLOW) ||
171 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
212 if ((sigdebug & SDB_FOLLOW) ||
213 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
255 if (sigdebug & SDB_FOLLOW)
compat_16_machdep.c 80 int sigdebug = 0; variable in typeref:typename:int
111 if ((sigdebug & SDB_FOLLOW) ||
112 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
170 if ((sigdebug & SDB_FOLLOW) ||
171 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
212 if ((sigdebug & SDB_FOLLOW) ||
213 ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid))
255 if (sigdebug & SDB_FOLLOW)
trap.c 135 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int,
137 #define SIGDEBUG(a, b, c, d) sigdebug(a, b, c, d)
139 #define SIGDEBUG(a, b, c, d)
735 SIGDEBUG(utf, &ksi, rv, pc);
894 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e, function in typeref:typename:void
trap.c 135 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int,
137 #define SIGDEBUG(a, b, c, d) sigdebug(a, b, c, d)
139 #define SIGDEBUG(a, b, c, d)
735 SIGDEBUG(utf, &ksi, rv, pc);
894 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e, function in typeref:typename:void
  /src/sys/arch/hppa/hppa/
sig_machdep.c 90 int sigdebug = 0; variable in typeref:typename:int
sig_machdep.c 90 int sigdebug = 0; variable in typeref:typename:int
  /src/sys/arch/m68k/m68k/
sig_machdep.c 71 int sigdebug = 0; variable in typeref:typename:int
sig_machdep.c 71 int sigdebug = 0; variable in typeref:typename:int
  /src/sys/arch/amd64/amd64/
trap.c 153 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
154 #define SIGDEBUG(a, b, c) sigdebug(a, b, c)
156 #define SIGDEBUG(a, b, c)
612 SIGDEBUG(frame, &ksi, error);
661 SIGDEBUG(frame, &ksi, 0);
711 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e) function in typeref:typename:void
trap.c 153 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
154 #define SIGDEBUG(a, b, c) sigdebug(a, b, c)
156 #define SIGDEBUG(a, b, c)
612 SIGDEBUG(frame, &ksi, error);
661 SIGDEBUG(frame, &ksi, 0);
711 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e) function in typeref:typename:void
  /src/sys/arch/i386/i386/
trap.c 169 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
170 #define SIGDEBUG(a, b, c) sigdebug(a, b, c)
172 #define SIGDEBUG(a, b, c)
446 SIGDEBUG(vframe, &ksi, error);
727 SIGDEBUG(frame, &ksi, error);
766 SIGDEBUG(frame, &ksi, error);
793 SIGDEBUG(frame, &ksi, error);
842 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e) function in typeref:typename:void
trap.c 169 static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
170 #define SIGDEBUG(a, b, c) sigdebug(a, b, c)
172 #define SIGDEBUG(a, b, c)
446 SIGDEBUG(vframe, &ksi, error);
727 SIGDEBUG(frame, &ksi, error);
766 SIGDEBUG(frame, &ksi, error);
793 SIGDEBUG(frame, &ksi, error);
842 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e) function in typeref:typename:void
  /src/sys/arch/aarch64/aarch64/
trap.c 997 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi) function in typeref:typename:void
1029 sigdebug(tf, &ksi);
trap.c 997 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi) function in typeref:typename:void
1029 sigdebug(tf, &ksi);
  /src/sys/arch/alpha/alpha/
machdep.c 134 #include <machine/sigdebug.h>
135 int sigdebug = 0x0; variable in typeref:typename:int
1532 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
1557 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
1566 if (sigdebug & SDB_FOLLOW)
1589 if (sigdebug & SDB_FOLLOW)
1592 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
machdep.c 134 #include <machine/sigdebug.h>
135 int sigdebug = 0x0; variable in typeref:typename:int
1532 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
1557 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
1566 if (sigdebug & SDB_FOLLOW)
1589 if (sigdebug & SDB_FOLLOW)
1592 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
  /src/sys/arch/sparc64/sparc64/
machdep.c 150 /* See <sparc64/sparc64/sigdebug.h> */
151 int sigdebug = 0x0; variable in typeref:typename:int
machdep.c 150 /* See <sparc64/sparc64/sigdebug.h> */
151 int sigdebug = 0x0; variable in typeref:typename:int
  /src/sys/arch/sparc/sparc/
machdep.c 398 int sigdebug = 0; variable in typeref:typename:int
520 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
560 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
593 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
727 if (sigdebug & SDB_FOLLOW)
machdep.c 398 int sigdebug = 0; variable in typeref:typename:int
520 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
560 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
593 if ((sigdebug & SDB_KSTACK) && p->p_pid == sigpid)
727 if (sigdebug & SDB_FOLLOW)

Completed in 150 milliseconds