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

/illumos-gate/usr/src/head/
H A Dsetjmp.h55 typedef long sigjmp_buf[_SIGJBLEN]; typedef
57 typedef int sigjmp_buf[_SIGJBLEN];
60 extern int sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
62 extern void siglongjmp(sigjmp_buf, int) __NORETURN;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsetjmp.h40 typedef int sigjmp_buf[_JBLEN+1]; typedef
44 int sigsetjmp(/* sigjmp_buf env, int savemask */);
47 void siglongjmp(/* sigjmp_buf env, int val */);
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h95 typedef int sigjmp_buf[_SIGJBLEN]; typedef
97 typedef long sigjmp_buf[_SIGJBLEN]; typedef
111 extern int _sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
113 extern void _siglongjmp(sigjmp_buf, int) __NORETURN;
115 extern int sigsetjmp(sigjmp_buf, int) __RETURNS_TWICE;
117 extern void siglongjmp(sigjmp_buf, int) __NORETURN;
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsetjmp.h40 * jmp_buf and sigjmp_buf are encapsulated in different structs to force
45 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; typedef in typeref:struct:_sigjmp_buf

Completed in 83 milliseconds