Searched refs:ttysize (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 55 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 D | ttold.h | 176 #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 D | ptyvar.h | 107 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 D | tty_pts.c | 618 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 D | tty_pty.c | 699 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 D | astwinsize.c | 87 struct ttysize ts; in astwinsize()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.c | 143 xdr_rex_ttysize(XDR *xdrs, struct ttysize *size) in xdr_rex_ttysize()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3408 strioc.ic_len = sizeof (struct ttysize); in strioctl()
|