Searched refs:EINTR (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dsafe_write.c18 } while (n < 0 && errno == EINTR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c162 #ifdef EINTR
163 case EINTR:
201 #ifdef EINTR
202 case EINTR:
227 #ifdef EINTR
228 case EINTR:
259 #ifdef EINTR
260 case EINTR:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c162 #ifdef EINTR
163 case EINTR:
201 #ifdef EINTR
202 case EINTR:
227 #ifdef EINTR
228 case EINTR:
259 #ifdef EINTR
260 case EINTR:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsafe-read.c34 #ifdef EINTR
35 # define IS_EINTR(x) ((x) == EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Derrno-base.h7 #define EINTR 4 /* Interrupted system call */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dtcp.c68 if (ff_neterrno() == FF_NETERROR(EINTR))
77 ret = AVERROR(EINTR);
121 return AVERROR(EINTR);
131 if (ff_neterrno() != FF_NETERROR(EINTR) &&
151 return AVERROR(EINTR);
161 if (ff_neterrno() != FF_NETERROR(EINTR) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h16 /* Number of times to retry system calls that return EINTR or EBUSY. */
31 __t_ret == EBUSY || __t_ret == EINTR || \
45 __t_ret == EBUSY || __t_ret == EINTR || \
59 if (__os_posix_err(ret) == EINTR && --__retries > 0) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Denc_read.c151 #ifdef EINTR
152 if ((i == -1) && (errno == EINTR)) continue;
173 #ifdef EINTR
174 if ((i == -1) && (errno == EINTR)) continue;
H A Denc_writ.c159 #ifdef EINTR
160 if (errno == EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_read.c151 #ifdef EINTR
152 if ((i == -1) && (errno == EINTR)) continue;
173 #ifdef EINTR
174 if ((i == -1) && (errno == EINTR)) continue;
H A Denc_writ.c159 #ifdef EINTR
160 if (errno == EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_loop.c30 if (res == -EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c77 if (errno == EINTR)
90 if (errno != EINTR) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-pcf.c129 return(-EINTR);
221 if (wfp == -EINTR) {
224 return -EINTR;
247 if (timeout == -EINTR) {
249 return -EINTR;
285 if (wfp == -EINTR) {
287 return -EINTR;
403 if (timeout == -EINTR) {
405 return (-EINTR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dselect.c115 errno = EINTR;
123 Similar to sys_select() but catch EINTR and continue.
156 if (ptval && (errno == EINTR)) {
171 } while (ret == -1 && errno == EINTR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dsemaphore-helper.h40 * -EINTR interrupted
58 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dsemaphore-helper.h40 * -EINTR interrupted
58 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dsemaphore-helper.h52 * -EINTR interrupted
70 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-h8300/
H A Dsemaphore-helper.h42 * -EINTR interrupted
57 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dsemaphore-helper.h40 * -EINTR interrupted
55 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dutil.c214 if(error && (error != EINTR))
251 } while((lockfile == NULL) && ((error = ERRNO) == EINTR));
260 } while(res && ((error = ERRNO) == EINTR));
279 } while(res && ((error = ERRNO) == EINTR));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c70 if (errno == EINTR)
93 if (nread == EINTR)
153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
212 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dsemaphore-helper.h35 * -EINTR interrupted
53 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dsemaphore-helper.h35 * -EINTR interrupted
53 ret = -EINTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dsemaphore-helper.h42 * -EINTR interrupted
56 ret = -EINTR;

Completed in 284 milliseconds

1234567891011>>