| /f-stack/app/micro_thread/ |
| H A D | mt_connection.cpp | 127 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in SendData() 159 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in RecvData() 225 if ((err == EINPROGRESS) || (err == EALREADY) || (err == EINTR)) in OpenCnnect() 295 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in SendData() 335 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in RecvData() 648 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in SendData()
|
| H A D | mt_notify.cpp | 154 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in InputNotify()
|
| H A D | mt_net.cpp | 934 if ((err == EINPROGRESS) || (err == EALREADY) || (err == EINTR)) in Connect() 978 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in SendCacheUdp() 1003 if ((errno == EINTR) || (errno == EAGAIN) || (errno == EINPROGRESS)) in SendCacheUdp()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 213 err = EINPROGRESS; in rte_eal_alarm_cancel() 234 err = EINPROGRESS; in rte_eal_alarm_cancel()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_alarm.c | 270 err = EINPROGRESS; in rte_eal_alarm_cancel() 292 err = EINPROGRESS; in rte_eal_alarm_cancel()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_errno.h | 37 #define NGX_EINPROGRESS EINPROGRESS
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus_dma.c | 403 if (error == EINPROGRESS) in bus_dmamap_load() 511 if (error == EINPROGRESS) in bus_dmamap_load_ccb() 550 if (error == EINPROGRESS) in bus_dmamap_load_bio() 621 if (error == EINPROGRESS) in bus_dmamap_load_mem() 678 if (error == EINPROGRESS) in bus_dmamap_load_crp_buffer()
|
| H A D | uipc_sockbuf.c | 239 return (EINPROGRESS); in sbready() 244 return (EINPROGRESS); in sbready()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 210 if (errno == EINPROGRESS) { in redisContextWaitReady() 381 } else if (errno == EINPROGRESS && !blocking) { in _redisContextConnectTcp() 462 if (errno == EINPROGRESS && !blocking) { in redisContextConnectUnix()
|
| H A D | async.c | 499 if (errno == EINPROGRESS) in __redisAsyncHandleConnect()
|
| /f-stack/freebsd/sys/ |
| H A D | errno.h | 97 #define EINPROGRESS 36 /* Operation now in progress */ macro
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 248 return (EINPROGRESS); /* mbuf consumed by IPsec */ in ipsec4_input() 464 return (EINPROGRESS); /* mbuf consumed by IPsec */ in ipsec6_input()
|
| H A D | udpencap.c | 209 return (EINPROGRESS); /* Consumed by IPsec. */ in udp_ipsec_input()
|
| H A D | ipsec_output.c | 362 return (EINPROGRESS); /* consumed by IPsec */ in ipsec4_common_output() 667 return (EINPROGRESS); /* consumed by IPsec */ in ipsec6_common_output()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.c | 325 if (errno == EINPROGRESS && flags & ANET_CONNECT_NONBLOCK) in anetTcpGenericConnect() 398 if (errno == EINPROGRESS && in anetUnixGenericConnect()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 278 case ff_EINPROGRESS: errno = EINPROGRESS; break; in ff_os_errno()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_intr.c | 164 rte_errno = EINPROGRESS; in mlx4_link_status_check()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_forward.c | 162 if (error != EINPROGRESS) in ip6_forward()
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_errno.c | 462 { BSM_ERRNO_EINPROGRESS, EINPROGRESS,
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | strerror.pot | 201 # 36 - EINPROGRESS
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_age.c | 665 if (rte_errno != EINPROGRESS) in mlx5_aso_queue_stop()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_sco.c | 1386 return (EINPROGRESS); in ng_btsocket_sco_connect() 1571 return (EINPROGRESS); in ng_btsocket_sco_disconnect()
|
| /f-stack/tools/libxo/tests/gettext/po/pig_latin/ |
| H A D | strerror.po | 199 # 36 - EINPROGRESS
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 1072 error != ENOENT && error != ENOTCONN && error != EINPROGRESS) { in amd64_syscall_ret_flush_l1d_check()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 265 else if (errno == EINPROGRESS) { in open_non_blocking_channel()
|