Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h47 char t_kill; /* erase entire line */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c744 cb->sg_kill = tp->t_curstate.t_kill; in ttcompat_ioctl_ack()
793 tp->t_curstate.t_kill = tp->t_new_sgttyb.sg_kill; in ttcompat_ioctl_ack()
1069 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat()
1228 TO_COMPAT_CHAR(csp->t_kill, termiosp->c_cc[VKILL]); in to_compat()