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