Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h13 #define EIO 5 macro
/bionic/libc/bionic/
Dgetentropy.cpp54 errno = EIO; in getentropy()
Dpthread_setname_np.cpp105 if (n != static_cast<ssize_t>(thread_name_len)) return EIO; in pthread_setname_np()
Dbionic_netlink.cpp85 errno = (hdr->nlmsg_len >= NLMSG_LENGTH(sizeof(nlmsgerr))) ? -err->error : EIO; in ReadResponses()
/bionic/tests/
Dsys_random_test.cpp72 ASSERT_ERRNO(EIO); in TEST()
Dsys_ptrace_test.cpp71 EXPECT_ERRNO(EIO); in check_hw_feature_supported()
/bionic/tests/headers/posix/
Derrno_h.c63 MACRO(EIO); in errno_h()
/bionic/libc/private/
Dbionic_errdefs.h43 __BIONIC_ERRDEF(EIO, "I/O error")