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

  /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
  /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
  /src/sys/arch/mips/mips/
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

Completed in 12 milliseconds