Searched refs:tty (Results 201 - 225 of 227) sorted by relevance

12345678910

/freebsd-10.0-release/sys/kern/
H A Dkern_descrip.c83 #include <sys/tty.h>
128 static int fill_pts_info(struct tty *tp, struct kinfo_file *kif);
3033 struct tty *tp;
3295 error = fill_pts_info((struct tty *)data, kif);
3376 /* Controlling tty. */
3672 fill_pts_info(struct tty *tp, struct kinfo_file *kif)
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparsesolaris.c847 #include <sys/tty.h>
H A Dparsestreams.c69 #include <sys/tty.h>
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dsys_term.c43 #include <sys/tty.h>
850 * kernel tty structure. We need remember the state of
863 * Make sure that we don't have a controlling tty, and
880 * set up the tty modes as we like them to be.
914 * Set the tty modes, and make this our controlling tty.
941 * making sure that we have a clean tty.
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.c37 #include <sys/tty.h>
/freebsd-10.0-release/sys/dev/usb/input/
H A Dums.c73 #include <sys/tty.h>
H A Dukbd.c78 #include <sys/tty.h>
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c44 #include <sys/tty.h>
/freebsd-10.0-release/sys/sys/
H A Dproc.h79 struct vnode *s_ttyvp; /* (m) Vnode of controlling tty. */
80 struct cdev_priv *s_ttydp; /* (m) Device of controlling tty. */
81 struct tty *s_ttyp; /* (e) Controlling tty. */
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor_wrap.c709 /* Kludge: ensure there are fds free to receive the pty/tty */
760 buffer_put_cstring(&m, s->tty);
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c73 #include <sys/tty.h>
673 PS_ADD("tty", "%d", kp.ki_tdev);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_file.c52 #include <sys/tty.h>
H A Dlinux_ioctl.c62 #include <sys/tty.h>
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY380 fix up screen/tty when leaving "top mode" of ipfstat
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncurses34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1304 /* ./tty/lib_mvcur.c */
1844 /* ./tty/lib_tstp.c */
1871 /* ./tty/lib_vidattr.c */
1977 /* ./tty/tty_update.c */
2925 struct termios *tty)
2981 /* ./tty/lib_twait.c */
H A Dllib-lncursest34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1308 /* ./tty/lib_mvcur.c */
1848 /* ./tty/lib_tstp.c */
1875 /* ./tty/lib_vidattr.c */
1981 /* ./tty/tty_update.c */
3005 struct termios *tty)
3061 /* ./tty/lib_twait.c */
H A Dllib-lncursesw34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1812 /* ./tty/lib_mvcur.c */
2354 /* ./tty/lib_tstp.c */
2381 /* ./tty/lib_vidattr.c */
2487 /* ./tty/tty_update.c */
3682 struct termios *tty)
3738 /* ./tty/lib_twait.c */
/freebsd-10.0-release/sys/dev/ce/
H A Dif_ce.c45 #include <sys/tty.h>
/freebsd-10.0-release/sys/dev/cp/
H A Dif_cp.c40 #include <sys/tty.h>
/freebsd-10.0-release/sys/dev/ctau/
H A Dif_ct.c40 #include <sys/tty.h>
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c226 char *tty = ttyline; variable
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dconfigure3879 { echo "$as_me:$LINENO: checking default tty permissions/group..." >&5
3880 echo "$as_me: checking default tty permissions/group..." >&6;}
4052 if test tty != "$ptygrpn"; then
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1826 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1828 % or `code' (@kbd uses normal tty font always).
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1941 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1943 % or `code' (@kbd uses normal tty font always).
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1842 % or `code' (@kbd uses normal tty font always).

Completed in 244 milliseconds

12345678910