Symbol: EINPROGRESS
lib/libc/asr/res_send_async.c
320
if (errno == EINPROGRESS)
lib/libcrypto/bio/bss_dgram.c
653
case EINPROGRESS:
lib/libcrypto/bio/bss_fd.c
265
case EINPROGRESS:
lib/libcrypto/bio/bss_sock.c
236
case EINPROGRESS:
lib/libevent/evbuffer.c
168
errno == EINPROGRESS)
regress/lib/libc/sys/t_stat.c
354
ATF_REQUIRE_ERRNO(EINPROGRESS,
regress/sys/ffs/fstest.c
631
case EINPROGRESS:
regress/sys/net/pflow/gen_traffic.c
130
errno != EINPROGRESS)
regress/sys/netinet/tcpthread/tcpthread.c
128
if (errno != EINPROGRESS)
sbin/iked/ocsp.c
161
if (errno == EINPROGRESS) {
sbin/unwind/libunbound/services/outside_network.c
346
#ifdef EINPROGRESS
sbin/unwind/libunbound/services/outside_network.c
347
if(errno != EINPROGRESS) {
sbin/unwind/libunbound/services/outside_network.c
355
#ifdef EINPROGRESS
sbin/unwind/libunbound/services/outside_network.c
692
#ifdef EINPROGRESS
sbin/unwind/libunbound/services/outside_network.c
693
if(errno != EINPROGRESS) {
sbin/unwind/libunbound/services/outside_network.c
711
#ifdef EINPROGRESS
sbin/unwind/libunbound/services/outside_network.c
712
if(errno != EINPROGRESS) {
sbin/unwind/libunbound/util/netevent.c
4285
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
sbin/unwind/libunbound/util/netevent.c
4286
if(error == EINPROGRESS || error == EWOULDBLOCK)
sbin/unwind/libunbound/util/netevent.c
4346
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
sbin/unwind/libunbound/util/netevent.c
4349
if(errno == EINPROGRESS || errno == EWOULDBLOCK)
sbin/unwind/libunbound/util/netevent.c
4377
#ifdef EINPROGRESS
sbin/unwind/libunbound/util/netevent.c
4378
if(errno == EINPROGRESS)
sbin/unwind/libunbound/util/netevent.c
5395
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
sbin/unwind/libunbound/util/netevent.c
5396
if(error == EINPROGRESS || error == EWOULDBLOCK)
sys/dev/ic/ar5xxx.h
113
#define HAL_EINPROGRESS EINPROGRESS
sys/dev/ic/pgt.c
1678
pmd->pmd_error = EINPROGRESS;
sys/dev/ic/pgt.c
1700
if (pmd->pmd_error != EINPROGRESS)
sys/dev/ic/pgt.c
1714
if (pmd->pmd_error == EINPROGRESS) {
sys/dev/pci/drm/i915/gvt/scheduler.c
1093
if (likely(workload->status == -EINPROGRESS)) {
sys/dev/pci/drm/i915/gvt/scheduler.c
1559
workload->status = -EINPROGRESS;
sys/dev/usb/dwc2/dwc2.c
1143
dwc2_urb->status = -EINPROGRESS;
sys/dev/usb/dwc2/dwc2_hcd.c
4886
dwc2_urb->status = -EINPROGRESS;
sys/dev/usb/dwc2/dwc2_hcdddma.c
1183
if (failed || (*xfer_done && urb->status != -EINPROGRESS)) {
sys/dev/usb/dwc2/dwc2_hcdintr.c
1080
if (urb->status == -EINPROGRESS)
sys/kern/uipc_syscalls.c
424
error = EINPROGRESS;
usr.bin/dig/lib/isc/unix/socket.c
2260
if (sock->type == isc_sockettype_udp && errno == EINPROGRESS) {
usr.bin/dig/lib/isc/unix/socket.c
2264
if (SOFT_ERROR(errno) || errno == EINPROGRESS)
usr.bin/dig/lib/isc/unix/socket.c
2391
if (SOFT_ERROR(errno) || errno == EINPROGRESS) {
usr.bin/ftp/util.c
1109
if (ret == 0 || errno != EINPROGRESS)
usr.bin/nc/netcat.c
1012
if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) {
usr.bin/rsync/socket.c
106
!= 0 && errno == EINPROGRESS) {
usr.bin/ssh/channels.c
2139
if (err == EINTR || err == EAGAIN || err == EINPROGRESS)
usr.bin/ssh/channels.c
4659
cctx->ai->ai_addrlen) == -1 && errno != EINPROGRESS) {
usr.bin/ssh/misc.c
411
else if (errno != EINPROGRESS)
usr.bin/ssh/ssh-keyscan.c
348
errno != EINPROGRESS)
usr.sbin/bgpd/bgpd.c
1425
if (errno != EINPROGRESS) {
usr.sbin/bgpd/session.c
820
if (errno == EINPROGRESS)
usr.sbin/ftp-proxy/ftp-proxy.c
487
errno != EINPROGRESS) {
usr.sbin/httpd/server.c
769
if (errno != EINPROGRESS)
usr.sbin/httpd/server_fcgi.c
110
if (errno != EINPROGRESS)
usr.sbin/iscsid/connection.c
537
if (errno == EINPROGRESS) {
usr.sbin/ldpd/neighbor.c
626
if (errno == EINPROGRESS) {
usr.sbin/lpd/io.c
899
if (errno != EINPROGRESS) {
usr.sbin/nsd/nsd-control.c
326
if(errno != EINPROGRESS) {
usr.sbin/nsd/nsd-control.c
358
if(error == EINPROGRESS || error == EWOULDBLOCK)
usr.sbin/nsd/xfrd-tcp.c
1312
if(error == EINPROGRESS || error == EWOULDBLOCK)
usr.sbin/nsd/xfrd-tcp.c
983
if (conn == -1 && errno != EINPROGRESS) {
usr.sbin/relayd/check_tcp.c
102
if (errno != EINPROGRESS) {
usr.sbin/relayd/relay.c
1605
if (errno == EINPROGRESS)
usr.sbin/relayd/relay.c
1730
if (errno == EINPROGRESS)
usr.sbin/relayd/relay.c
651
if (errno != EINPROGRESS)
usr.sbin/rpki-client/http.c
1060
if (errno == EINPROGRESS) {
usr.sbin/smtpd/ioev.c
750
if (errno != EINPROGRESS)
usr.sbin/syslogd/syslogd.c
1407
f->f_un.f_forw.f_addr.ss_len) == -1 && errno != EINPROGRESS) {
usr.sbin/unbound/dnstap/dtstream.c
2011
if(errno == EINPROGRESS)
usr.sbin/unbound/dnstap/dtstream.c
727
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
usr.sbin/unbound/dnstap/dtstream.c
728
if(error == EINPROGRESS || error == EWOULDBLOCK)
usr.sbin/unbound/services/outside_network.c
346
#ifdef EINPROGRESS
usr.sbin/unbound/services/outside_network.c
347
if(errno != EINPROGRESS) {
usr.sbin/unbound/services/outside_network.c
355
#ifdef EINPROGRESS
usr.sbin/unbound/services/outside_network.c
692
#ifdef EINPROGRESS
usr.sbin/unbound/services/outside_network.c
693
if(errno != EINPROGRESS) {
usr.sbin/unbound/services/outside_network.c
711
#ifdef EINPROGRESS
usr.sbin/unbound/services/outside_network.c
712
if(errno != EINPROGRESS) {
usr.sbin/unbound/smallapp/unbound-control.c
690
#ifdef EINPROGRESS
usr.sbin/unbound/smallapp/unbound-control.c
691
if(errno != EINPROGRESS) {
usr.sbin/unbound/smallapp/unbound-control.c
735
#ifdef EINPROGRESS
usr.sbin/unbound/smallapp/unbound-control.c
736
if(error == EINPROGRESS)
usr.sbin/unbound/testcode/delayer.c
586
if(errno != EINPROGRESS) {
usr.sbin/unbound/testcode/dohclient.c
118
if(r < 0 && r != EINPROGRESS) {
usr.sbin/unbound/testcode/doqclient.c
301
if(r < 0 && r != EINPROGRESS) {
usr.sbin/unbound/util/netevent.c
4285
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
usr.sbin/unbound/util/netevent.c
4286
if(error == EINPROGRESS || error == EWOULDBLOCK)
usr.sbin/unbound/util/netevent.c
4346
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
usr.sbin/unbound/util/netevent.c
4349
if(errno == EINPROGRESS || errno == EWOULDBLOCK)
usr.sbin/unbound/util/netevent.c
4377
#ifdef EINPROGRESS
usr.sbin/unbound/util/netevent.c
4378
if(errno == EINPROGRESS)
usr.sbin/unbound/util/netevent.c
5395
#if defined(EINPROGRESS) && defined(EWOULDBLOCK)
usr.sbin/unbound/util/netevent.c
5396
if(error == EINPROGRESS || error == EWOULDBLOCK)