Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h123 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 Dsys_getrandom.c48 CTASSERT(EWOULDBLOCK == EAGAIN);
H A Dsubr_stack.c184 if (error == EWOULDBLOCK) in stack_sbuf_print_flags()
262 if (error == 0 || error == EWOULDBLOCK) in stack_symbol()
H A Dtty_ttydisc.c159 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 Dsubr_autoconf.c164 EWOULDBLOCK) { in boot_run_interrupt_driven_config_hooks()
H A Dsys_socket.c514 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 Dkern_thr.c524 error = EWOULDBLOCK; in kern_thr_suspend()
544 if (error == EWOULDBLOCK) in kern_thr_suspend()
H A Dsubr_log.c158 return (EWOULDBLOCK); in logread()
H A Dkern_alq.c537 return (EWOULDBLOCK); in alq_writen()
600 ret = EWOULDBLOCK; in alq_writen()
H A Dtty_pts.c174 error = EWOULDBLOCK; in ptsdev_read()
233 error = EWOULDBLOCK; in ptsdev_write()
H A Dsys_generic.c371 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 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()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h63 #define NGX_EAGAIN EWOULDBLOCK
/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()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c171 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 Derrno.h96 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_file.c83 rte_errno = EWOULDBLOCK; in lock_file()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c242 res = EWOULDBLOCK; in wait_for_completion_interruptible_timeout()
256 if (res == EWOULDBLOCK) { in wait_for_completion_interruptible_timeout()
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c295 error == EINTR || error == EWOULDBLOCK))
419 error == EINTR || error == EWOULDBLOCK))
543 error == EINTR || error == EWOULDBLOCK))
/f-stack/tools/libutil/
H A Dpidfile.c158 if (errno == EWOULDBLOCK) { in pidfile_open()
/f-stack/freebsd/net/
H A Dif_fwsubr.c152 return (error == EWOULDBLOCK ? 0 : error); in firewire_output()
182 return (error == EWOULDBLOCK ? 0 : error); in firewire_output()
/f-stack/lib/
H A Dff_host_interface.c276 case ff_EWOULDBLOCK: errno = EWOULDBLOCK; break; in ff_os_errno()
/f-stack/app/redis-5.0.5/src/
H A Drio.c211 if (retval == -1 && errno == EWOULDBLOCK) errno = ETIMEDOUT; in rioFdsetWrite()
/f-stack/freebsd/netgraph/
H A Dng_device.c427 return (EWOULDBLOCK); in ngdread()

123