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

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h62 # define EPIPE 32 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h62 # define EPIPE 32 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsigpipe.c68 #define EPIPE EBADF /* IBM's write() doesn't return EPIPE */ macro
97 fprintf(stderr, "write to broken pipe should have failed with EPIPE but returned %d\n", rv);
100 if (errno != EPIPE) {
105 printf("write to broken pipe failed with EPIPE, as expected\n");
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/
H A Dlinux_entropy.c86 return -EPIPE;
/vbox/include/iprt/
H A Derrno.h186 #ifndef EPIPE
187 # define EPIPE (32) macro
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp148 #ifdef EPIPE
149 case EPIPE: return VERR_BROKEN_PIPE;
H A DRTErrConvertToErrno.cpp151 #ifdef EPIPE
152 case VERR_BROKEN_PIPE: return EPIPE;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h92 #define EPIPE 32 /* Broken pipe */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h110 #define EPIPE 32 /* Broken pipe */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h83 #define EPIPE __EPIPE /* 32 Broken pipe */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos_errors.c494 case EPIPE:
559 case EPIPE:
709 case EPIPE:
812 case EPIPE:
870 case EPIPE:
906 case EPIPE:
1511 case EPIPE:
H A Dbnet.c221 _PR_MD_MAP_RECV_ERROR(EPIPE);
318 _PR_MD_MAP_SEND_ERROR(EPIPE);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c141 case EPIPE: /* Broken pipe */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix_errors.c220 case EPIPE:
791 PR_SetError(PR_CONNECT_RESET_ERROR, EPIPE);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dxfer.c210 rc = -EPIPE;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c350 netdev_tx_err ( netdev, NULL, -EPIPE );
352 netdev_rx_err ( netdev, NULL, -EPIPE );
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvlan.c246 rc = -EPIPE;
/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp687 if (framesAvail == -EPIPE)
865 case -EPIPE:
967 case -EPIPE:
H A Dalsaaudio.c686 if (avail == -EPIPE) {
746 case -EPIPE:
1049 case -EPIPE:
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h688 #define EPIPE __einfo_error ( EINFO_EPIPE ) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h253 #define EPIPE EBADF macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h663 #undef EPIPE macro
664 #define EPIPE xf86_EPIPE macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h663 #undef EPIPE macro
664 #define EPIPE xf86_EPIPE macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h669 #undef EPIPE macro
670 #define EPIPE xf86_EPIPE macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h617 #undef EPIPE macro
618 #define EPIPE xf86_EPIPE macro

Completed in 2244 milliseconds

12