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

12345678

/openbsd-current/sys/arch/armv7/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.1 2013/09/04 14:38:29 patrick Exp $ */
2 /* $NetBSD: trap.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */
4 #include <arm/trap.h>
/openbsd-current/sys/arch/landisk/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.2 2009/11/24 11:59:59 jasper Exp $ */
3 #include <sh/trap.h>
/openbsd-current/sys/arch/loongson/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.1.1.1 2009/07/31 09:26:26 miod Exp $ */
3 #include <mips64/trap.h>
/openbsd-current/sys/arch/luna88k/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.3 2004/04/26 14:31:08 miod Exp $ */
3 #include <m88k/trap.h>
/openbsd-current/sys/arch/macppc/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */
3 #include <powerpc/trap.h>
/openbsd-current/sys/arch/octeon/include/
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
3 #include <mips64/trap.h>
/openbsd-current/games/hack/
H A Ddef.trap.h1 /* $OpenBSD: def.trap.h,v 1.4 2016/01/09 18:33:15 mestre Exp $*/
2 /* $NetBSD: def.trap.h,v 1.3 1995/03/23 08:29:41 cgd Exp $*/
65 struct trap { struct
66 struct trap *ntrap;
73 extern struct trap *ftrap;
74 struct trap *t_at(int, int);
75 #define newtrap() (struct trap *) alloc(sizeof(struct trap))
H A Dhack.search.c72 struct trap *ttmp;
115 struct trap *trap; local
143 for(trap = ftrap; trap; trap = trap->ntrap)
144 if(trap->tx == x && trap->ty == y &&
145 !trap
164 struct trap *trap; local
[all...]
H A Dhack.lev.c192 savetrapchn(int fd, struct trap *trap) argument
194 struct trap *trap2;
195 while(trap) {
196 trap2 = trap->ntrap;
197 bwrite(fd, trap, sizeof(struct trap));
198 free(trap);
199 trap = trap2;
201 bwrite(fd, nul, sizeof(struct trap));
208 struct trap *trap; local
[all...]
H A Dhack.trap.c1 /* $OpenBSD: hack.trap.c,v 1.9 2016/01/09 18:33:15 mestre Exp $ */
72 " bear trap",
73 "n arrow trap",
74 " dart trap",
76 " teleportation trap",
78 " sleeping gas trap",
87 struct trap *
90 struct trap *ttmp;
104 dotrap(struct trap *trap) argument
207 struct trap *trap = t_at(mtmp->mx, mtmp->my); local
324 struct trap *trap; local
[all...]
H A Dhack.Decl.c78 struct trap *ftrap = 0;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Di386-unwind.c29 trap (void) function
43 " call " SYMBOL (trap) "\n"
/openbsd-current/sys/arch/landisk/landisk/
H A Dlocore.S34 #include <sh/trap.h>
H A Dlocore0.S34 #include <sh/trap.h>
/openbsd-current/sys/arch/hppa/include/
H A Dsignal.h38 #include <machine/trap.h>
/openbsd-current/bin/ksh/
H A Dtrap.c1 /* $OpenBSD: trap.c,v 1.33 2018/12/08 21:03:51 jca Exp $ */
112 * trap signal handler
120 trap = p->set = 1;
123 if ((p->flags & TF_FATAL) && !p->trap) {
160 * occurred for which a trap has been set or for which the TF_DFL_INTR flag
170 if (p->set && ((p->trap && p->trap[0]) ||
171 ((p->flags & (TF_DFL_INTR|TF_FATAL)) && !p->trap)))
191 /* XXX: this means the alarm will have no effect if a trap
196 trap
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dtrap.c1 /* $OpenBSD: trap.c,v 1.43 2024/02/06 15:36:11 martijn Exp $ */
47 struct ber_element *vblist, *trap; local
61 trap = ober_add_sequence(NULL);
62 vblist = ober_printf_elements(trap, "{Odt}{OO}",
71 /* The trap receiver may want only a specified MIB */
96 if ((msg->sm_varbindresp = ober_dup(trap->be_sub)) == NULL)
125 ober_free_elements(trap);
/openbsd-current/sys/arch/amd64/include/
H A Dsignal.h43 #include <machine/trap.h>
/openbsd-current/sys/arch/i386/include/
H A Dsignal.h43 #include <machine/trap.h>
/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h39 #include <sh/trap.h>
/openbsd-current/libexec/ld.so/sparc64/
H A DSYS.h68 #include <machine/trap.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dm32r-linux.inc28 trap #0 -> nop
H A Dm32r.inc28 trap #0 -> nop
/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h32 /* trap numbers used by ddb */
40 #include <machine/trap.h>
56 /* Entry trap for the debugger - used for inline assembly breaks*/
81 * inst_trap_return(ins) - is the instruction a return from trap.
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h33 #include <machine/trap.h>

Completed in 329 milliseconds

12345678