Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dioctls.h8 #define TIOCGLTC __TIOCGLTC macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dioctls.h57 #define TIOCGLTC 0x7474 /* get special local chars */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars) macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars) macro
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c858 #ifdef TIOCGLTC
966 #ifdef TIOCGLTC in tty_mode_ioctl()
967 case TIOCGLTC: in tty_mode_ioctl()
/linux-4.4.14/fs/
Dcompat_ioctl.c1391 #ifdef TIOCGLTC
1392 COMPATIBLE_IOCTL(TIOCGLTC)