Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDacclib.h199 #define EPIPE 32 /* Broken pipe */ macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h278 # define EPIPE 9950 macro
/freebsd-13-stable/sys/sys/
HDerrno.h86 #define EPIPE 32 /* Broken pipe */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d92 inline int EPIPE = 32; variable
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py38 EPIPE = 32 variable