Searched refs:EPIPE (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp448 result = EPIPE;
454 case EPIPE:
692 gSocketModule->notify(socket, B_SELECT_READ, EPIPE);
693 gSocketModule->notify(fPeerEndpoint->socket, B_SELECT_WRITE, EPIPE);
696 gSocketModule->notify(socket, B_SELECT_WRITE, EPIPE);
697 gSocketModule->notify(fPeerEndpoint->socket, B_SELECT_READ, EPIPE);
756 RETURN_ERROR(fWasConnected ? EPIPE : ENOTCONN);
H A DUnixDatagramEndpoint.cpp232 RETURN_ERROR(EPIPE);
260 RETURN_ERROR(EPIPE);
309 case EPIPE:
H A DUnixFifo.cpp443 RETURN_ERROR(EPIPE);
604 RETURN_ERROR(EPIPE);
630 RETURN_ERROR(EPIPE);
/haiku/src/build/libroot/
H A Derrors.cpp148 ADD_ERROR(EPIPE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h199 #define EPIPE 32 /* Broken pipe */ macro
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c167 #if defined (EPIPE)
168 ENTRY(EPIPE, "EPIPE", "Broken pipe"),
/haiku/headers/build/os/support/
H A DErrors.h408 #undef EPIPE macro
494 #define EPIPE HAIKU_EPIPE macro
/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp454 if (errno != EPIPE) {
476 if (errno != EPIPE) {
/haiku/src/bin/
H A Derror.c272 E(EPIPE),
/haiku/headers/os/support/
H A DErrors.h224 #define EPIPE B_TO_POSIX_ERROR(B_BUSTED_PIPE) macro
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1344 if (written == EPIPE && is_syscall() && !nosignal)
1423 if (status == EPIPE && is_syscall() && !nosignal)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp825 return EPIPE;
852 return EPIPE;
910 available = EPIPE;
/haiku/src/system/kernel/fs/
H A Dfifo.cpp431 return EPIPE;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h672 #define EPIPE FSSH_EPIPE macro
/haiku/src/bin/unzip/
H A Dunzpriv.h986 # define PIPE_ERROR (errno == EPIPE)

Completed in 164 milliseconds