Searched refs:jmpbuf (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddn11.c21 static sigjmp_buf jmpbuf; variable
40 if (sigsetjmp(jmpbuf, 1)) {
93 siglongjmp(jmpbuf, 1);
H A Dv831.c25 static sigjmp_buf jmpbuf; variable
46 if (sigsetjmp(jmpbuf, 1)) {
96 siglongjmp(jmpbuf, 1);
/illumos-gate/usr/src/cmd/tip/
H A Dacu.c22 static sigjmp_buf jmpbuf; variable
53 if (sigsetjmp(jmpbuf, 1)) {
148 siglongjmp(jmpbuf, 1);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s52 movl 4(%esp),%eax / jmpbuf address
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s40 JB_FLAGS = (0*4) ! offsets in jmpbuf (see siglonglmp.c)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s40 JB_FLAGS = (0*8) ! offsets in jmpbuf (see siglongjmp.c)
74 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s70 movl 4(%esp),%eax / jmpbuf address
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/
H A Dsetjmp.s45 JB_FLAGS = (0*8) ! offsets in jmpbuf (see sigsetjmp.c)
90 * buf_ptr points to a jmpbuf which has been initialized by setjmp.
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c121 static sigjmp_buf jmpbuf; variable
178 siglongjmp(jmpbuf, 1);
414 if (sigsetjmp(jmpbuf, 1)) {
1335 if (sigsetjmp(jmpbuf, 1)) {

Completed in 100 milliseconds