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

12345

/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand_egd.c168 # ifdef EINPROGRESS
169 case EINPROGRESS:
/freebsd-10.1-release/sys/sys/
H A Derrno.h95 #define EINPROGRESS 36 /* Operation now in progress */ macro
/freebsd-10.1-release/tools/regression/netipx/spxabort/
H A Dspxabort.c87 if (errno != EINPROGRESS)
/freebsd-10.1-release/lib/librt/
H A Daio.c163 if (__sys_aio_error(iocb) == EINPROGRESS)
164 return (EINPROGRESS);
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h199 #undef EINPROGRESS macro
200 #define EINPROGRESS WSAEINPROGRESS macro
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_sock.c272 # ifdef EINPROGRESS
273 case EINPROGRESS:
H A Dbss_fd.c298 # ifdef EINPROGRESS
299 case EINPROGRESS:
/freebsd-10.1-release/sys/geom/vinum/
H A Dgeom_vinum_init.c199 return (EINPROGRESS);
274 return (EINPROGRESS);
318 return (EINPROGRESS);
362 return (EINPROGRESS);
/freebsd-10.1-release/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c93 errno != EINPROGRESS)
/freebsd-10.1-release/cddl/lib/libdtrace/
H A Derrno.d103 inline int EINPROGRESS = 36;
104 #pragma D binding "1.0" EINPROGRESS
/freebsd-10.1-release/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c144 sizeof(sin)) == -1 && errno != EINPROGRESS)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h182 operation_in_progress, // EINPROGRESS
405 # ifndef EINPROGRESS
406 # define EINPROGRESS 112 macro
570 operation_in_progress = EINPROGRESS,
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-tcp.c117 if (n < 0 && errno != EINPROGRESS)
/freebsd-10.1-release/sys/kern/
H A Dsubr_bus_dma.c307 if (error == EINPROGRESS)
415 if (error == EINPROGRESS)
454 if (error == EINPROGRESS)
525 if (error == EINPROGRESS)
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dstrerror.c418 #if defined (EINPROGRESS)
419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dstrerror.c418 #if defined (EINPROGRESS)
419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
/freebsd-10.1-release/contrib/ipfilter/ipsend/
H A Dlsock.c242 errno != EINPROGRESS)
/freebsd-10.1-release/contrib/ldns/
H A Dnet.c193 #ifdef EINPROGRESS
194 if(errno != EINPROGRESS) {
235 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
236 if(error == EINPROGRESS || error == EWOULDBLOCK)
/freebsd-10.1-release/tools/regression/sockets/zerosend/
H A Dzerosend.c150 errno != EINPROGRESS)
/freebsd-10.1-release/usr.sbin/bluetooth/bthidd/
H A Dclient.c249 errno != EINPROGRESS) {
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_busdma.c566 if (err == EINPROGRESS) {
647 if (err == EINPROGRESS) {
/freebsd-10.1-release/contrib/pf/libevent/
H A Devbuffer.c171 errno == EINPROGRESS)
/freebsd-10.1-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c247 ((struct sockaddr *)&server)->sa_len) < 0 && errno != EINPROGRESS) {
/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dhttp_client.c162 if (errno != EINPROGRESS) {
/freebsd-10.1-release/tools/tools/netrate/tcpp/
H A Dtcpp_client.c134 errno != EINPROGRESS)

Completed in 205 milliseconds

12345