HomeSort by relevance Sort by last modified time
    Searched refs:ENOTTY (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/syslinux/com32/lib/sys/
screensize.c 18 errno = ENOTTY;
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 45 #define ENOTTY 25
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 29 #define ENOTTY 25 /* Not a typewriter */
  /external/syslinux/dos/
errno.h 28 #define ENOTTY 25 /* Not a typewriter */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 28 #define ENOTTY 25 /* Not a typewriter */
  /system/core/libion/tests/
invalid_values_test.cpp 61 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
84 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
106 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
122 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
147 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
164 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
179 EXPECT_TRUE(ret == -EINVAL || ret == -ENOTTY);
  /external/autotest/client/tests/rtc/src/
rtctest.c 66 if (errno == ENOTTY) {
149 if (errno == ENOTTY) {
198 if (errno == ENOTTY) {
216 if (errno == ENOTTY) {
  /external/libusb/msvc/
errno.h 49 #define ENOTTY 25 /* Inappropriate I/O control operation */
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 44 // should return ENOTTY for all other valid file descriptors
47 if (errno == ENOTTY) {
48 // ENOTTY means that the ioctl does not apply to this object,
  /system/core/libcutils/
ashmem-host.cpp 80 errno = ENOTTY;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 139 * ENOTTY - The file associated with fd is not an interactive IO device.
163 errno = ENOTTY;
196 * ENOTTY - The file associated with fd is not an interactive IO device.
221 errno = ENOTTY;
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl01.c 31 * 4. ENOTTY: Pass an non-streams fd in ioctl(fd, cmd, arg)
87 /* This errno value was changed from EINVAL to ENOTTY
91 &fd, INVAL_IOCTL, &termio, ENOTTY},
94 &fd1, TCGETA, &termio, ENOTTY},
  /external/libcxx/include/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 97 ENOTTY, "ENOTTY", ENOTTY}, {
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 308 #ifndef ENOTTY
309 #define ENOTTY 9958

Completed in 497 milliseconds

1 2 3 4 5 6 7 8