/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 50 extern struct pty *pty_softc; 67 struct pty *pty, mblk_t **mpp); 248 struct pty *pty; in ptcopen() local 254 pty = &pty_softc[getminor(dev)]; in ptcopen() 255 mutex_enter(&pty->ptc_lock); in ptcopen() 256 if (pty->pt_flags & PF_CARR_ON) { in ptcopen() 257 mutex_exit(&pty->ptc_lock); in ptcopen() 261 if (pty->pt_flags & PF_WOPEN) { in ptcopen() 262 pty->pt_flags &= ~PF_WOPEN; in ptcopen() 263 cv_broadcast(&pty->pt_cv_flags); in ptcopen() [all …]
|
H A D | tty_pts.c | 55 extern struct pty *pty_softc; 118 static void ptslioctl(struct pty *, queue_t *, mblk_t *); 119 static void pt_sendstop(struct pty *); 120 static void ptcpollwakeup(struct pty *, int); 237 struct pty *pty; in ptslopen() local 243 pty = &pty_softc[unit]; in ptslopen() 245 mutex_enter(&pty->ptc_lock); in ptslopen() 251 if (pty->pt_ttycommon.t_writeq == NULL) { in ptslopen() 252 pty->pt_ttycommon.t_iflag = 0; in ptslopen() 253 pty->pt_ttycommon.t_cflag = (B38400 << IBSHIFT)|B38400|IFLAGS; in ptslopen() [all …]
|
H A D | tty_ptyconf.c | 50 struct pty *pty_softc; 60 pty_softc = (struct pty *) in pty_initspace() 61 kmem_zalloc(npty * sizeof (struct pty), KM_SLEEP); in pty_initspace()
|
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | dumpfilters.c | 56 register TYPE *pty; in dumpfilters() local 89 pty = pf->printer_types; in dumpfilters() 92 pty = pf->input_types; in dumpfilters() 95 pty = pf->output_types; in dumpfilters() 98 if (pty) { in dumpfilters() 99 for (; pty->name; pty++) { in dumpfilters() 101 pty->name); in dumpfilters()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ptyvar.h | 42 struct pty { struct 142 extern struct pty *pty_softc;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 246 static int pty; /* side of pty that gets ioctls */ variable 2780 pty = t; in doit() 2790 if (ioctl(pty, TIOCGETP, &b) == -1) in doit() 2793 if (ioctl(pty, TIOCSETN, &b) == -1) in doit() 3521 if (ioctl(pty, TIOCGLTC, &tmpltc) == -1) in telrcv() 3547 if (ioctl(pty, TIOCGETP, &b) == -1) in telrcv() 4004 (void) ioctl(pty, TIOCSWINSZ, &ws); in suboption() 4201 if (tcgetattr(pty, &tios) < 0) in mode() 4229 if (tcsetattr(pty, TCSANOW, &tios) < 0) in mode() 4245 if (ioctl(pty, TIOCGETP, &b) == -1) in interrupt() [all …]
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 24 - (stevesk) pty.c: use __hpux to identify HP-UX. 403 [pty.c readconf.c] 494 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from 896 [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c] 1175 - update proctitle on pty alloc/dealloc, e.g. w/ windows client 1513 switch to raw mode only if he _get_ a pty (not if we _want_ a pty). 1590 [pty.c pty.h] 1591 - register cleanup for pty earlier. move code for pty-owner handling to 1592 pty.c ok provos@, dugsong@ 1622 - delay close() of pty until the pty has been chowned back to root [all …]
|
H A D | OVERVIEW | 99 It then makes any pty, forwarding, etc. requests. It may call 112 - Code to allocate and use a pseudo tty is in pty.c. Code to
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man7d.inc | 34 file path=usr/share/man/man7d/pty.7d
|
H A D | system-data-terminfo.mf | 1094 file path=usr/share/lib/terminfo/p/pty
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 843 cvcd_winch(int pty, char *cp, int n) argument 854 (void) ioctl(pty, TIOCSWINSZ, &w);
|
/titanic_41/usr/src/man/man7d/ |
H A D | Makefile | 105 pty.7d \
|
/titanic_41/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 684 SSHv2 "session" protocol (i.e., the protocol used for pty sessions,
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1149 scf_type_t pty; in prop_check_type() local 1151 if (scf_property_type(prop, &pty) != SCF_SUCCESS) in prop_check_type() 1154 if (ty == pty) in prop_check_type()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 1272 error when standard error was a pty has been fixed.
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 4184 pty|4bsd pseudo teletype:\
|
H A D | terminfo.src | 4789 pty|4bsd pseudo teletype,
|