Searched refs:tty (Results 151 - 172 of 172) sorted by relevance

1234567

/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh57 -- Run without a tty, for use by automated tools
2467 read dummy </dev/tty
2468 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty
2497 continuep < /dev/tty || return 1
2509 continuep < /dev/tty || return 1
/freebsd-13-stable/sys/sys/
H A Dsystm.h235 struct tty;
H A Dproc.h91 struct vnode *s_ttyvp; /* (m) Vnode of controlling tty. */
92 struct cdev_priv *s_ttydp; /* (m) Device of controlling tty. */
93 struct tty *s_ttyp; /* (e) Controlling tty. */
/freebsd-13-stable/tools/tools/nanobsd/
H A Ddefaults.sh715 sed -i "" -e /tty[du]0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile223 .PATH: ${NCURSES_DIR}/ncurses/tty
361 sh ${NCURSES_DIR}/ncurses/tty/MKexpanded.sh "${CC:N${CCACHE_BIN}} -E" ${CFLAGS} >expanded.c
/freebsd-13-stable/crypto/heimdal/appl/login/
H A DMakefile.in105 tty.$(OBJEXT) utmp_login.$(OBJEXT) utmpx_login.$(OBJEXT)
415 tty.c \
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Po@am__quote@
/freebsd-13-stable/sys/kern/
H A Dkern_proc.c71 #include <sys/tty.h>
781 struct tty *tp;
879 struct tty *tp;
1171 struct tty *tp;
3140 static SYSCTL_NODE(_kern_proc, KERN_PROC_TTY, tty, CTLFLAG_RD | CTLFLAG_MPSAFE,
H A Dkern_exit.c58 #include <sys/tty.h>
468 * revoke control tty if exiting process was a session leader.
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dsys_term.c39 #include <sys/tty.h>
796 * kernel tty structure. We need remember the state of
809 * Make sure that we don't have a controlling tty, and
826 * set up the tty modes as we like them to be.
860 * Set the tty modes, and make this our controlling tty.
887 * making sure that we have a clean tty.
/freebsd-13-stable/sys/dev/hid/
H A Dhidraw.c60 #include <sys/tty.h>
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparsesolaris.c849 #include <sys/tty.h>
H A Dparsestreams.c69 #include <sys/tty.h>
/freebsd-13-stable/crypto/openssh/
H A Dmonitor_wrap.c597 /* Kludge: ensure there are fds free to receive the pty/tty */
654 if ((r = sshbuf_put_cstring(m, s->tty)) != 0)
/freebsd-13-stable/share/man/man4/
H A DMakefile555 tty.4 \
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend369 usr.bin/tty \
/freebsd-13-stable/sys/compat/linprocfs/
H A Dlinprocfs.c77 #include <sys/tty.h>
953 PS_ADD("tty", "%d", tty_nr);
/freebsd-13-stable/sys/dev/ce/
H A Dif_ce.c45 #include <sys/tty.h>
/freebsd-13-stable/sys/dev/cp/
H A Dif_cp.c40 #include <sys/tty.h>
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c53 #include <sys/tty.h>
H A Dlinux_ioctl.c66 #include <sys/tty.h>
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure15970 sys/tty.h \
26008 #include <sys/tty.h>
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure21070 tty 2>&1 >/dev/null || {
21180 fd = open("/dev/tty", 2); /* O_RDWR */

Completed in 273 milliseconds

1234567