Home
last modified time | relevance | path

Searched defs:jmp_buf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; typedef
/freebsd/sys/arm64/include/
H A Dsetjmp.h72 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
/freebsd/sys/powerpc/include/
H A Dsetjmp.h25 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
/freebsd/sys/riscv/include/
H A Dsetjmp.h58 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1]; typedef
/freebsd/sys/arm/include/
H A Dsetjmp.h103 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; typedef
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h3027 # define jmp_buf sigjmp_buf macro