Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 21 of 21) sorted by relevance

/aosp12/system/core/libcutils/
H A Dashmem-dev.cpp237 errno = ENOTTY; in __ashmem_open_locked()
303 errno = ENOTTY; in __ashmem_is_ashmem()
309 if (result == -1 && errno == ENOTTY) __ashmem_is_ashmem(fd, 1); in __ashmem_check_failure()
H A Dashmem-host.cpp49 errno = ENOTTY; in ashmem_validate_stat()
/aosp12/system/core/libsync/
H A Dsync.c192 if (ret >= 0 || errno != ENOTTY) { in sync_merge()
334 if (legacy_info || errno != ENOTTY) { in sync_fence_info()
365 if (info || errno != ENOTTY) { in sync_file_info()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h45 #define ENOTTY 25 macro
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_MemoryFile.cpp47 if (errno == ENOTTY) { in android_os_MemoryFile_get_size()
/aosp12/bionic/tests/
H A Dstdlib_test.cpp661 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf))); in TEST()
662 ASSERT_EQ(ENOTTY, errno); in TEST()
711 ASSERT_EQ(ENOTTY, ttyname_r(fd, buf, sizeof(buf))); in TEST()
712 ASSERT_EQ(ENOTTY, errno); in TEST()
740 ASSERT_EQ(ENOTTY, errno); in TEST()
/aosp12/system/netd/libnetdutils/
H A DStatusTest.cpp84 statusFromErrno(ENOTTY, "Not a typewriter, what did you expect?").ignoreError(); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c96 MACRO(ENOTTY); in errno_h()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp64 {ENOTTY, "ENOTTY"}, // Not a typewriter
/aosp12/bionic/libc/bionic/
H A Dpty.cpp69 errno = ENOTTY; in ptsname_r()
H A Dstrerror.cpp72 [ENOTTY] = "Inappropriate ioctl for device",
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp329 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in IsFilePinned()
344 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in IsFilePinned()
371 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in PinFile()
/aosp12/system/vold/
H A Dsecdiscard.cpp123 if (ret != 0 && errno != ENOTTY) { in main()
H A Dvdc.cpp66 exit(ENOTTY); in checkStatus()
H A DKeyUtil.cpp82 if (errno == ENOTTY) { in isFsKeyringSupportedImpl()
/aosp12/system/memory/libion/
H A Dion.c52 version = (err == -ENOTTY) ? ION_VERSION_MODERN : ION_VERSION_LEGACY; in ion_is_legacy()
/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_allocate_test.cpp289 EXPECT_TRUE(errno == EINVAL || errno == ENOTTY) << " unexpected error: " << strerror(errno); in TEST_F()
/aosp12/bootable/recovery/uncrypt/
H A Duncrypt.cpp326 if (error && errno != ENOTTY && errno != ENOTSUP) { in ProductBlockMap()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp188 if (errno != ENOTTY) { in QueryControl()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27773 field public static final int ENOTTY;