Home
last modified time | relevance | path

Searched defs:ENOSR (Results 1 – 25 of 52) sorted by relevance

123

/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs199 pub const ENOSR: ::c_int = 74; constant
244 pub const ENOSR: ::c_int = 63; constant
/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Dcerrno.hpp100 #define ENOSR 9922 macro
/external/libcxx/include/
Derrno.h167 #define ENOSR 9922 macro
/external/cronet/third_party/libc++/src/include/
Derrno.h168 #define ENOSR 9922 macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h46 #define ENOSR 63 /* Out of streams resources */ macro
/external/trusty/lk/lib/libc/include/
Derrno.h91 #define ENOSR 63 /* Out of streams resources */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h58 #define ENOSR 63 macro
/external/musl/arch/mips/bits/
Derrno.h58 #define ENOSR 63 macro
/external/musl/arch/mips64/bits/
Derrno.h58 #define ENOSR 63 macro
/external/musl/arch/powerpc/bits/
Derrno.h63 #define ENOSR 63 macro
/external/musl/arch/generic/bits/
Derrno.h63 #define ENOSR 63 macro
/external/trusty/musl/arch/generic/bits/
Derrno.h65 #define ENOSR 63 macro
/external/musl/arch/powerpc64/bits/
Derrno.h63 #define ENOSR 63 macro
/external/trusty/musl/arch/mipsn32/bits/
Derrno.h58 #define ENOSR 63 macro
/external/trusty/musl/arch/mips/bits/
Derrno.h58 #define ENOSR 63 macro
/external/trusty/musl/arch/mips64/bits/
Derrno.h58 #define ENOSR 63 macro
/external/trusty/musl/arch/powerpc64/bits/
Derrno.h63 #define ENOSR 63 macro
/external/trusty/musl/arch/powerpc/bits/
Derrno.h63 #define ENOSR 63 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py66 ENOSR = 63 variable
/external/rust/crates/nix/src/
Derrno.rs902 ENOSR = libc::ENOSR, enumerator
1233 ENOSR = libc::ENOSR, enumerator
2122 ENOSR = libc::ENOSR, enumerator
2331 ENOSR = libc::ENOSR, enumerator
2510 ENOSR = libc::ENOSR, enumerator
2989 ENOSR = libc::ENOSR, enumerator
3208 ENOSR = libc::ENOSR, enumerator
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py71 ENOSR = 63 variable
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs15 pub const ENOSR: ::c_int = 63; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs581 pub const ENOSR: ::c_int = 63; constant
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs337 pub const ENOSR: ::c_int = 63; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs575 pub const ENOSR: ::c_int = 63; constant

123