Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_init.c201 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()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Derrno.h191 # ifndef EINPROGRESS
192 # define EINPROGRESS 9928 macro
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drand_egd.c150 # ifdef EINPROGRESS in RAND_query_egd_bytes()
151 case EINPROGRESS: in RAND_query_egd_bytes()
/freebsd-14.2/contrib/lib9p/pytest/
H A Dlerrno.py121 EINPROGRESS = 115 variable
254 EINPROGRESS: 'Operation now in progress',
/freebsd-14.2/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h199 #undef EINPROGRESS
200 #define EINPROGRESS WSAEINPROGRESS macro
/freebsd-14.2/crypto/openssl/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()
/freebsd-14.2/cddl/lib/libdtrace/
H A Derrno.d102 inline int EINPROGRESS = 36; variable
103 #pragma D binding "1.0" EINPROGRESS
282 errno == EINPROGRESS ? "Operation now in progress" :
/freebsd-14.2/sys/netipsec/
H A Dipsec_output.c328 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()
/freebsd-14.2/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c91 errno != EINPROGRESS) in try_connect()
/freebsd-14.2/sys/sys/
H A Derrno.h96 #define EINPROGRESS 36 /* Operation now in progress */ macro
/freebsd-14.2/lib/libc/nls/
H A Dbe_BY.UTF-8.msg77 $ EINPROGRESS
H A Duk_UA.UTF-8.msg77 $ EINPROGRESS
H A Dmn_MN.UTF-8.msg77 $ EINPROGRESS
H A Del_GR.ISO8859-7.msg77 $ EINPROGRESS
H A Dru_RU.KOI8-R.msg78 $ EINPROGRESS
H A Dja_JP.eucJP.msg77 $ EINPROGRESS
H A Dja_JP.UTF-8.msg77 $ EINPROGRESS
H A Dko_KR.UTF-8.msg77 $ EINPROGRESS
H A Dko_KR.eucKR.msg77 $ EINPROGRESS
H A Dzh_CN.UTF-8.msg77 $ EINPROGRESS
/freebsd-14.2/contrib/netbsd-tests/kernel/
H A Dt_kauth_pr_47598.c140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
/freebsd-14.2/contrib/ldns/
H A Dnet.c213 #ifdef EINPROGRESS
214 if(errno != EINPROGRESS) {
251 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
252 if(error == EINPROGRESS || error == EWOULDBLOCK)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h189 operation_in_progress = EINPROGRESS, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-14.2/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c142 sizeof(sin)) == -1 && errno != EINPROGRESS) in tcpconnect_client()

1234567