Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/sys/geom/vinum/
H A Dgeom_vinum_init.c201 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-12.1/crypto/openssl/crypto/rand/
H A Drand_egd.c97 # ifdef EINPROGRESS
98 case EINPROGRESS:
/freebsd-12.1/contrib/libc++/include/
H A Derrno.h190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928 macro
H A D__errc78 operation_in_progress, // EINPROGRESS
187 operation_in_progress = EINPROGRESS,
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbss_sock.c219 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()
220 case EINPROGRESS: in BIO_sock_non_fatal_error()
H A Dbss_fd.c267 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()
268 case EINPROGRESS: in BIO_fd_non_fatal_error()
/freebsd-12.1/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h199 #undef EINPROGRESS
200 #define EINPROGRESS WSAEINPROGRESS macro
/freebsd-12.1/cddl/lib/libdtrace/
H A Derrno.d104 inline int EINPROGRESS = 36; variable
105 #pragma D binding "1.0" EINPROGRESS
282 errno == EINPROGRESS ? "Operation now in progress" :
/freebsd-12.1/sys/kern/
H A Dsubr_bus_dma.c336 if (error == EINPROGRESS) in bus_dmamap_load()
444 if (error == EINPROGRESS) in bus_dmamap_load_ccb()
483 if (error == EINPROGRESS) in bus_dmamap_load_bio()
554 if (error == EINPROGRESS) in bus_dmamap_load_mem()
/freebsd-12.1/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c93 errno != EINPROGRESS) in try_connect()
/freebsd-12.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-12.1/sys/sys/
H A Derrno.h97 #define EINPROGRESS 36 /* Operation now in progress */ macro
/freebsd-12.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg78 $ EINPROGRESS
H A Duk_UA.UTF-8.msg78 $ EINPROGRESS
H A Dmn_MN.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 Dja_JP.eucJP.msg78 $ EINPROGRESS
H A Dko_KR.eucKR.msg78 $ EINPROGRESS
H A Dko_KR.UTF-8.msg78 $ EINPROGRESS
/freebsd-12.1/contrib/netbsd-tests/kernel/
H A Dt_kauth_pr_47598.c140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c65 [EINPROGRESS] = CLOUDABI_EINPROGRESS, in cloudabi_convert_errno()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c418 #if defined (EINPROGRESS)
419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c418 #if defined (EINPROGRESS)
419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),

12345678