Searched refs:trap (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-9.3-release/sys/pc98/include/
H A Dtrap.h6 #include <i386/trap.h>
/freebsd-9.3-release/bin/sh/
H A Dtrap.c35 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
56 #include "trap.h"
77 int in_dotrap; /* do we execute in a trap handler? */
78 static char *volatile trap[NSIG]; /* trap handler commands */ variable
150 * The trap builtin.
171 if (signo < NSIG && trap[signo] != NULL) {
172 out1str("trap -- ");
173 out1qstr(trap[signo]);
203 if (trap[sign
[all...]
/freebsd-9.3-release/sys/powerpc/include/
H A Dtrap_booke.h57 void trap(struct trapframe *);
H A Dprofile.h171 #include <machine/trap.h>
H A Dtrap_aim.h31 * $NetBSD: trap.h,v 1.7 2002/02/22 13:51:40 kleink Exp $
84 #define EXC_DEBUG 0x2000 /* Debug trap */
124 void trap(struct trapframe *);
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddiv.h96 struct trap { struct
97 trap *next;
100 trap(symbol, vunits, trap *);
112 trap *page_trap_list;
113 trap *find_next_trap(vunits *);
H A Ddiv.cpp340 // find the next trap after pos
342 trap *top_level_diversion::find_next_trap(vunits *next_trap_pos)
344 trap *next_trap = 0;
345 for (trap *pt = page_trap_list; pt != 0; pt = pt->next)
381 trap *next_trap = find_next_trap(&next_trap_pos);
460 trap *next_trap = find_next_trap(&next_trap_pos);
483 trap::trap(symbol s, vunits n, trap *p) function in class:trap
490 trap *first_free_slo
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dexception.S680 * trap() with the value of _n_ as an argument to handle the
681 * exception. We arrange for trap() to return to exception_restore
724 #define IA32_TRAP trap
740 CALL(trap, 0, cr.ifa)
826 CALL(trap, 20, cr.ifa) // Page Not Present trap
912 CALL(trap, 20, cr.ifa) // Page Not Present trap
955 CALL(trap, 3, cr.ifa)
998 CALL(trap,
[all...]
/freebsd-9.3-release/sys/amd64/include/
H A Dsignal.h47 #include <machine/trap.h> /* codes for SIGILL, SIGFPE */
H A Ddb_machdep.h33 #include <machine/trap.h>
/freebsd-9.3-release/sys/sparc64/include/
H A Ddb_machdep.h34 #include <machine/trap.h>
/freebsd-9.3-release/sys/sys/
H A Dkdb.h52 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \
58 .dbbe_trap = trap \
/freebsd-9.3-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c140 static void handle_trap_event(_log_events_t * log, osm_epi_trap_event_t * trap) argument
144 trap->trap_num,
145 trap->port_id.node_guid,
146 trap->port_id.node_name, trap->port_id.port_num);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dinterrupt.c60 #include <machine/trap.h>
101 trap(framep);
109 trap(framep);
/freebsd-9.3-release/sys/i386/include/
H A Ddb_machdep.h33 #include <machine/trap.h>
H A Dsignal.h46 #include <machine/trap.h> /* codes for SIGILL, SIGFPE */
/freebsd-9.3-release/sys/powerpc/aim/
H A Dinterrupt.c60 #include <machine/trap.h>
69 * here, and the trap code can come in separately
105 trap(framep);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddb_trace.c44 #include <machine/trap.h>
109 db_printf("user trace: trap %%o7=%#lx\n", o7);
229 int trap; local
235 trap = 0;
241 if (trap) {
243 trap = 0;
265 trap = 1;
/freebsd-9.3-release/sys/arm/arm/
H A Dgdb_machdep.c42 #include <machine/trap.h>
/freebsd-9.3-release/sys/arm/include/
H A Ddb_machdep.h34 #include <machine/trap.h>
/freebsd-9.3-release/sys/i386/i386/
H A Dgdb_machdep.c39 #include <machine/trap.h>
/freebsd-9.3-release/sys/mips/include/
H A Ddb_machdep.h41 #include <machine/trap.h>
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.3 1999/01/27 04:46:06 imp Exp $ */
36 * from: Utah Hdr: trap.h 1.1 90/07/09
37 * from: @(#)trap.h 8.1 (Berkeley) 6/10/93
38 * JNPR: trap.h,v 1.3 2006/12/02 09:53:41 katta
46 * Trap codes also known in trap.c for name strings.
76 struct trapdebug { /* trap history buffer for debugging */
119 register_t trap(struct trapframe *);
/freebsd-9.3-release/sys/mips/mips/
H A Dgdb_machdep.c103 #include <machine/trap.h>
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dgdb_machdep.c44 #include <machine/trap.h>

Completed in 173 milliseconds

12345