Home
last modified time | relevance | path

Searched refs:_JBLEN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h53 #ifndef _JBLEN
61 #define _JBLEN 8 /* ABI value */ macro
64 #define _JBLEN 10 /* ABI value */
67 #define _JBLEN 12 /* ABI value */
70 #define _JBLEN 12 /* ABI value */
83 typedef long jmp_buf[_JBLEN];
85 typedef int jmp_buf[_JBLEN];
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h63 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */ macro
66 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */
69 #define _JBLEN 19 /* ABI value */
72 #define _JBLEN 19 /* _SIGJBLEN */
82 typedef int jmp_buf[_JBLEN];
84 typedef long jmp_buf[_JBLEN];
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsetjmp.h37 #define _JBLEN 12 /* Size of the jmp_buf on AMD64. */ macro
45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1];
48 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1];
/illumos-gate/usr/src/lib/libc/inc/
H A Dsigjmp_struct.h63 ulong_t sjs_pad[_JBLEN - 6];
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c158 ulong_t sjs_pad[_JBLEN - 6]; in d_sigjmp_buf()