Home
last modified time | relevance | path

Searched refs:EUSERS (Results 1 – 25 of 56) sorted by relevance

123

/external/rust/crates/nix/src/
Derrno.rs362 EUSERS => "Too many users", in desc()
512 EUSERS => "Too many users", in desc()
724 EUSERS = libc::EUSERS, enumerator
867 libc::EUSERS => EUSERS, in from_i32()
994 EUSERS = libc::EUSERS, enumerator
1112 libc::EUSERS => EUSERS, in from_i32()
1229 EUSERS = libc::EUSERS, enumerator
1337 libc::EUSERS => EUSERS, in from_i32()
1445 EUSERS = libc::EUSERS, enumerator
1552 libc::EUSERS => EUSERS, in from_i32()
[all …]
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h130 #define EUSERS 68 /* Too many users */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h70 #define EUSERS 87 /* Too many users */ macro
/external/strace/tests-m32/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/strace/tests/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py93 EUSERS = 94 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py98 EUSERS = 94 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc99 case EUSERS: // Too many users in ErrnoToCode()
/external/llvm-project/libc/spec/
Dlinux.td11 Macro<"EUSERS">,
/external/ltp/lib/
Derrnos.h120 PAIR(EUSERS) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c166 #ifdef EUSERS in errno_exec()
167 add_errcode("EUSERS", EUSERS, "Too many users"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc131 ERROR_ENTRY(EUSERS), // Too many users
/external/curl/lib/
Dcurl_setup_once.h472 #define EUSERS WSAEUSERS macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h518 #define EUSERS WSAEUSERS macro
/external/python/cpython2/Modules/
Derrnomodule.c132 #ifdef EUSERS in initerrno()
133 inscode(d, ds, de, "EUSERS", EUSERS, "Too many users"); in initerrno()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs104 pub const EUSERS: ::c_int = 94; constant
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h207 #ifndef EUSERS
208 #define EUSERS WSAEUSERS macro
/external/python/cpython2/Doc/library/
Derrno.rst458 .. data:: EUSERS
/external/python/cpython3/Doc/library/
Derrno.rst461 .. data:: EUSERS
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs114 pub const EUSERS: ::c_int = 87; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs218 pub const EUSERS: ::c_int = 87; constant
Dmips64.rs499 pub const EUSERS: ::c_int = 94; constant
Dpowerpc64.rs114 pub const EUSERS: ::c_int = 87; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs308 pub const EUSERS: ::c_int = 68; constant

123