Searched refs:_SIGJBLEN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsetjmp.h55 typedef long sigjmp_buf[_SIGJBLEN];
57 typedef int sigjmp_buf[_SIGJBLEN];
/illumos-gate/usr/src/head/iso/
H A Dsetjmp_iso.h57 * (_SIGJBLEN) are defined by the appropriate, processor specific,
62 #define _SIGJBLEN 128 /* ABI value */ macro
65 #define _SIGJBLEN 128 /* ABI value */ macro
68 #define _SIGJBLEN 19 /* ABI value */ macro
71 #define _SIGJBLEN 19 /* ABI value */ macro
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h60 * (_SIGJBLEN) are defined by the appropriate, processor specific, ABI.
63 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */
64 #define _SIGJBLEN 128 /* ABI value */ macro
66 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */
67 #define _SIGJBLEN 128 /* ABI value */ macro
70 #define _SIGJBLEN 19 /* ABI value */ macro
72 #define _JBLEN 19 /* _SIGJBLEN */
73 #define _SIGJBLEN 19 /* ABI value */ macro
95 typedef int sigjmp_buf[_SIGJBLEN];
97 typedef long sigjmp_buf[_SIGJBLEN];
[all...]

Completed in 89 milliseconds