Searched refs:trap (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | feature | 55 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 70 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 88 # /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
| /f-stack/freebsd/sys/ |
| H A D | kdb.h | 55 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \ argument 61 .dbbe_trap = trap \
|
| /f-stack/freebsd/mips/include/ |
| H A D | trap.h | 122 register_t trap(struct trapframe *);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 697 call trap 871 call trap 1347 call trap 1360 call trap 1373 call trap 1387 call trap 1400 call trap 1415 call trap
|
| H A D | trap.c | 108 void __noinline trap(struct trapframe *frame); 183 trap(struct trapframe *frame) in trap() function 636 trap(frame); in trap_check()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | exception.s | 178 movl $trap,%eax 320 movl $trap,%eax
|
| H A D | trap.c | 112 void trap(struct trapframe *frame); 195 trap(struct trapframe *frame) in trap() function
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kdb.c | 118 SYSCTL_PROC(_debug_kdb, OID_AUTO, trap,
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 385 PTR_LA k0, _C_LABEL(trap) 490 PTR_LA k0, _C_LABEL(trap) 1119 bgez t2, 3f # no, normal trap
|
| H A D | fp.S | 1084 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled? 1158 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled? 2172 invalid_s: # trap invalid operation 2187 invalid_d: # trap invalid operation 2203 invalid_w: # trap invalid operation
|
| H A D | trap.c | 511 trap(struct trapframe *trapframe) in trap() function
|