Lines Matching refs:termios
33 static struct termios default_termios = {
149 struct termios *cb; in ttycommon_ioctl()
151 if (miocpullup(mp, sizeof (struct termios)) != 0) { in ttycommon_ioctl()
160 cb = (struct termios *)mp->b_cont->b_rptr; in ttycommon_ioctl()
311 struct termios *cb; in ttycommon_ioctl()
314 if ((datap = allocb(sizeof (struct termios), in ttycommon_ioctl()
316 ioctlrespsize = sizeof (struct termios); in ttycommon_ioctl()
319 cb = (struct termios *)datap->b_wptr; in ttycommon_ioctl()
324 bzero(cb, sizeof (struct termios)); in ttycommon_ioctl()
326 datap->b_wptr += sizeof (struct termios); in ttycommon_ioctl()
327 iocp->ioc_count = sizeof (struct termios); in ttycommon_ioctl()
441 struct termios new_termios; in ttyinit()
442 struct termios *tp; in ttyinit()
472 sizeof (struct termios)) != DDI_PROP_SUCCESS) { in ttyinit()
484 bzero(&new_termios, sizeof (struct termios)); in ttyinit()
536 (uchar_t *)tp, sizeof (struct termios)) != DDI_PROP_SUCCESS) { in ttyinit()