Lines Matching refs:termios
33 static struct termios default_termios = {
150 struct termios *cb; in ttycommon_ioctl()
152 if (miocpullup(mp, sizeof (struct termios)) != 0) { in ttycommon_ioctl()
161 cb = (struct termios *)mp->b_cont->b_rptr; in ttycommon_ioctl()
312 struct termios *cb; in ttycommon_ioctl()
315 if ((datap = allocb(sizeof (struct termios), in ttycommon_ioctl()
317 ioctlrespsize = sizeof (struct termios); in ttycommon_ioctl()
320 cb = (struct termios *)datap->b_wptr; in ttycommon_ioctl()
325 bzero(cb, sizeof (struct termios)); in ttycommon_ioctl()
327 datap->b_wptr += sizeof (struct termios); in ttycommon_ioctl()
328 iocp->ioc_count = sizeof (struct termios); in ttycommon_ioctl()
442 struct termios new_termios; in ttyinit()
443 struct termios *tp; in ttyinit()
473 sizeof (struct termios)) != DDI_PROP_SUCCESS) { in ttyinit()
485 bzero(&new_termios, sizeof (struct termios)); in ttyinit()
537 (uchar_t *)tp, sizeof (struct termios)) != DDI_PROP_SUCCESS) { in ttyinit()