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

  /src/sys/arch/cesfic/cesfic/
trap.c 88 void trap_kdebug(int, struct trapframe);
635 trap_kdebug(int type, struct trapframe tf) function in typeref:typename:void
locore.s 582 jbsr _C_LABEL(trap_kdebug)
  /src/sys/arch/sun2/sun2/
trap.c 134 void trap_kdebug(int type, struct trapframe tf);
632 trap_kdebug(int type, struct trapframe tf) function in typeref:typename:void
652 * XXX - Almost identical to trap_kdebug...
  /src/sys/arch/sun3/sun3/
trap.c 143 void trap_kdebug(int type, struct trapframe tf);
647 trap_kdebug(int type, struct trapframe tf) function in typeref:typename:void
667 * XXX - Almost identical to trap_kdebug...
locore.s 422 jbsr _C_LABEL(trap_kdebug)
  /src/sys/arch/hppa/hppa/
trap.c 230 trap_kdebug(int type, int code, struct trapframe *frame) function in typeref:typename:int
307 #define trap_kdebug(t, c, f) (0) macro
472 (void) trap_kdebug(T_IBREAK, 0, tf);
763 if (trap_kdebug(type, va, frame))
  /src/sys/arch/sun3/sun3x/
locore.s 407 jbsr _C_LABEL(trap_kdebug)

Completed in 16 milliseconds