Searched refs:timeoutbuf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | biz22.c | 21 static sigjmp_buf timeoutbuf; variable 119 siglongjmp(timeoutbuf, 1); in sigALRM() 130 if (sigsetjmp(timeoutbuf, 1)) { in cmd() 152 if (sigsetjmp(timeoutbuf, 1)) { in detect()
|
H A D | hayes.c | 16 static sigjmp_buf timeoutbuf; variable 49 if (sigsetjmp(timeoutbuf, 1)) { in hayes_dialer() 101 siglongjmp(timeoutbuf, 1); in sigALRM() 140 if (sigsetjmp(timeoutbuf, 1) == 0) { in hayes_sync()
|
H A D | biz31.c | 23 static sigjmp_buf timeoutbuf; variable 142 siglongjmp(timeoutbuf, 1); in sigALRM() 154 if (sigsetjmp(timeoutbuf, 1)) { in detect() 177 if (sigsetjmp(timeoutbuf, 1)) in flush()
|
H A D | ventel.c | 25 static sigjmp_buf timeoutbuf; variable 133 siglongjmp(timeoutbuf, 1); in sigALRM() 145 if (sigsetjmp(timeoutbuf, 1)) { in gobble()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 92 static jmp_buf timeoutbuf; variable 106 longjmp(timeoutbuf, 1); in timer() 159 (void) setjmp(timeoutbuf); in tftp_sendfile() 286 (void) setjmp(timeoutbuf); in tftp_recvfile()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 177 static sigjmp_buf timeoutbuf; variable 1005 siglongjmp(timeoutbuf, 1); in timer() 1021 (void) sigsetjmp(timeoutbuf, 1); in tftpd_sendfile() 1101 (void) sigsetjmp(timeoutbuf, 1); in tftpd_sendfile() 1209 (void) sigsetjmp(timeoutbuf, 1); in tftpd_recvfile()
|