Home
last modified time | relevance | path

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

12

/external/llvm-libc/include/llvm-libc-macros/
Dgeneric-error-number-macros.h36 #define ENOTTY 25 macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h29 #define ENOTTY 25 /* Not a typewriter */ macro
/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Dcerrno.hpp242 #define ENOTTY 9958 macro
/external/libcxx/include/
Derrno.h309 #define ENOTTY 9958 macro
/external/cronet/third_party/libc++/src/include/
Derrno.h310 #define ENOTTY 9958 macro
/external/rust/crates/nix/src/
Derrno.rs866 ENOTTY = libc::ENOTTY, enumerator
1160 ENOTTY = libc::ENOTTY, enumerator
1400 ENOTTY = libc::ENOTTY, enumerator
1621 ENOTTY = libc::ENOTTY, enumerator
1840 ENOTTY = libc::ENOTTY, enumerator
2057 ENOTTY = libc::ENOTTY, enumerator
2276 ENOTTY = libc::ENOTTY, enumerator
2472 ENOTTY = libc::ENOTTY, enumerator
2740 ENOTTY = libc::ENOTTY, enumerator
2919 ENOTTY = libc::ENOTTY, enumerator
[all …]
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h72 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Derrno.h72 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/external/trusty/lk/lib/libc/include/
Derrno.h58 #define ENOTTY 25 /* Not a typewriter */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/musl/arch/mips/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/musl/arch/mips64/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/musl/arch/powerpc/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/musl/arch/generic/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/generic/bits/
Derrno.h27 #define ENOTTY 25 macro
/external/musl/arch/powerpc64/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/mipsn32/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/mips/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/mips64/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/powerpc64/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/trusty/musl/arch/powerpc/bits/
Derrno.h25 #define ENOTTY 25 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py33 ENOTTY = 25 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py37 ENOTTY = 25 variable
/external/python/cpython2/Lib/plat-beos5/
DIN.py162 ENOTTY = (B_POSIX_ERROR_BASE + 10) variable
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs320 pub const ENOTTY: ::c_int = 25; constant

12