Searched refs:TIOCSCTTY (Results 1 – 12 of 12) sorted by relevance
| /linux/include/uapi/asm-generic/ |
| H A D | ioctls.h | 33 #define TIOCSCTTY 0x540E macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | ioctls.h | 33 #define TIOCSCTTY 0x540E macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | ioctls.h | 100 #define TIOCSCTTY 0x5480 /* become controlling tty */ macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | ioctls.h | 22 #define TIOCSCTTY 0x540E macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 52 #define TIOCSCTTY _IO('T', 14) macro
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 40 #define TIOCSCTTY _IO('T', 14) /* 0x540E */ macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 48 #define TIOCSCTTY 0x540E macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 53 #define TIOCSCTTY 0x540E macro
|
| /linux/tools/testing/selftests/tty/ |
| H A D | tty_tiocsti_test.c | 428 ASSERT_EQ(ioctl(self->pty_slave_fd, TIOCSCTTY, 0), 0); in run_basic_tiocsti_test() 470 ASSERT_EQ(ioctl(child_slave_fd, TIOCSCTTY, 0), 0); in run_fdpass_tiocsti_test()
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 48 ret = ioctl(fd, TIOCSCTTY, NULL); in login_pty()
|
| /linux/arch/um/drivers/ |
| H A D | chan_user.c | 196 if (ioctl(pty_fd, TIOCSCTTY, 0) < 0) { in winch_thread()
|
| /linux/drivers/tty/ |
| H A D | tty_jobctrl.c | 583 case TIOCSCTTY: in tty_jobctrl_ioctl()
|