Searched refs:EAGAIN (Results 26 - 50 of 53) sorted by last modified time

123

/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c2270 if (more == EAGAIN)
2296 if (more == EAGAIN ||
2569 return (count > 0 ? 0 : EAGAIN);
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c1832 return (EAGAIN);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp173 xfer->resp = EAGAIN;
175 return (EAGAIN);
206 return EAGAIN;
212 return EAGAIN;
584 xfer->resp = EAGAIN;
611 xfer->resp = EAGAIN;
H A Dfwohci.cpp1142 err = EAGAIN;
/haiku/src/bin/
H A Derror.c185 E(EAGAIN),
/haiku/headers/os/support/
H A DErrors.h207 #define EAGAIN B_TO_POSIX_ERROR(B_WOULD_BLOCK) /* SysV compatibility */ macro
/haiku/headers/build/os/support/
H A DErrors.h391 #undef EAGAIN macro
477 #define EAGAIN HAIKU_EAGAIN macro
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c7049 return (EAGAIN);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1732 return EAGAIN;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp101 return EAGAIN;
/haiku/src/tests/system/network/
H A Dfirefox_crash.cpp97 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ETIMEDOUT)
/haiku/src/build/libroot/
H A Derrors.cpp131 ADD_ERROR(EAGAIN);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4120 error = EAGAIN;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1493 return EAGAIN;
/haiku/src/libs/uuid/
H A Dgen_uuid.c262 if ((errno == EAGAIN) || (errno == EINTR))
/haiku/src/bin/fwcontrol/
H A Dfwdv.c152 if (errno == EAGAIN) {
153 fprintf(stderr, "(EAGAIN)\n");
167 if (errno == EAGAIN) {
168 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
413 if (errno == EAGAIN) {
414 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp344 assert_posix_error(EAGAIN, sem_trywait(sem));
479 assert_posix_error(EAGAIN, sem_trywait(sem));
H A Dxsi_msg_queue_test1.cpp138 TEST_SET("msgsnd({EAGAIN, send})");
170 assert_posix_bool_success(errno == EAGAIN);
H A Dxsi_sem_test1.cpp115 assert_posix_bool_success(errno == EAGAIN);
124 assert_posix_bool_success(errno == EAGAIN);
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgets.c51 /* If we read in some bytes and errno is EAGAIN, that error will
54 && errno != EAGAIN))
H A Diofgets_u.c49 /* If we read in some bytes and errno is EAGAIN, that error will
52 && errno != EAGAIN))
H A Diofgetws.c51 /* If we read in some bytes and errno is EAGAIN, that error will
53 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN))
H A Diofgetws_u.c49 /* If we read in some bytes and errno is EAGAIN, that error will
52 && errno != EAGAIN))
/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp41 __set_errno(EAGAIN);
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c101 #if defined (EWOULDBLOCK) /* Put before EAGAIN, sometimes aliased */
104 #if defined (EAGAIN)
105 ENTRY(EAGAIN, "EAGAIN", "No more processes"),

Completed in 255 milliseconds

123