| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | condvar.h | 123 if (rc == EWOULDBLOCK) in cv_timedwait() 138 if (rc == EWOULDBLOCK) in cv_timedwait_sig() 173 if (rc == EWOULDBLOCK) in cv_timedwait_hires() 201 case EWOULDBLOCK: in cv_timedwait_sig_hires()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_getrandom.c | 48 CTASSERT(EWOULDBLOCK == EAGAIN);
|
| H A D | subr_stack.c | 184 if (error == EWOULDBLOCK) in stack_sbuf_print_flags() 262 if (error == 0 || error == EWOULDBLOCK) in stack_symbol()
|
| H A D | tty_ttydisc.c | 159 return (EWOULDBLOCK); in ttydisc_read_canonical() 214 return (EWOULDBLOCK); in ttydisc_read_raw_no_timer() 266 return (EWOULDBLOCK); in ttydisc_read_raw_read_timer() 270 return (error == EWOULDBLOCK ? 0 : error); in ttydisc_read_raw_read_timer() 315 return (EWOULDBLOCK); in ttydisc_read_raw_interbyte_timer() 549 error = EWOULDBLOCK; in ttydisc_write()
|
| H A D | subr_autoconf.c | 164 EWOULDBLOCK) { in boot_run_interrupt_driven_config_hooks()
|
| H A D | sys_socket.c | 514 if (error == EWOULDBLOCK && STAILQ_EMPTY(&soaio_jobs) && in soaio_kproc_loop() 667 if (error == EWOULDBLOCK) { in soaio_process_job() 702 error == EWOULDBLOCK)) in soaio_process_job()
|
| H A D | kern_thr.c | 524 error = EWOULDBLOCK; in kern_thr_suspend() 544 if (error == EWOULDBLOCK) in kern_thr_suspend()
|
| H A D | subr_log.c | 158 return (EWOULDBLOCK); in logread()
|
| H A D | kern_alq.c | 537 return (EWOULDBLOCK); in alq_writen() 600 ret = EWOULDBLOCK; in alq_writen()
|
| H A D | tty_pts.c | 174 error = EWOULDBLOCK; in ptsdev_read() 233 error = EWOULDBLOCK; in ptsdev_write()
|
| H A D | sys_generic.c | 371 error == EINTR || error == EWOULDBLOCK)) in dofileread() 567 error == EINTR || error == EWOULDBLOCK)) in dofilewrite() 1217 if (error == EWOULDBLOCK) in kern_select() 1511 if (error == EWOULDBLOCK) in kern_poll() 1926 error = EWOULDBLOCK; in seltdwait()
|
| /f-stack/app/micro_thread/ |
| 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()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_errno.h | 63 #define NGX_EAGAIN EWOULDBLOCK
|
| /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()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | conn.c | 171 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) in conn_poll_for_conn() 222 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) in data_event_handle()
|
| /f-stack/freebsd/sys/ |
| H A D | errno.h | 96 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_file.c | 83 rte_errno = EWOULDBLOCK; in lock_file()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 242 res = EWOULDBLOCK; in wait_for_completion_interruptible_timeout() 256 if (res == EWOULDBLOCK) { in wait_for_completion_interruptible_timeout()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_syscalls.c | 295 error == EINTR || error == EWOULDBLOCK)) 419 error == EINTR || error == EWOULDBLOCK)) 543 error == EINTR || error == EWOULDBLOCK))
|
| /f-stack/tools/libutil/ |
| H A D | pidfile.c | 158 if (errno == EWOULDBLOCK) { in pidfile_open()
|
| /f-stack/freebsd/net/ |
| H A D | if_fwsubr.c | 152 return (error == EWOULDBLOCK ? 0 : error); in firewire_output() 182 return (error == EWOULDBLOCK ? 0 : error); in firewire_output()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 276 case ff_EWOULDBLOCK: errno = EWOULDBLOCK; break; in ff_os_errno()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.c | 211 if (retval == -1 && errno == EWOULDBLOCK) errno = ETIMEDOUT; in rioFdsetWrite()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_device.c | 427 return (EWOULDBLOCK); in ngdread()
|