Searched refs:TIOCGPTLCK (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctls.h | 78 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ioctls.h | 92 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 61 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 106 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 101 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 101 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 25 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ macro
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 486 case TIOCGPTLCK: /* Get PT Lock status */ in pty_bsd_ioctl() 613 case TIOCGPTLCK: /* Get PT Lock status */ in pty_unix98_ioctl()
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 848 COMPATIBLE_IOCTL(TIOCGPTLCK)
|