/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
|
/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...
|
/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))
|