Home
last modified time | relevance | path

Searched defs:EPIPE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h199 #define EPIPE 32 /* Broken pipe */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h278 # define EPIPE 9950 macro
/freebsd/sys/sys/
H A Derrno.h84 #define EPIPE 32 /* Broken pipe */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d92 inline int EPIPE = 32; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py38 EPIPE = 32 variable