Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h73 int t_new_lflags; /* new lflags from TIOCLSET/LBIS/LBIC */ member
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c197 if ((tp->t_new_lflags & XCLUDE) && in ttcompatopen()
208 tp->t_new_lflags = 0; in ttcompatopen()
586 tp->t_new_lflags = *(int *)mp->b_cont->b_rptr; in ttcompat_do_ioctl()
742 tp->t_new_lflags |= XCLUDE; in ttcompat_do_ioctl()
750 tp->t_new_lflags &= ~XCLUDE; in ttcompat_do_ioctl()
974 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16); in ttcompat_ioctl_ack()
993 tp->t_curstate.t_flags &= ~(tp->t_new_lflags << 16); in ttcompat_ioctl_ack()
1013 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16); in ttcompat_ioctl_ack()