HomeSort by: relevance | last modified time | path
    Searched refs:EINPROGRESS (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/tests/lib/libc/sys/
t_aio_suspend.c 80 while (aio_error(cb) == EINPROGRESS) {
130 if (aio_error(&cb0) != EINPROGRESS) {
139 if (aio_error(&cb1) != EINPROGRESS) {
150 if (aio_error(&cb0) == EINPROGRESS) {
153 if (aio_error(&cb1) == EINPROGRESS) {
t_aio_cancel.c 90 if (err == EINPROGRESS) {
137 } while (err == EINPROGRESS);
148 } while (err == EINPROGRESS);
t_aio_rw.c 88 if (error == EINPROGRESS) {
t_aio_lio.c 89 if (err == EINPROGRESS) {
t_stat.c 353 ATF_REQUIRE_ERRNO(EINPROGRESS,
360 atf_tc_fail("fstat(2) failed for a EINPROGRESS socket");
  /src/lib/librumpuser/
rumpuser_errtrans.c 135 #ifdef EINPROGRESS
136 case EINPROGRESS : return 36;
rumpuser_daemonize.c 85 rv = EINPROGRESS;
  /src/sys/rump/include/rump/
rumperrno2host.h 160 #ifdef EINPROGRESS
162 return EINPROGRESS;
  /src/sys/sys/
errno.h 83 #define EINPROGRESS 36 /* Operation now in progress */
  /src/tests/crypto/opencrypto/
h_ioctl.c 236 if (errno != EINPROGRESS) {
274 } else if (errno == EINPROGRESS) {
326 if (errno != EINPROGRESS) {
  /src/tests/kernel/
t_kauth_pr_47598.c 142 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS,
t_cloexec.c 77 * EINPROGRESS.
81 ATF_CHECK_EQ_MSG(errno, EINPROGRESS, "connect failed %d: %s",
210 * EINPROGRESS.
214 ATF_CHECK_EQ_MSG(errno, EINPROGRESS, "connect failed %d: %s",
t_clofork.c 78 * EINPROGRESS.
82 ATF_CHECK_EQ_MSG(errno, EINPROGRESS, "connect failed %d: %s",
200 * EINPROGRESS.
204 ATF_CHECK_EQ_MSG(errno, EINPROGRESS, "connect failed %d: %s",
  /src/tests/kernel/kqueue/
t_empty.c 163 ATF_REQUIRE_ERRNO(EINPROGRESS,
  /src/sys/netbt/
hci_event.c 656 if (err == EINPROGRESS)
776 if (err == EINPROGRESS)
829 if (err == EINPROGRESS)
874 if (err == EINPROGRESS)
1232 if (err == EINPROGRESS)
hci_link.c 268 return EINPROGRESS;
282 return (err == 0 ? EINPROGRESS : err);
301 return (err == 0 ? EINPROGRESS : err);
319 return (err == 0 ? EINPROGRESS : err);
l2cap_upper.c 184 if (err == EINPROGRESS) {
rfcomm_session.c 770 if (err == EINPROGRESS) {
1411 if (err == EINPROGRESS) {
  /src/tests/include/
t_errno.c 255 #ifdef EINPROGRESS
260 atf_tc_fail_nonfatal("EINPROGRESS not defined");
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 274 ((struct sockaddr *)&server)->sa_len) < 0 && errno != EINPROGRESS) {
  /src/sys/arch/usermode/dev/
ld_thunkbus.c 217 if (error == EINPROGRESS)
  /src/tests/net/net/
t_tcp.c 159 if (ok != -1 || errno != EINPROGRESS)
t_unix.c 492 * EINPROGRESS -- note: not EAGAIN, because it has changed
498 ATF_REQUIRE_ERRNO(EINPROGRESS,
  /src/usr.sbin/ldpd/
ldp_peer.c 200 if (errno == EINTR || errno == EINPROGRESS)
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.c 919 if (likely(workload->status == -EINPROGRESS)) {
1391 workload->status = -EINPROGRESS;

Completed in 26 milliseconds

1 2