Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c207 tp->t_ioccmd = 0; in ttcompatopen()
267 tp->t_ioccmd = TCSETSF; in ttcompatopen()
411 tp->t_ioccmd = iocbp->ioc_cmd; in ttcompatwput()
598 tp->t_ioccmd = iocp->ioc_cmd; in ttcompat_do_ioctl()
819 switch (tp->t_ioccmd) { in ttcompat_ioctl_ack()
851 iocp->ioc_cmd = tp->t_ioccmd; in ttcompat_ioctl_ack()
925 iocp->ioc_cmd = (tp->t_ioccmd == TIOCSETP) ? TCSETSF : TCSETS; in ttcompat_ioctl_ack()
1058 iocp->ioc_cmd = tp->t_ioccmd; in ttcompat_ioctl_ack()
1087 switch (tp->t_ioccmd) { in ttcopyout()
/titanic_41/usr/src/uts/common/sys/
H A Dttcompat.h76 int t_ioccmd; /* ioctl code for that "ioctl" */ member