/src/sys/arch/atari/atari/ |
trap.c | 93 static void panictrap(int, u_int, u_int, struct frame *); 249 panictrap(int type, u_int code, u_int v, struct frame *fp) function in typeref:typename:void 351 panictrap(type, code, v, fp); 357 panictrap(type, code, v, fp); 450 panictrap(type, code, v, fp); 517 panictrap(type, code, v, fp); 594 panictrap(type, code, v, fp); 639 panictrap(type, code, v, fp);
|
/src/sys/arch/amiga/amiga/ |
trap.c | 185 void panictrap(int, u_int, u_int, struct frame *); 229 panictrap(int type, u_int code, u_int v, struct frame *fp) function in typeref:typename:void 369 panictrap(type, code, v, fp); 413 panictrap(type, code, v, fp); 427 panictrap(type, code, v, fp); 470 panictrap(type, code, v, fp); 542 panictrap(type, code, v, fp); 548 panictrap(type, code, v, fp); 688 panictrap(type, code, v, fp);
|