HomeSort by relevance Sort by last modified time
    Searched defs:termiosp (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/brand/lx/io/
ldlinux.c 55 struct termios *termiosp; local
87 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS &&
89 if (termiosp->c_lflag & ICANON) {
90 tp->veof = termiosp->c_cc[VEOF];
91 tp->veol = termiosp->c_cc[VEOL];
97 tp->vmin = termiosp->c_cc[VMIN];
98 tp->vtime = termiosp->c_cc[VTIME];
100 kmem_free(termiosp, len);
  /onnv/onnv-gate/usr/src/uts/common/io/
ptem.c 160 struct termios *termiosp; local
219 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS &&
222 ntp->cflags = termiosp->c_cflag;
223 kmem_free(termiosp, len);
610 struct termios *termiosp; local
727 termiosp = (struct termios *)dp->b_rptr;
728 termiosp->c_cflag = ntp->cflags;
vcons.c 167 struct termios *termiosp; local
180 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS) {
183 pcommon->t_cflag = termiosp->c_cflag;
188 kmem_free(termiosp, len);
ldterm.c 674 struct termios *termiosp; local
689 "ttymodes", (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS &&
691 tp->t_modes = *termiosp;
692 tp->t_amodes = *termiosp;
693 kmem_free(termiosp, len);
    [all...]
asy.c 1550 struct termios *termiosp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/ttymux/
ttymux.c 2158 struct termios *termiosp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/
su_driver.c 919 struct termios *termiosp; local
971 0, "ttymodes", (caddr_t)&termiosp, &len)
975 termiosp->c_cflag;
976 kmem_free(termiosp, len);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
zs_async.c 720 struct termios *termiosp; local
785 (caddr_t)&termiosp, &len) == DDI_PROP_SUCCESS &&
788 za->za_ttycommon.t_cflag = termiosp->c_cflag;
789 kmem_free(termiosp, len);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/usbser/
usbser.c 1546 struct termios *termiosp; local
    [all...]

Completed in 120 milliseconds