Searched refs:EINPROGRESS (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c168 #ifdef EINPROGRESS
169 case EINPROGRESS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c168 #ifdef EINPROGRESS
169 case EINPROGRESS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsock_exec.c65 if (errno != EINPROGRESS) goto failed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h92 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Derrno.h104 #define EINPROGRESS 150 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/
H A Dwsockcompat.h41 #define EINPROGRESS WSAEINPROGRESS macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Derrno.h108 #define EINPROGRESS 245 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Derrno.h10 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Derrno.h10 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Derrno.h88 #define EINPROGRESS 115 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Derrno.h104 #define EINPROGRESS 150 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Derrno.h12 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h92 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h92 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_errno.c282 #ifdef EINPROGRESS
283 return (EINPROGRESS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_fd.c269 #ifdef EINPROGRESS
270 case EINPROGRESS:
H A Dbss_sock.c291 #ifdef EINPROGRESS
292 case EINPROGRESS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_fd.c281 #ifdef EINPROGRESS
282 case EINPROGRESS:
H A Dbss_sock.c289 #ifdef EINPROGRESS
290 case EINPROGRESS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Derror.h119 {"Operation now in progress", EINPROGRESS},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dip.c70 (errno != EINPROGRESS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dip.c70 (errno != EINPROGRESS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dpscan.c79 /* Nonblocking connect typically "fails" with errno == EINPROGRESS */
89 if (errno != EAGAIN && errno != EINPROGRESS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c133 ERRSTR(EINPROGRESS, "Operation now in progress");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsetup_once.h422 #undef EINPROGRESS /* override definition in errno.h */ macro
423 #define EINPROGRESS WSAEINPROGRESS macro

Completed in 221 milliseconds

123456