Searched refs:EINPROGRESS (Results 1 – 25 of 181) sorted by relevance
12345678
| /freebsd-12.1/sys/geom/vinum/ |
| H A D | geom_vinum_init.c | 201 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 D | rand_egd.c | 97 # ifdef EINPROGRESS 98 case EINPROGRESS:
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | errno.h | 190 #ifndef EINPROGRESS 191 #define EINPROGRESS 9928 macro
|
| H A D | __errc | 78 operation_in_progress, // EINPROGRESS 187 operation_in_progress = EINPROGRESS,
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bss_sock.c | 219 # ifdef EINPROGRESS in BIO_sock_non_fatal_error() 220 case EINPROGRESS: in BIO_sock_non_fatal_error()
|
| H A D | bss_fd.c | 267 # 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 D | net.h | 199 #undef EINPROGRESS 200 #define EINPROGRESS WSAEINPROGRESS macro
|
| /freebsd-12.1/cddl/lib/libdtrace/ |
| H A D | errno.d | 104 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 D | subr_bus_dma.c | 336 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 D | tcpconnect.c | 93 errno != EINPROGRESS) in try_connect()
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | net.c | 212 #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 D | errno.h | 97 #define EINPROGRESS 36 /* Operation now in progress */ macro
|
| /freebsd-12.1/lib/libc/nls/ |
| H A D | be_BY.UTF-8.msg | 78 $ EINPROGRESS
|
| H A D | uk_UA.UTF-8.msg | 78 $ EINPROGRESS
|
| H A D | mn_MN.UTF-8.msg | 78 $ EINPROGRESS
|
| H A D | el_GR.ISO8859-7.msg | 78 $ EINPROGRESS
|
| H A D | ru_RU.KOI8-R.msg | 79 $ EINPROGRESS
|
| H A D | ja_JP.UTF-8.msg | 78 $ EINPROGRESS
|
| H A D | ja_JP.eucJP.msg | 78 $ EINPROGRESS
|
| H A D | ko_KR.eucKR.msg | 78 $ EINPROGRESS
|
| H A D | ko_KR.UTF-8.msg | 78 $ EINPROGRESS
|
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_kauth_pr_47598.c | 140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
|
| /freebsd-12.1/sys/compat/cloudabi/ |
| H A D | cloudabi_errno.c | 65 [EINPROGRESS] = CLOUDABI_EINPROGRESS, in cloudabi_convert_errno()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | strerror.c | 418 #if defined (EINPROGRESS) 419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | strerror.c | 418 #if defined (EINPROGRESS) 419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
|
12345678