Home
last modified time | relevance | path

Searched refs:t_startc (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h51 char t_startc; /* start output */ member
61 char t_startc; /* start output */ member
H A Dtty.h46 uchar_t t_startc; /* copy of c_cc[VSTART] from tty modes */ member
H A Dttcompat.h50 char t_startc; /* start output */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c779 notc.t_startc = deftc.t_startc; in doit()
1184 notc.t_startc = -1; in oob()
1196 notc.t_startc = deftc.t_startc; in oob()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h328 #define termStartChar ntc.t_startc
344 #define termStartCharp (cc_t *)&ntc.t_startc
H A Dsys_bsd.c364 tc.t_startc = _POSIX_VDISABLE;
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h38 char t_startc; /* start output */ member
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.h110 #define async_startc async_ttycommon.t_startc
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c216 tp->t_curstate.t_startc = '\0'; in ttcompatopen()
1170 FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc); in from_compat()
1329 TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]); in to_compat()
1349 csp->t_startc = (uchar_t)0377; in to_compat()
H A Dtty_pts.c701 tc->t_startc = cb->c_cc[VSTART]; in ptslioctl()
954 pty->pt_ttycommon.t_startc == CTRL('q'); in pt_sendstop()
H A Dtty_common.c165 tc->t_startc = cb->c_cc[VSTART]; in ttycommon_ioctl()
H A Dasy.c103 #define async_startc async_ttycommon.t_startc
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1501 tp->t_startc = CSTART; in usbser_open_init()
1563 tp->t_startc = termiosp->c_cc[VSTART]; in usbser_check_port_props()
1995 pp->port_flowc = pp->port_ttycommon.t_startc; in usbser_rq_thread()
2985 pp->port_flowc = pp->port_ttycommon.t_startc; in usbser_starti()
3167 pe[4].val.uc[0] = tp->t_startc; in usbser_port_program()
3227 if (c == pp->port_ttycommon.t_startc) { in usbser_inbound_flow_ctl()
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux.c2172 uqi->sm_ttycommon->t_startc = termiosp->c_cc[VSTART]; in sm_open()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c1552 za->za_flowc = za->za_ttycommon.t_startc; in zsa_wput()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c71 #define async_startc async_ttycommon.t_startc