Searched refs:TIOCNOTTY (Results 1 – 25 of 45) sorted by relevance
12
/external/openssh/ |
D | sshpty.c | 138 #ifdef TIOCNOTTY in pty_make_controlling_tty() 141 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty() 256 #ifdef TIOCNOTTY in disconnect_controlling_tty() 260 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 69 TIOCNOTTY = 21538
|
D | tty_arm.const | 69 TIOCNOTTY = 21538
|
D | tty_arm64.const | 69 TIOCNOTTY = 21538
|
D | tty_amd64.const | 69 TIOCNOTTY = 21538
|
D | tty_ppc64le.const | 69 TIOCNOTTY = 21538
|
D | tty.txt | 37 ioctl$TIOCNOTTY(fd fd_tty, cmd const[TIOCNOTTY])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 54 #define TIOCNOTTY 0x5422 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 48 #define TIOCNOTTY 0x5471 /* void tty association */ macro
|
/external/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc_server.c | 73 ioctl(i, TIOCNOTTY, 0); in main()
|
/external/python/cpython2/Modules/ |
D | termios.c | 821 #ifdef TIOCNOTTY 822 {"TIOCNOTTY", TIOCNOTTY},
|
/external/python/cpython3/Modules/ |
D | termios.c | 849 #ifdef TIOCNOTTY 850 {"TIOCNOTTY", TIOCNOTTY},
|
/external/strace/ |
D | term.c | 276 case TIOCNOTTY: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 189 TIOCNOTTY = (TIOC|113) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 189 TIOCNOTTY = (TIOC|113) variable
|
/external/toybox/toys/pending/ |
D | getty.c | 126 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1083 TIOCNOTTY = 0x7471 const
|
D | zerrors_dragonfly_amd64.go | 1232 TIOCNOTTY = 0x20007471 const
|
D | zerrors_openbsd_arm.go | 1275 TIOCNOTTY = 0x20007471 const
|
D | zerrors_openbsd_amd64.go | 1355 TIOCNOTTY = 0x20007471 const
|
D | zerrors_openbsd_386.go | 1272 TIOCNOTTY = 0x20007471 const
|
D | zerrors_darwin_386.go | 1407 TIOCNOTTY = 0x20007471 const
|
D | zerrors_darwin_arm64.go | 1407 TIOCNOTTY = 0x20007471 const
|
D | zerrors_darwin_amd64.go | 1407 TIOCNOTTY = 0x20007471 const
|
D | zerrors_netbsd_arm.go | 1358 TIOCNOTTY = 0x20007471 const
|
12