Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 227) sorted by relevance

12345678910

/f-stack/tools/libutil/
H A Dpidfile.c92 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 Dvmbus_bufring.c136 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 Dsyncio.c63 if (errno != EAGAIN) return -1; in syncWrite()
101 if (errno != EAGAIN) return -1; in syncRead()
/f-stack/freebsd/sys/
H A Derrno.h94 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
96 #define EWOULDBLOCK EAGAIN /* Operation would block */
H A Dblockcount.h85 while (_blockcount_sleep(bc, lo, wmesg, prio) == EAGAIN) in _blockcount_wait()
/f-stack/freebsd/net/route/
H A Dmpath_ctl.c111 if (error != EAGAIN) in add_route_mpath()
127 if (error != EAGAIN) in add_route_mpath()
H A Dnhgrp_ctl.c485 *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 Di40e_adminq.h103 -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 Drandombytes_sysrandom.c116 (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 Dmt_connection.cpp127 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 Dmicro_thread.cpp1007 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 Dmt_cache.cpp375 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 Dlthread_cond.c51 return POSIX_ERRNO(EAGAIN); in lthread_cond_init()
56 return POSIX_ERRNO(EAGAIN); in lthread_cond_init()
H A Dlthread_mutex.c46 return POSIX_ERRNO(EAGAIN); in lthread_mutex_init()
51 return POSIX_ERRNO(EAGAIN); in lthread_mutex_init()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c569 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 Dmlx5_vdpa_event.c495 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 Dtty_pts.c752 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 Dsys_getrandom.c48 CTASSERT(EWOULDBLOCK == EAGAIN);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_global.c41 {"EAGAIN", EAGAIN},
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c571 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 Drandombytes_salsa20_random.c166 (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 Dtest_errno.c30 int std_errs[] = {EAGAIN, EBADF, EACCES, EINTR, EINVAL}; in test_errno()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h65 #define NGX_EAGAIN EAGAIN
/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c169 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 Dconn.c171 if (errno == EAGAIN || errno == EWOULDBLOCK) in softnic_conn_poll_for_conn()
222 if (errno == EAGAIN || errno == EWOULDBLOCK) in data_event_handle()

12345678910