Searched refs:_jmp_buf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/mips/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
62 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/x86/include/
H A Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/powerpc/include/
H A Dsetjmp.h26 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/arm64/include/
H A Dsetjmp.h70 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/riscv/include/
H A Dsetjmp.h60 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; struct
/freebsd-11.0-release/sys/sparc64/include/
H A Dsetjmp.h55 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/arm/include/
H A Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dgenassym.c205 ASSYM(_JB_FP, offsetof(struct _jmp_buf, _jb[_JB_FP]));
206 ASSYM(_JB_PC, offsetof(struct _jmp_buf, _jb[_JB_PC]));
207 ASSYM(_JB_SP, offsetof(struct _jmp_buf, _jb[_JB_SP]));
208 ASSYM(_JB_SIGFLAG, offsetof(struct _jmp_buf, _jb[_JB_SIGFLAG]));
209 ASSYM(_JB_SIGMASK, offsetof(struct _jmp_buf, _jb[_JB_SIGMASK]));
/freebsd-11.0-release/sys/sys/
H A Dsystm.h174 struct _jmp_buf;
178 int setjmp(struct _jmp_buf *) __returns_twice;
179 void longjmp(struct _jmp_buf *, int) __dead2;

Completed in 138 milliseconds