Searched refs:EINTR (Results 126 - 150 of 675) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c238 if(errno == EINTR)
250 if(errno == EINTR)
H A Dcurl_setup_once.h459 #undef EINTR /* override definition in errno.h */ macro
460 #define EINTR WSAEINTR macro
H A Dsendf.c274 (EWOULDBLOCK == err) || (EAGAIN == err) || (EINTR == err)
331 (EWOULDBLOCK == err) || (EAGAIN == err) || (EINTR == err)
504 if((EWOULDBLOCK == err) || (EAGAIN == err) || (EINTR == err))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgexec.c297 #ifdef EINTR
299 /* EINTR handling for close().
300 These functions can return -1/EINTR even though we don't have any
310 while (retval < 0 && errno == EINTR);
H A Durlget.c209 #ifdef EINTR
210 if (errno == EINTR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dunix.c213 if (errno == EINTR)
224 if (errno == EINTR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_dgram.c450 #ifdef EINTR
451 case EINTR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_mm.c187 return -EINTR;
193 return -EINTR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpd.c167 } else if (retval < 0 && errno != EINTR) {
174 continue; /* probably just EINTR */
189 if (bytes == -1 && errno != EINTR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_lock.c84 ret = -EINTR;
99 ret = -EINTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_sockopt.c30 return -EINTR;
69 return ERR_PTR(-EINTR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-daemon.c157 while (n < 0 && errno == EINTR);
182 if (nread == EINTR)
H A Drndegd.c88 if( errno == EINTR )
109 while( n == -1 && errno == EINTR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-daemon.c157 while (n < 0 && errno == EINTR);
182 if (nread == EINTR)
H A Drndegd.c88 if( errno == EINTR )
109 while( n == -1 && errno == EINTR );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpd.c165 } else if (retval < 0 && errno != EINTR) {
172 continue; /* probably just EINTR */
187 if (bytes == -1 && errno != EINTR) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c117 if (retval < 0 && errno != EINTR) {
133 default: continue; /* signal or error (probably EINTR) */
138 if (bytes == -1 && errno != EINTR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.c253 if (chunk < 0 && errno == EINTR)
306 if (chunk < 0 && errno == EINTR)
340 if (errno == EINTR)
372 errno == EINTR)
577 else if (bytes_read < 0 && errno != EINTR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Drecover.c66 error = -EINTR;
105 error = -EINTR;
131 error = -EINTR;
394 error = -EINTR;
524 error = -EINTR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconnect.c258 if (ctx.result == -1 && errno == EINTR)
665 while (result < 0 && errno == EINTR);
707 /* Basic socket operations, mostly EINTR wrappers. */
726 while (res == -1 && errno == EINTR);
736 while (res == -1 && errno == EINTR);
752 while (res == -1 && errno == EINTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c867 return -EINTR;
2001 return -EINTR;
2197 return -EINTR;
2214 if (ret == -EINTR)
2215 return -EINTR;
2952 return -EINTR;
2959 if (ret == -EINTR)
2960 return -EINTR;
3194 if (ret != -EINTR && FDCS->reset)
3233 return -EINTR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c204 } while ( nw < 0 && errno == EINTR );
544 } while (n < 0 && errno == EINTR);
642 if ( r < -1 && errno == EINTR ) break;
651 if ( r < -1 && errno == EINTR ) break;
691 } while (n < 0 && errno == EINTR);
701 || errno == EINTR );
712 } while ( n < 0 && errno == EINTR );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsignal.c87 regs->d0 = -EINTR;
92 return -EINTR;
114 regs->d0 = -EINTR;
119 return -EINTR;
328 /* Always make any pending restarted system calls return -EINTR */
416 /* Always make any pending restarted system calls return -EINTR */
949 regs->d0 = -EINTR;
958 regs->d0 = -EINTR;
963 regs->d0 = -EINTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsignal.c73 regs->d0 = -EINTR;
78 return -EINTR;
102 regs->d0 = -EINTR;
107 return -EINTR;
281 /* Always make any pending restarted system calls return -EINTR */
321 /* Always make any pending restarted system calls return -EINTR */
697 regs->d0 = -EINTR;
706 regs->d0 = -EINTR;
711 regs->d0 = -EINTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Daccess.c231 return -EINTR;
250 return -EINTR;
302 return -EINTR;

Completed in 172 milliseconds

1234567891011>>