/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_pty.c | 51 extern struct pty *pty_softc; 68 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()
|
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | dumpfilters.c | 54 register TYPE *pty; in dumpfilters() local 87 pty = pf->printer_types; in dumpfilters() 90 pty = pf->input_types; in dumpfilters() 93 pty = pf->output_types; in dumpfilters() 96 if (pty) { in dumpfilters() 97 for (; pty->name; pty++) { in dumpfilters() 99 pty->name); in dumpfilters()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ptyvar.h | 40 struct pty { struct 140 extern struct pty *pty_softc;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | pty.sh | 37 whence -q pty || { lineno=$LINENO; err_exit "pty command not found -- tests skipped"; exit 0; } 65 pty $debug --dialogue --messages='/dev/fd/1' $SHELL | 77 if ! pty $bintrue < /dev/null 78 then err_exit pty command hangs on $bintrue -- tests skipped
|
/illumos-gate/usr/src/lib/libutempter/common/ |
H A D | utempter.c | 117 addToUtmp(const char *pty __unused, const char *host, int fd) in addToUtmp() 129 removeLineFromUtmp(const char *pty __unused, int fd) in removeLineFromUtmp()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | Makefile.tests | 63 tests/pty.sh \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man4d.inc | 40 file path=usr/share/man/man4d/pty.4d
|
H A D | system-test-ksh93.p5m | 57 file path=opt/ksh93-tests/tests/pty.sh
|
H A D | system-data-terminfo.p5m | 1761 file path=usr/share/lib/terminfo/p/pty
|
/illumos-gate/usr/src/man/man4d/ |
H A D | Makefile | 111 pty.4d \
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1167 scf_type_t pty; in prop_check_type() local 1169 if (scf_property_type(prop, &pty) != SCF_SUCCESS) in prop_check_type() 1172 if (ty == pty) in prop_check_type()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 2178 error when standard error was a pty has been fixed.
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 4184 pty|4bsd pseudo teletype:\
|
H A D | terminfo.src | 4789 pty|4bsd pseudo teletype,
|