Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h62 # define ENOTRECOVERABLE __elast1 macro
71 # define ENOTRECOVERABLE __elast2 macro
216 # define ENOTRECOVERABLE 9934 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d222 inline int ENOTRECOVERABLE = 95; variable
/freebsd/sys/sys/
H A Derrno.h178 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py137 ENOTRECOVERABLE = 131 variable