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

/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Derrno.h32 #define EPIPE 32 macro
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Derrno.h79 #define EPIPE 32 /* Broken pipe */ macro
/seL4-camkes-master/projects/musllibc/src/errno/
H A D__strerror.h38 E(EPIPE, "Broken pipe")
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dsyslog.c79 return e==ECONNREFUSED || e==ECONNRESET || e==ENOTCONN || e==EPIPE;
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dprivcmd.c122 return EPIPE;
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsysproxy.c415 if (errno == EPIPE)

Completed in 111 milliseconds