Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h76 int t_ioccmd; /* ioctl code for that "ioctl" */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c312 tp->t_ioccmd = iocbp->ioc_cmd; in ttcompatwput()
500 tp->t_ioccmd = iocp->ioc_cmd; in ttcompat_do_ioctl()
721 switch (tp->t_ioccmd) { in ttcompat_ioctl_ack()
753 iocp->ioc_cmd = tp->t_ioccmd; in ttcompat_ioctl_ack()
827 iocp->ioc_cmd = (tp->t_ioccmd == TIOCSETP) ? TCSETSF : TCSETS; in ttcompat_ioctl_ack()
960 iocp->ioc_cmd = tp->t_ioccmd; in ttcompat_ioctl_ack()
989 switch (tp->t_ioccmd) { in ttcopyout()