Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_egd.c97 # ifdef EINPROGRESS
98 case EINPROGRESS:
/freebsd-13.1/sys/geom/vinum/
H A Dgeom_vinum_init.c202 return (EINPROGRESS); in gv_sync_plex()
276 return (EINPROGRESS); in gv_rebuild_plex()
320 return (EINPROGRESS); in gv_grow_plex()
364 return (EINPROGRESS); in gv_init_plex()
/freebsd-13.1/contrib/lib9p/pytest/
H A Dlerrno.py121 EINPROGRESS = 115 variable
254 EINPROGRESS: 'Operation now in progress',
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Derrno.h219 #ifndef EINPROGRESS
220 #define EINPROGRESS 9928 macro
H A D__errc78 operation_in_progress, // EINPROGRESS
188 operation_in_progress = EINPROGRESS,
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbss_fd.c272 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()
273 case EINPROGRESS: in BIO_fd_non_fatal_error()
H A Dbss_sock.c275 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()
276 case EINPROGRESS: in BIO_sock_non_fatal_error()
/freebsd-13.1/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h199 #undef EINPROGRESS
200 #define EINPROGRESS WSAEINPROGRESS macro
/freebsd-13.1/cddl/lib/libdtrace/
H A Derrno.d104 inline int EINPROGRESS = 36; variable
105 #pragma D binding "1.0" EINPROGRESS
284 errno == EINPROGRESS ? "Operation now in progress" :
/freebsd-13.1/sys/kern/
H A Dsubr_bus_dma.c424 if (error == EINPROGRESS) in bus_dmamap_load()
532 if (error == EINPROGRESS) in bus_dmamap_load_ccb()
571 if (error == EINPROGRESS) in bus_dmamap_load_bio()
642 if (error == EINPROGRESS) in bus_dmamap_load_mem()
703 if (error == EINPROGRESS) in bus_dmamap_load_crp_buffer()
/freebsd-13.1/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c93 errno != EINPROGRESS) in try_connect()
/freebsd-13.1/sys/sys/
H A Derrno.h97 #define EINPROGRESS 36 /* Operation now in progress */ macro
/freebsd-13.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg78 $ EINPROGRESS
H A Dmn_MN.UTF-8.msg78 $ EINPROGRESS
H A Duk_UA.UTF-8.msg78 $ EINPROGRESS
H A Del_GR.ISO8859-7.msg78 $ EINPROGRESS
H A Dru_RU.KOI8-R.msg79 $ EINPROGRESS
H A Dja_JP.UTF-8.msg78 $ EINPROGRESS
H A Dko_KR.UTF-8.msg78 $ EINPROGRESS
H A Dko_KR.eucKR.msg78 $ EINPROGRESS
H A Dja_JP.eucJP.msg78 $ EINPROGRESS
H A Dzh_CN.UTF-8.msg78 $ EINPROGRESS
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_kauth_pr_47598.c140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
/freebsd-13.1/contrib/ldns/
H A Dnet.c212 #ifdef EINPROGRESS
213 if(errno != EINPROGRESS) {
250 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)
251 if(error == EINPROGRESS || error == EWOULDBLOCK)
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c65 [EINPROGRESS] = CLOUDABI_EINPROGRESS, in cloudabi_convert_errno()

12345678