Home
last modified time | relevance | path

Searched refs:TIOCLINUX (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h39 #define TIOCLINUX 0x541C macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h39 #define TIOCLINUX 0x541C macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h39 #define TIOCLINUX 0x541C macro
/third_party/musl/arch/generic/bits/
Dioctl.h39 #define TIOCLINUX 0x541C macro
/third_party/musl/arch/mips64/bits/
Dioctl.h76 #define TIOCLINUX 0x5483 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h76 #define TIOCLINUX 0x5483 macro
/third_party/musl/arch/mips/bits/
Dioctl.h76 #define TIOCLINUX 0x5483 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h56 #define TIOCLINUX 0x541C macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h76 #define TIOCLINUX 0x541C macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h76 #define TIOCLINUX 0x541C macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h56 #define TIOCLINUX 0x541C macro
/third_party/musl/arch/sh/bits/
Dioctl.h63 #define TIOCLINUX _IOW('T', 28, char) macro
/third_party/python/Modules/
Dtermios.c853 #ifdef TIOCLINUX
854 {"TIOCLINUX", TIOCLINUX},
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c198 if ((ret = ioctl(fd, TIOCLINUX, &tiocl)) >= 0) in SDL_EVDEV_get_active_tty()
333 if (ioctl(_this->console_fd, TIOCLINUX, &shift_state) < 0) { in SDL_EVDEV_do_text_input()