Home
last modified time | relevance | path

Searched defs:EPROTO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h208 # define EPROTO 9932 macro
/freebsd/sys/sys/
H A Derrno.h173 #define EPROTO 92 /* Protocol error */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d216 inline int EPROTO = 92; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py77 EPROTO = 71 variable