Home
last modified time | relevance | path

Searched refs:ttysize (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h55 struct ttysize { struct
60 #define TIOCSSIZE _IOW('t',37,struct ttysize)/* set tty size */ argument
61 #define TIOCGSIZE _IOR('t',38,struct ttysize)/* get tty size */
H A Dttold.h176 #define _O_TIOCSSIZE _IOW('t',103,struct ttysize)/* get tty size */
177 #define _O_TIOCGSIZE _IOR('t',102,struct ttysize)/* get tty size */
/titanic_41/usr/src/uts/common/sys/
H A Dptyvar.h107 struct ttysize { struct
132 #define TIOCSSIZE _IOW('t', 37, struct ttysize) /* set tty size */ argument
133 #define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */
/titanic_41/usr/src/uts/common/io/
H A Dtty_pts.c618 struct ttysize *tp; in ptslioctl()
620 error = miocpullup(mp, sizeof (struct ttysize)); in ptslioctl()
627 tp = (struct ttysize *)mp->b_cont->b_rptr; in ptslioctl()
644 struct ttysize *tp; in ptslioctl()
646 if ((datap = allocb(sizeof (struct ttysize), in ptslioctl()
654 pty->pt_wbufcid = bufcall(sizeof (struct ttysize), in ptslioctl()
666 tp = (struct ttysize *)datap->b_wptr; in ptslioctl()
669 datap->b_wptr += sizeof (struct ttysize); in ptslioctl()
670 iocp->ioc_count = sizeof (struct ttysize); in ptslioctl()
H A Dtty_pty.c699 struct ttysize tty_arg; in ptcioctl()
861 &tty_arg, sizeof (struct ttysize)) != 0) in ptcioctl()
887 &tty_arg, sizeof (struct ttysize)) != 0) in ptcioctl()
912 sizeof (struct ttysize)) != 0) in ptcioctl()
/titanic_41/usr/src/lib/libast/common/port/
H A Dastwinsize.c87 struct ttysize ts; in astwinsize()
/titanic_41/usr/src/cmd/rexd/
H A Drex.c143 xdr_rex_ttysize(XDR *xdrs, struct ttysize *size) in xdr_rex_ttysize()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3408 strioc.ic_len = sizeof (struct ttysize); in strioctl()