| /src/external/ibm-public/postfix/dist/src/util/ |
| gccw.c | 17 jmp_buf jbuf; variable
|
| dict.h | 98 DICT_JMP_BUF *jbuf; /* exception handling */ member in struct:DICT 302 #define dict_setjmp(dict) setjmp((dict)->jbuf[0]) 303 #define dict_longjmp(dict, val) longjmp((dict)->jbuf[0], (val)) 305 #define dict_setjmp(dict) sigsetjmp((dict)->jbuf[0], 1) 306 #define dict_longjmp(dict, val) siglongjmp((dict)->jbuf[0], (val)) 308 #define dict_isjmp(dict) ((dict)->jbuf != 0)
|
| vstream.h | 61 VSTREAM_JMP_BUF *jbuf; /* exception handling */ member in struct:VSTREAM 257 #define vstream_setjmp(stream) setjmp((stream)->jbuf[0]) 258 #define vstream_longjmp(stream, val) longjmp((stream)->jbuf[0], (val)) 260 #define vstream_setjmp(stream) sigsetjmp((stream)->jbuf[0], 1) 261 #define vstream_longjmp(stream, val) siglongjmp((stream)->jbuf[0], (val))
|
| /src/regress/sys/arch/m68k/emuspeed/ |
| emuspeed.c | 63 jmp_buf jbuf; variable 87 if (setjmp(jbuf)) { 109 longjmp(jbuf, 1);
|
| /src/sys/arch/vax/boot/boot/ |
| boot.c | 89 int jbuf[10]; variable 109 setjmp(jbuf); 128 if (setjmp(jbuf))
|
| /src/sys/dev/pci/ |
| if_nfevar.h | 61 struct nfe_jbuf jbuf[NFE_JPOOL_COUNT]; member in struct:nfe_rx_ring
|
| if_nfe.c | 805 struct nfe_jbuf *jbuf; local 873 sc->rxq.jbuf[sc->rxq.jbufmap[i]].physaddr; 874 if ((jbuf = nfe_jalloc(sc, i)) == NULL) { 892 MEXTADD(mnew, jbuf->buf, NFE_JBYTES, 0, nfe_jfree, sc); 897 physaddr = jbuf->physaddr; 1411 struct nfe_jbuf *jbuf; local 1486 if ((jbuf = nfe_jalloc(sc, i)) == NULL) { 1491 MEXTADD(data->m, jbuf->buf, NFE_JBYTES, 0, nfe_jfree, 1494 physaddr = jbuf->physaddr; 1610 struct nfe_jbuf *jbuf; local 1633 struct nfe_jbuf *jbuf; local 1658 struct nfe_jbuf *jbuf; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-sjlj.c | 78 jmp_buf jbuf __attribute__((aligned)); member in struct:SjLj_Function_Context 80 void *jbuf[]; member in struct:SjLj_Function_Context 197 return (_Unwind_Word) context->fc->jbuf[2]; 310 longjmp (target->fc->jbuf, 1);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-sjlj.c | 78 jmp_buf jbuf __attribute__((aligned)); member in struct:SjLj_Function_Context 80 void *jbuf[]; member in struct:SjLj_Function_Context 197 return (_Unwind_Word) context->fc->jbuf[2]; 310 longjmp (target->fc->jbuf, 1);
|
| /src/usr.sbin/dumpfs/ |
| dumpfs.c | 88 } jbuf; variable in typeref:union:__anon8431 89 #define awh jbuf.wh 90 #define awn jbuf.wn 812 if (read(fd, &jbuf, blklen) != (ssize_t)blklen) {
|
| /src/bin/ksh/ |
| sh.h | 221 ksh_jmp_buf jbuf; /* long jump back to env creator */ member in struct:env 233 /* # indicates env has valid jbuf (see unwind()) */ 246 /* values for ksh_siglongjmp(e->jbuf, 0) */
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-s390-low.cc | 1284 unsigned char jbuf[6] = { 0xc0, 0xf4, 0, 0, 0, 0 }; /* jg ... */ local 1405 memcpy (jbuf + 2, &offset, 4); 1406 append_insns (&buildaddr, sizeof jbuf, jbuf); 1422 memcpy (jbuf + 2, &offset, 4); 1423 memcpy (jjump_pad_insn, jbuf, sizeof jbuf); 1424 *jjump_pad_insn_size = sizeof jbuf;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-s390-low.cc | 1286 unsigned char jbuf[6] = { 0xc0, 0xf4, 0, 0, 0, 0 }; /* jg ... */ local 1408 memcpy (jbuf + 2, &offset, 4); 1409 append_insns (&buildaddr, sizeof jbuf, jbuf); 1425 memcpy (jbuf + 2, &offset, 4); 1426 memcpy (jjump_pad_insn, jbuf, sizeof jbuf); 1427 *jjump_pad_insn_size = sizeof jbuf;
|