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

123

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1493 return EAGAIN;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4120 error = EAGAIN;
/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/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/bin/network/telnetd/
H A Dtelnetd.c1084 #ifdef EAGAIN
1085 errno == EAGAIN ||
/haiku/src/build/libroot/
H A Derrors.cpp131 ADD_ERROR(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"),
/haiku/src/libs/uuid/
H A Dgen_uuid.c262 if ((errno == EAGAIN) || (errno == EINTR))
/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/pthread/
H A Dpthread_key.cpp101 return EAGAIN;
/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp41 __set_errno(EAGAIN);
/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/tests/system/network/
H A Dfirefox_crash.cpp97 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ETIMEDOUT)
/haiku/headers/build/os/support/
H A DErrors.h391 #undef EAGAIN macro
477 #define EAGAIN HAIKU_EAGAIN macro
/haiku/headers/os/support/
H A DErrors.h207 #define EAGAIN B_TO_POSIX_ERROR(B_WOULD_BLOCK) /* SysV compatibility */ macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h655 #define EAGAIN FSSH_EAGAIN macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h191 #define EAGAIN 11 /* Try again */ macro
/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;

Completed in 193 milliseconds

123