Home
last modified time | relevance | path

Searched refs:termiosp (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1039 termiosp->c_iflag = 0; in from_compat()
1042 termiosp->c_cflag = (termiosp->c_cflag & in from_compat()
1067 termiosp->c_lflag = ECHOK; in from_compat()
1074 termiosp->c_cc[VEOL2] = 0; in from_compat()
1110 termiosp->c_oflag |= NL1; in from_compat()
1116 termiosp->c_cflag |= CS8; in from_compat()
1121 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat()
1204 termiosp->c_cc[VMIN] = 1; in from_compat()
1242 if (!(termiosp->c_iflag & in to_compat()
1308 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
[all …]
H A Dptem.c159 struct termios *termiosp; in ptemopen() local
218 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS && in ptemopen()
221 ntp->cflags = termiosp->c_cflag; in ptemopen()
222 kmem_free(termiosp, len); in ptemopen()
614 struct termios *termiosp; in ptemwmsg() local
731 termiosp = (struct termios *)dp->b_rptr; in ptemwmsg()
732 termiosp->c_cflag = ntp->cflags; in ptemwmsg()
H A Dconsconfig_dacf.c159 static int consconfig_setmodes(dev_t dev, struct termios *termiosp);
1886 consconfig_setmodes(dev_t dev, struct termios *termiosp) in consconfig_setmodes() argument
1938 termiosp->c_cflag &= in consconfig_setmodes()
1942 termiosp->c_cflag &= ~(CIBAUD | CIBAUDEXT); in consconfig_setmodes()
1972 termiosp->c_cflag |= speedtab[i].code & CBAUD; in consconfig_setmodes()
1974 termiosp->c_cflag |= CBAUDEXT; in consconfig_setmodes()
1979 termiosp->c_cflag |= CS8; in consconfig_setmodes()
1982 termiosp->c_cflag |= CS7; in consconfig_setmodes()
1993 termiosp->c_cflag |= PARENB | PARODD; in consconfig_setmodes()
1996 termiosp->c_cflag |= PARENB; /* enabled, not odd */ in consconfig_setmodes()
[all …]
H A Dvcons.c166 struct termios *termiosp; in vt_init_ttycommon() local
179 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS) { in vt_init_ttycommon()
182 pcommon->t_cflag = termiosp->c_cflag; in vt_init_ttycommon()
187 kmem_free(termiosp, len); in vt_init_ttycommon()
H A Dldterm.c674 struct termios *termiosp; in ldtermopen() local
689 "ttymodes", (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS && in ldtermopen()
691 tp->t_modes = *termiosp; in ldtermopen()
692 tp->t_amodes = *termiosp; in ldtermopen()
693 kmem_free(termiosp, len); in ldtermopen()
H A Dasy.c1553 struct termios *termiosp; in asyopen() local
1578 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS && in asyopen()
1580 async->async_ttycommon.t_cflag = termiosp->c_cflag; in asyopen()
1581 kmem_free(termiosp, len); in asyopen()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1547 struct termios *termiosp; in usbser_check_port_props() local
1555 "ttymodes", (uchar_t **)&termiosp, &len) == DDI_PROP_SUCCESS) { in usbser_check_port_props()
1558 tp->t_cflag = termiosp->c_cflag; in usbser_check_port_props()
1560 if (termiosp->c_iflag & (IXON | IXANY)) { in usbser_check_port_props()
1562 termiosp->c_iflag & (IXON | IXANY); in usbser_check_port_props()
1563 tp->t_startc = termiosp->c_cc[VSTART]; in usbser_check_port_props()
1564 tp->t_stopc = termiosp->c_cc[VSTOP]; in usbser_check_port_props()
1567 ddi_prop_free(termiosp); in usbser_check_port_props()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c721 struct termios *termiosp; in zsa_open() local
786 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS && in zsa_open()
789 za->za_ttycommon.t_cflag = termiosp->c_cflag; in zsa_open()
790 kmem_free(termiosp, len); in zsa_open()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c919 struct termios *termiosp; in asyopen() local
971 0, "ttymodes", (caddr_t)&termiosp, &len) in asyopen()
975 termiosp->c_cflag; in asyopen()
976 kmem_free(termiosp, len); in asyopen()