Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h47 char t_kill; /* erase entire line */ member
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c213 tp->t_curstate.t_kill = '\0'; in ttcompatopen()
842 cb->sg_kill = tp->t_curstate.t_kill; in ttcompat_ioctl_ack()
891 tp->t_curstate.t_kill = tp->t_new_sgttyb.sg_kill; in ttcompat_ioctl_ack()
1167 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat()
1326 TO_COMPAT_CHAR(csp->t_kill, termiosp->c_cc[VKILL]); in to_compat()