Searched refs:EINPROGRESS (Results 1 – 25 of 178) sorted by relevance
12345678
97 # ifdef EINPROGRESS98 case EINPROGRESS:
202 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()
121 EINPROGRESS = 115 variable254 EINPROGRESS: 'Operation now in progress',
219 #ifndef EINPROGRESS220 #define EINPROGRESS 9928 macro
78 operation_in_progress, // EINPROGRESS188 operation_in_progress = EINPROGRESS,
272 # ifdef EINPROGRESS in BIO_fd_non_fatal_error()273 case EINPROGRESS: in BIO_fd_non_fatal_error()
275 # ifdef EINPROGRESS in BIO_sock_non_fatal_error()276 case EINPROGRESS: in BIO_sock_non_fatal_error()
199 #undef EINPROGRESS200 #define EINPROGRESS WSAEINPROGRESS macro
104 inline int EINPROGRESS = 36; variable105 #pragma D binding "1.0" EINPROGRESS284 errno == EINPROGRESS ? "Operation now in progress" :
424 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()
93 errno != EINPROGRESS) in try_connect()
97 #define EINPROGRESS 36 /* Operation now in progress */ macro
78 $ EINPROGRESS
79 $ EINPROGRESS
140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
212 #ifdef EINPROGRESS213 if(errno != EINPROGRESS) {250 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)251 if(error == EINPROGRESS || error == EWOULDBLOCK)
65 [EINPROGRESS] = CLOUDABI_EINPROGRESS, in cloudabi_convert_errno()