Searched defs:pty (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddumpfilters.c56 register TYPE *pty; local
89 pty = pf->printer_types;
92 pty = pf->input_types;
95 pty = pf->output_types;
98 if (pty) {
99 for (; pty->name; pty++) {
101 pty->name);
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c55 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);
229 * Open the slave side of a pty.
237 struct pty *pty; local
243 pty = &pty_softc[unit];
245 mutex_enter(&pty->ptc_lock);
251 if (pty
317 struct pty *pty; local
390 struct pty *pty; local
511 struct pty *pty = arg; local
542 ptslioctl(struct pty *pty, queue_t *q, mblk_t *mp) argument
895 struct pty *pty = (struct pty *)q->q_ptr; local
934 pt_sendstop(struct pty *pty) argument
981 ptcpollwakeup(struct pty *pty, int flag) argument
[all...]
H A Dtty_pty.c51 extern struct pty *pty_softc;
68 struct pty *pty, mblk_t **mpp);
170 (void) sprintf(name, "pty%c%c", *pty_bank, *pty_digit);
249 struct pty *pty; local
255 pty = &pty_softc[getminor(dev)];
256 mutex_enter(&pty->ptc_lock);
257 if (pty->pt_flags & PF_CARR_ON) {
258 mutex_exit(&pty
287 struct pty *pty; local
324 struct pty *pty = &pty_softc[getminor(dev)]; local
525 struct pty *pty = &pty_softc[getminor(dev)]; local
698 struct pty *pty = &pty_softc[getminor(dev)]; local
984 struct pty *pty = &pty_softc[getminor(dev)]; local
1094 makemsg(ssize_t count, struct uio *uiop, struct pty *pty, mblk_t **mpp) argument
[all...]
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c843 cvcd_winch(int pty, char *cp, int n) argument
854 (void) ioctl(pty, TIOCSWINSZ, &w);
/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h42 struct pty { struct
57 kmutex_t ptc_lock; /* per pty mutex lock */
113 #define TIOCPKT _IOW('t', 112, int) /* pty: set/clear packet mode */
126 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
127 #define TIOCTCNTL _IOW('t', 32, int) /* pty: set/clr intercept */
142 extern struct pty *pty_softc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c245 static int master; /* master side of pty */
246 static int pty; /* side of pty that gets ioctls */ variable
2412 * also flush the pty input buffer (by dropping its data) if it becomes
2734 * Get a pty, scan input lines.
2743 int ptmfd; /* fd of logindmux connected to pty */
2763 fatal(f, "could not grant slave pty");
2765 fatal(f, "could not unlock slave pty");
2767 fatal(f, "could not enable slave pty");
2770 fatal(f, "could not open slave pty");
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1149 scf_type_t pty; local
1151 if (scf_property_type(prop, &pty) != SCF_SUCCESS)
1154 if (ty == pty)

Completed in 779 milliseconds