Home
last modified time | relevance | path

Searched refs:EIO (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h26 #define EIO 5 macro
/bionic/libc/bionic/
Dpthread_setname_np.cpp101 if (n != static_cast<ssize_t>(thread_name_len)) return EIO; in pthread_setname_np()
Dgetentropy_linux.c95 errno = EIO; in getentropy()
175 errno = EIO; in getentropy()
270 errno = EIO; in getentropy_urandom()
301 errno = EIO; in getentropy_sysctl()
549 errno = EIO; in getentropy_fallback()
Dbionic_netlink.cpp89 errno = (hdr->nlmsg_len >= NLMSG_LENGTH(sizeof(nlmsgerr))) ? -err->error : EIO; in ReadResponses()
/bionic/libc/private/
Dbionic_errdefs.h44 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
/bionic/tests/
Dsys_ptrace_test.cpp62 EXPECT_EQ(EIO, errno); in is_hw_feature_supported()