Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1068 FROM_COMPAT_CHAR(termiosp->c_cc[VERASE], csp->t_erase); in from_compat()
1069 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat()
1070 FROM_COMPAT_CHAR(termiosp->c_cc[VINTR], csp->t_intrc); in from_compat()
1071 FROM_COMPAT_CHAR(termiosp->c_cc[VQUIT], csp->t_quitc); in from_compat()
1072 FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc); in from_compat()
1073 FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc); in from_compat()
1075 FROM_COMPAT_CHAR(termiosp->c_cc[VSUSP], csp->t_suspc); in from_compat()
1077 FROM_COMPAT_CHAR(termiosp->c_cc[VDSUSP], csp->t_dsuspc); in from_compat()
1081 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc); in from_compat()
1201 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc); in from_compat()
[all …]