Searched defs:_JBLEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsetjmp.h33 #define _JBLEN 9 macro
35 typedef int jmp_buf[_JBLEN];
40 typedef int sigjmp_buf[_JBLEN+1];
/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h53 #ifndef _JBLEN
56 * The sizes of the jump-buffer (_JBLEN) and the sigjump-buffer
61 #define _JBLEN 8 /* ABI value */ macro
64 #define _JBLEN 10 /* ABI value */ macro
67 #define _JBLEN 12 /* ABI value */ macro
70 #define _JBLEN 12 /* ABI value */ macro
83 typedef long jmp_buf[_JBLEN];
85 typedef int jmp_buf[_JBLEN];
110 #endif /* _JBLEN */
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h59 * The sizes of the jump-buffer (_JBLEN) and the sigjump-buffer
63 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */ macro
66 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */ macro
69 #define _JBLEN 19 /* ABI value */ macro
72 #define _JBLEN 19 /* _SIGJBLEN */ macro
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];

Completed in 61 milliseconds