Home
last modified time | relevance | path

Searched refs:trap (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/auto/
H A Dfeature55 # /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 Dkdb.h55 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \ argument
61 .dbbe_trap = trap \
/f-stack/freebsd/mips/include/
H A Dtrap.h122 register_t trap(struct trapframe *);
/f-stack/freebsd/amd64/amd64/
H A Dexception.S697 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 Dtrap.c108 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 Dexception.s178 movl $trap,%eax
320 movl $trap,%eax
H A Dtrap.c112 void trap(struct trapframe *frame);
195 trap(struct trapframe *frame) in trap() function
/f-stack/freebsd/kern/
H A Dsubr_kdb.c118 SYSCTL_PROC(_debug_kdb, OID_AUTO, trap,
/f-stack/freebsd/mips/mips/
H A Dexception.S385 PTR_LA k0, _C_LABEL(trap)
490 PTR_LA k0, _C_LABEL(trap)
1119 bgez t2, 3f # no, normal trap
H A Dfp.S1084 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 Dtrap.c511 trap(struct trapframe *trapframe) in trap() function