Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshpty.c105 #ifdef TIOCNOTTY in pty_make_controlling_tty()
108 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
224 #ifdef TIOCNOTTY in disconnect_controlling_tty()
228 (void) ioctl(fd, TIOCNOTTY, NULL); in disconnect_controlling_tty()
/dragonfly/usr.bin/window/
H A Dwwenviron.c37 #if !defined(OLD_TTY) && !defined(TIOCSCTTY) && !defined(TIOCNOTTY)
63 if (ioctl(i, TIOCNOTTY, (char *)0) < 0) in wwenviron()
/dragonfly/bin/notty/
H A Dnotty.c90 ioctl(fd, TIOCNOTTY, 0); in main()
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c359 #ifdef TIOCNOTTY in main()
362 ioctl(n, TIOCNOTTY, NULL); in main()
/dragonfly/sys/sys/
H A Dttycom.h95 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
/dragonfly/usr.sbin/cron/lib/
H A Dcompat.c111 ioctl(fd, TIOCNOTTY, NULL); in setsid()
/dragonfly/contrib/gdb-7/gdb/
H A Dinflow.c689 #ifdef TIOCNOTTY in new_tty()
699 ioctl (tty, TIOCNOTTY, 0); in new_tty()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c247 ioctl(i, TIOCNOTTY, NULL); in main()
/dragonfly/libexec/telnetd/
H A Dtelnetd.c847 #ifdef TIOCNOTTY in telnet()
852 (void) ioctl(t, TIOCNOTTY, NULL); in telnet()
H A Dsys_term.c870 # ifdef TIOCNOTTY in getptyslave()
873 (void) ioctl(t, TIOCNOTTY, NULL); in getptyslave()
/dragonfly/sys/kern/
H A Dtty_tty.c252 if (ap->a_cmd == TIOCNOTTY) { in cttyioctl()
/dragonfly/libexec/bootpd/
H A Dbootpd.c388 #ifdef TIOCNOTTY in main()
391 ioctl(n, TIOCNOTTY, NULL); in main()
H A DChanges191 Added setsid() and #ifdef TIOCNOTTY
/dragonfly/sbin/hammer2/
H A Dcmd_service.c1052 ioctl(ttyfd, TIOCNOTTY, 0); in hammer2_demon()
/dragonfly/sbin/svc/
H A Dexecute.c180 ioctl(tfd, TIOCNOTTY, 0); /* no controlling tty */ in execute_init()