Searched refs:EAGAIN (Results 1 - 25 of 53) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgets_u.c49 /* If we read in some bytes and errno is EAGAIN, that error will
52 && errno != EAGAIN))
H A Diofgetws_u.c49 /* If we read in some bytes and errno is EAGAIN, that error will
52 && errno != EAGAIN))
H A Diofgets.c51 /* If we read in some bytes and errno is EAGAIN, that error will
54 && 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))
/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp41 __set_errno(EAGAIN);
/haiku/src/tests/system/network/
H A Dfirefox_crash.cpp97 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ETIMEDOUT)
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp101 return EAGAIN;
H A Dpthread.cpp155 return EAGAIN;
169 return EAGAIN;
H A Dpthread_mutex.cpp61 return EAGAIN;
H A Dpthread_rwlock.cpp57 return sem >= 0 ? B_OK : EAGAIN;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_task.c109 return (EAGAIN);
/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");
H A Dfwmpegts.c205 if (errno == EAGAIN) {
206 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
/haiku/src/build/libroot/
H A Derrors.cpp131 ADD_ERROR(EAGAIN);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h191 #define EAGAIN 11 /* Try again */ macro
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp261 if (errno == EAGAIN) {
262 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
371 if (errno == EAGAIN) {
372 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
/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"),
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp115 assert_posix_bool_success(errno == EAGAIN);
124 assert_posix_bool_success(errno == EAGAIN);
H A Dxsi_msg_queue_test1.cpp138 TEST_SET("msgsnd({EAGAIN, send})");
170 assert_posix_bool_success(errno == EAGAIN);
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp158 return EAGAIN;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp1141 if (error == AVERROR(EAGAIN)) {
1262 if (error == AVERROR(EAGAIN)) {
1281 if (send_error < 0 && send_error != AVERROR(EAGAIN)) {
1291 if (error != 0 && error != AVERROR(EAGAIN)) {
1543 if (error != 0 && error != AVERROR(EAGAIN)) {
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c1084 #ifdef EAGAIN
1085 errno == EAGAIN ||
/haiku/headers/build/os/support/
H A DErrors.h391 #undef EAGAIN macro
477 #define EAGAIN HAIKU_EAGAIN macro
/haiku/src/bin/
H A Derror.c185 E(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;

Completed in 296 milliseconds

123