Searched refs:ttysize (Results 1 – 5 of 5) sorted by relevance
105 struct ttysize { struct130 #define TIOCSSIZE _IOW('t', 37, struct ttysize) /* set tty size */ argument131 #define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */
620 struct ttysize *tp; in ptslioctl()622 error = miocpullup(mp, sizeof (struct ttysize)); in ptslioctl()629 tp = (struct ttysize *)mp->b_cont->b_rptr; in ptslioctl()646 struct ttysize *tp; in ptslioctl()648 if ((datap = allocb(sizeof (struct ttysize), in ptslioctl()656 pty->pt_wbufcid = bufcall(sizeof (struct ttysize), in ptslioctl()668 tp = (struct ttysize *)datap->b_wptr; in ptslioctl()671 datap->b_wptr += sizeof (struct ttysize); in ptslioctl()672 iocp->ioc_count = sizeof (struct ttysize); in ptslioctl()
689 struct ttysize tty_arg; in ptcioctl()851 &tty_arg, sizeof (struct ttysize)) != 0) in ptcioctl()877 &tty_arg, sizeof (struct ttysize)) != 0) in ptcioctl()902 sizeof (struct ttysize)) != 0) in ptcioctl()
87 struct ttysize ts; in astwinsize()
3498 strioc.ic_len = sizeof (struct ttysize); in strioctl()