Home
last modified time | relevance | path

Searched defs:ENOTTY (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h36 #define ENOTTY 25 macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h310 # define ENOTTY 9958 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h313 # define ENOTTY 9958 macro
/freebsd/sys/sys/
H A Derrno.h75 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d78 inline int ENOTTY = 25; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py31 ENOTTY = 25 variable