| /f-stack/tools/libutil/ |
| H A D | pidfile.c | 92 return (EAGAIN); in pidfile_read() 168 if (errno != EAGAIN || --count == 0) in pidfile_open() 172 if (errno == EAGAIN) in pidfile_open() 174 if (errno == 0 || errno == EAGAIN) in pidfile_open()
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_bufring.c | 136 return -EAGAIN; in vmbus_txbr_write() 203 return -EAGAIN; in vmbus_rxbr_peek() 222 return -EAGAIN; in vmbus_rxbr_read()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | syncio.c | 63 if (errno != EAGAIN) return -1; in syncWrite() 101 if (errno != EAGAIN) return -1; in syncRead()
|
| /f-stack/freebsd/sys/ |
| H A D | errno.h | 94 #define EAGAIN 35 /* Resource temporarily unavailable */ macro 96 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| H A D | blockcount.h | 85 while (_blockcount_sleep(bc, lo, wmesg, prio) == EAGAIN) in _blockcount_wait()
|
| /f-stack/freebsd/net/route/ |
| H A D | mpath_ctl.c | 111 if (error != EAGAIN) in add_route_mpath() 127 if (error != EAGAIN) in add_route_mpath()
|
| H A D | nhgrp_ctl.c | 485 *perror = EAGAIN; in get_nhgrp() 490 *perror = EAGAIN; in get_nhgrp() 624 error = EAGAIN; in nhgrp_get_filtered_group() 656 return (EAGAIN); in nhgrp_get_addition_group()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq.h | 103 -EAGAIN, /* I40E_AQ_RC_EAGAIN */ in i40e_aq_rc_to_posix() 122 return -EAGAIN; in i40e_aq_rc_to_posix()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 116 (errno == EINTR || errno == EAGAIN)); /* LCOV_EXCL_LINE */ in safe_read() 149 } while (pret < 0 && (errno == EINTR || errno == EAGAIN)); in randombytes_block_on_dev_random() 220 } while (readnb < 0 && (errno == EINTR || errno == EAGAIN)); in _randombytes_linux_getrandom()
|
| /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() 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 | micro_thread.cpp | 1007 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) in recvfrom() 1050 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) { in sendto() 1147 if (!((errno == EAGAIN) || (errno == EWOULDBLOCK))) { in accept() 1193 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) { in read() 1243 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) { in write() 1314 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) in recv() 1361 if ((errno != EAGAIN) && (errno != EWOULDBLOCK)) { in send()
|
| H A D | mt_cache.cpp | 375 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) in cache_udp_recv() 427 if (errno == EAGAIN) in cache_tcp_recv() 486 if (errno != EAGAIN) in cache_tcp_send() 521 if (errno != EAGAIN) in cache_tcp_send_buff()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_cond.c | 51 return POSIX_ERRNO(EAGAIN); in lthread_cond_init() 56 return POSIX_ERRNO(EAGAIN); in lthread_cond_init()
|
| H A D | lthread_mutex.c | 46 return POSIX_ERRNO(EAGAIN); in lthread_mutex_init() 51 return POSIX_ERRNO(EAGAIN); in lthread_mutex_init()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 569 error = EAGAIN; in ccp_process() 576 error = EAGAIN; in ccp_process() 583 error = EAGAIN; in ccp_process() 590 error = EAGAIN; in ccp_process() 607 if (error == EAGAIN) in ccp_process() 666 return (EAGAIN); in ccp_queue_reserve_space()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 495 int ret = -EAGAIN; in mlx5_vdpa_err_event_unset() 499 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_err_event_unset() 503 if (ret == -EAGAIN) { in mlx5_vdpa_err_event_unset() 567 int ret = -EAGAIN; in mlx5_vdpa_cqe_event_unset() 571 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_cqe_event_unset() 575 if (ret == -EAGAIN) { in mlx5_vdpa_cqe_event_unset()
|
| /f-stack/freebsd/kern/ |
| H A D | tty_pts.c | 752 return (EAGAIN); in pts_alloc() 758 return (EAGAIN); in pts_alloc() 767 return (EAGAIN); in pts_alloc() 806 return (EAGAIN); in pts_alloc_external() 812 return (EAGAIN); in pts_alloc_external()
|
| H A D | sys_getrandom.c | 48 CTASSERT(EWOULDBLOCK == EAGAIN);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_global.c | 41 {"EAGAIN", EAGAIN},
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_tunnel.c | 571 if (rc != 0 && rc != EAGAIN) in efx_tunnel_reconfigure() 574 resetting = (rc == EAGAIN) ? B_TRUE : B_FALSE; in efx_tunnel_reconfigure() 616 return ((resetting == B_FALSE) ? 0 : EAGAIN); in efx_tunnel_reconfigure() 700 return ((resetting) ? EAGAIN : 0); in ef10_tunnel_reconfigure()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 166 (errno == EINTR || errno == EAGAIN)); /* LCOV_EXCL_LINE */ in safe_read() 197 } while (pret < 0 && (errno == EINTR || errno == EAGAIN)); in randombytes_block_on_dev_random() 262 } while (readnb < 0 && (errno == EINTR || errno == EAGAIN)); in _randombytes_linux_getrandom()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_errno.c | 30 int std_errs[] = {EAGAIN, EBADF, EACCES, EINTR, EINVAL}; in test_errno()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_errno.h | 65 #define NGX_EAGAIN EAGAIN
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 169 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) in conn_poll_for_conn() 220 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) in data_event_handle()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | conn.c | 171 if (errno == EAGAIN || errno == EWOULDBLOCK) in softnic_conn_poll_for_conn() 222 if (errno == EAGAIN || errno == EWOULDBLOCK) in data_event_handle()
|