Searched refs:TIOCGEXCL (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/uapi/asm-generic/ |
D | ioctls.h | 79 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ioctls.h | 93 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 62 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 107 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 102 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 102 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ioctls.h | 95 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 26 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ macro
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 849 COMPATIBLE_IOCTL(TIOCGEXCL)
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 2901 case TIOCGEXCL: in tty_ioctl()
|