Home
last modified time | relevance | path

Searched refs:TIOCNOTTY (Results 1 – 25 of 45) sorted by relevance

12

/external/openssh/
Dsshpty.c138 #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/
Dtty_386.const69 TIOCNOTTY = 21538
Dtty_arm.const69 TIOCNOTTY = 21538
Dtty_arm64.const69 TIOCNOTTY = 21538
Dtty_amd64.const69 TIOCNOTTY = 21538
Dtty_ppc64le.const69 TIOCNOTTY = 21538
Dtty.txt37 ioctl$TIOCNOTTY(fd fd_tty, cmd const[TIOCNOTTY])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h54 #define TIOCNOTTY 0x5422 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h48 #define TIOCNOTTY 0x5471 /* void tty association */ macro
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c73 ioctl(i, TIOCNOTTY, 0); in main()
/external/python/cpython2/Modules/
Dtermios.c821 #ifdef TIOCNOTTY
822 {"TIOCNOTTY", TIOCNOTTY},
/external/python/cpython3/Modules/
Dtermios.c849 #ifdef TIOCNOTTY
850 {"TIOCNOTTY", TIOCNOTTY},
/external/strace/
Dterm.c276 case TIOCNOTTY: in term_ioctl()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py189 TIOCNOTTY = (TIOC|113) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py189 TIOCNOTTY = (TIOC|113) variable
/external/toybox/toys/pending/
Dgetty.c126 ioctl(0, TIOCNOTTY, 0); // Giveup if there is any controlling terminal in open_tty()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1083 TIOCNOTTY = 0x7471 const
Dzerrors_dragonfly_amd64.go1232 TIOCNOTTY = 0x20007471 const
Dzerrors_openbsd_arm.go1275 TIOCNOTTY = 0x20007471 const
Dzerrors_openbsd_amd64.go1355 TIOCNOTTY = 0x20007471 const
Dzerrors_openbsd_386.go1272 TIOCNOTTY = 0x20007471 const
Dzerrors_darwin_386.go1407 TIOCNOTTY = 0x20007471 const
Dzerrors_darwin_arm64.go1407 TIOCNOTTY = 0x20007471 const
Dzerrors_darwin_amd64.go1407 TIOCNOTTY = 0x20007471 const
Dzerrors_netbsd_arm.go1358 TIOCNOTTY = 0x20007471 const

12