Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 25 of 145) sorted by relevance

123456

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_egd.c97 # ifdef EINPROGRESS
98 case EINPROGRESS:
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h97 # ifndef EINPROGRESS
98 # define EINPROGRESS 112 macro
H A Dstrerror-override.c46 case EINPROGRESS: in strerror_override()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Derrno.in.h97 # ifndef EINPROGRESS
98 # define EINPROGRESS 112 macro
H A Dstrerror-override.c46 case EINPROGRESS: in strerror_override()
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h160 #ifdef EINPROGRESS in rump_errno2host()
162 return EINPROGRESS; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h189 #ifndef EINPROGRESS
190 #define EINPROGRESS 9928 macro
H A D__errc77 operation_in_progress, // EINPROGRESS
186 operation_in_progress = EINPROGRESS,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c135 #ifdef EINPROGRESS in rumpuser__errtrans()
136 case EINPROGRESS : return 36; in rumpuser__errtrans()
H A Drumpuser_daemonize.c64 rv = EINPROGRESS; in rumpuser_daemonize_begin()
/netbsd/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c150 # ifdef EINPROGRESS in RAND_query_egd_bytes()
151 case EINPROGRESS: in RAND_query_egd_bytes()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h188 #ifndef EINPROGRESS
189 #define EINPROGRESS WSAEINPROGRESS macro
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_sock.c224 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()
225 case EINPROGRESS: in BIO_sock_non_fatal_error()
H A Dbss_fd.c272 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()
273 case EINPROGRESS: in BIO_fd_non_fatal_error()
/netbsd/tests/crypto/opencrypto/
H A Dh_ioctl.c235 if (errno != EINPROGRESS) { in test_ncryptretm()
273 } else if (errno == EINPROGRESS) { in test_ncryptret_noent()
325 if (errno != EINPROGRESS) { in test_ncryptret_ent()
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h201 #undef EINPROGRESS
202 #define EINPROGRESS WSAEINPROGRESS macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc153 #ifdef EINPROGRESS in default_error_condition()
154 case EINPROGRESS: in default_error_condition()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c270 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()
271 case EINPROGRESS: in BIO_fd_non_fatal_error()
H A Dbss_sock.c273 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()
274 case EINPROGRESS: in BIO_sock_non_fatal_error()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dtimed_connect.c86 if (errno != EINPROGRESS) in timed_connect()
H A Dunix_connect.c106 && errno != EINPROGRESS) { in unix_connect()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d111 inline int EINPROGRESS = 36; variable
112 #pragma D binding "1.0" EINPROGRESS
/netbsd/sys/netbt/
H A Dhci_event.c656 if (err == EINPROGRESS) in hci_event_con_compl()
776 if (err == EINPROGRESS) in hci_event_auth_compl()
829 if (err == EINPROGRESS) in hci_event_encryption_change()
874 if (err == EINPROGRESS) in hci_event_change_con_link_key_compl()
1232 if (err == EINPROGRESS) in hci_cmd_read_encryption_key_size()
/netbsd/sys/sys/
H A Derrno.h83 #define EINPROGRESS 36 /* Operation now in progress */ macro
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c102 case EINPROGRESS: in uerr2isc()

123456