Searched refs:TIOCGDEV (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctls.h | 70 #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ioctls.h | 88 #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 57 #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ioctls.h | 90 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 102 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 97 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 97 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 22 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */ macro
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 843 COMPATIBLE_IOCTL(TIOCGDEV)
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2921 case TIOCGDEV: in tty_ioctl()
|