Searched refs:EINPROGRESS (Results 1 – 25 of 172) sorted by relevance
1234567
201 return (EINPROGRESS); in gv_sync_plex()275 return (EINPROGRESS); in gv_rebuild_plex()319 return (EINPROGRESS); in gv_grow_plex()363 return (EINPROGRESS); in gv_init_plex()
191 # ifndef EINPROGRESS192 # define EINPROGRESS 9928 macro
150 # ifdef EINPROGRESS in RAND_query_egd_bytes()151 case EINPROGRESS: in RAND_query_egd_bytes()
121 EINPROGRESS = 115 variable254 EINPROGRESS: 'Operation now in progress',
199 #undef EINPROGRESS200 #define EINPROGRESS WSAEINPROGRESS macro
270 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()271 case EINPROGRESS: in BIO_fd_non_fatal_error()
273 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()274 case EINPROGRESS: in BIO_sock_non_fatal_error()
102 inline int EINPROGRESS = 36; variable103 #pragma D binding "1.0" EINPROGRESS282 errno == EINPROGRESS ? "Operation now in progress" :
328 error = EINPROGRESS; in ipsec4_check_pmtu()359 return (EINPROGRESS); /* Pretend that we consumed it. */ in ipsec4_check_pmtu()433 return (EINPROGRESS); /* consumed by IPsec */ in ipsec4_common_output()710 error = EINPROGRESS; in ipsec6_check_pmtu()740 return (EINPROGRESS); /* Pretend that we consumed it. */ in ipsec6_check_pmtu()801 return (EINPROGRESS); /* consumed by IPsec */ in ipsec6_common_output()
91 errno != EINPROGRESS) in try_connect()
96 #define EINPROGRESS 36 /* Operation now in progress */ macro
77 $ EINPROGRESS
78 $ EINPROGRESS
140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
213 #ifdef EINPROGRESS214 if(errno != EINPROGRESS) {251 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)252 if(error == EINPROGRESS || error == EWOULDBLOCK)
189 operation_in_progress = EINPROGRESS, in _LIBCPP_DECLARE_STRONG_ENUM()
142 sizeof(sin)) == -1 && errno != EINPROGRESS) in tcpconnect_client()