Searched refs:label_t (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/sys/arch/sh3/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/m68k/include/
H A Dtypes.h41 typedef struct label_t { /* consistent with HP-UX */ struct
43 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/ia64/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/vax/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/ddb/
H A Ddb_extern.h40 extern label_t *db_recover;
H A Ddb_user.h56 typedef jmp_buf label_t; typedef
/netbsd-current/sys/arch/arm/include/
H A Dtypes.h42 typedef struct label_t { /* Used by setjmp & longjmp */ struct
44 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/alpha/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/usermode/include/
H A Dtypes.h37 typedef struct label_t { struct
39 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/or1k/include/
H A Dtypes.h60 typedef struct label_t { /* Used by setjmp & longjmp */ struct
62 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/amd64/include/
H A Dtypes.h44 typedef struct label_t { struct
46 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/powerpc/include/
H A Dtypes.h71 typedef struct label_t { struct
73 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/hppa/include/
H A Dtypes.h43 typedef struct label_t { struct
49 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dfpu_machdep.c50 extern label_t *nofault;
/netbsd-current/sys/sys/
H A Dkgdb.h86 extern label_t *kgdb_recover;
/netbsd-current/sys/arch/i386/include/
H A Dtypes.h49 typedef struct label_t { struct
51 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/aarch64/include/
H A Dtypes.h83 typedef struct label_t { /* Used by setjmp & longjmp */ struct
85 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/sparc/include/
H A Dtypes.h78 typedef struct label_t { struct
84 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/sun2/sun2/
H A Dmachdep.h104 extern label_t *nofault;
/netbsd-current/sys/arch/riscv/include/
H A Dtypes.h73 typedef struct label_t { /* Used by setjmp & longjmp */ struct
76 } label_t; typedef in typeref:struct:label_t
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsamachdep.h48 typedef struct label_t { struct
50 } label_t; typedef in typeref:struct:label_t
126 int setjmp(label_t *);
/netbsd-current/sys/arch/mips/include/
H A Dtypes.h132 typedef struct label_t { struct
134 } label_t; typedef in typeref:struct:label_t
135 typedef label_t mips_label_t;
/netbsd-current/sys/arch/m68k/m68k/
H A Dfpu.c60 label_t faultbuf;
/netbsd-current/sys/arch/news68k/news68k/
H A Dbus_space.c124 label_t faultbuf;
128 if (setjmp((label_t *)nofault)) {
/netbsd-current/sys/arch/sun3/sun3/
H A Dmachdep.h102 extern label_t *nofault;

Completed in 230 milliseconds

123