Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/include/
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]; argument
/freebsd-10-stable/sys/x86/include/
Dsetjmp.h48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1]; argument
/freebsd-10-stable/sys/powerpc/include/
Dsetjmp.h22 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-10-stable/sys/sparc64/include/
Dsetjmp.h55 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1]; struct
/freebsd-10-stable/sys/arm/include/
Dsetjmp.h104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1]; argument
/freebsd-10-stable/sys/ia64/include/
Dsetjmp.h117 struct _jmp_buf { struct
120 typedef struct _jmp_buf jmp_buf[1]; argument