Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h52 char t_stopc; /* stop output */ member
62 char t_stopc; /* stop output */ member
H A Dtty.h45 uchar_t t_stopc; /* copy of c_cc[VSTOP] from tty modes */ member
H A Dttcompat.h51 char t_stopc; /* stop output */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c780 notc.t_stopc = deftc.t_stopc; in doit()
1183 notc.t_stopc = -1; in oob()
1195 notc.t_stopc = deftc.t_stopc; in oob()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h329 #define termStopChar ntc.t_stopc
345 #define termStopCharp (cc_t *)&ntc.t_stopc
H A Dsys_bsd.c365 tc.t_stopc = _POSIX_VDISABLE;
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h39 char t_stopc; /* stop output */ member
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.h109 #define async_stopc async_ttycommon.t_stopc
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c217 tp->t_curstate.t_stopc = '\0'; in ttcompatopen()
1171 FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc); in from_compat()
1330 TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]); in to_compat()
1350 csp->t_stopc = (uchar_t)0377; in to_compat()
H A Dtty_pts.c700 tc->t_stopc = cb->c_cc[VSTOP]; in ptslioctl()
953 pty->pt_ttycommon.t_stopc == CTRL('s') && in pt_sendstop()
H A Dtty_common.c164 tc->t_stopc = cb->c_cc[VSTOP]; in ttycommon_ioctl()
H A Dasy.c102 #define async_stopc async_ttycommon.t_stopc
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1502 tp->t_stopc = CSTOP; in usbser_open_init()
1564 tp->t_stopc = termiosp->c_cc[VSTOP]; in usbser_check_port_props()
2974 pp->port_flowc = pp->port_ttycommon.t_stopc; in usbser_stopi()
3168 pe[4].val.uc[1] = tp->t_stopc; in usbser_port_program()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c1531 za->za_flowc = za->za_ttycommon.t_stopc; in zsa_wput()
3199 za->za_rcv_flags_mask |= za->za_ttycommon.t_stopc; in zsa_set_za_rcv_flags_mask()
3378 printf(" t_stopc=%x", za->za_ttycommon.t_stopc); in zsa_print_info()
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux.c2171 uqi->sm_ttycommon->t_stopc = termiosp->c_cc[VSTOP]; in sm_open()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c70 #define async_stopc async_ttycommon.t_stopc