Home
last modified time | relevance | path

Searched refs:t_iocid (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h75 int t_iocid; /* ID of "ioctl" we handle specially */ member
H A Dldterm.h225 int t_iocid; /* ID of ioctl reply being awaited */ member
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c206 tp->t_iocid = 0; in ttcompatopen()
266 tp->t_iocid = iocb->ioc_id; in ttcompatopen()
599 tp->t_iocid = iocp->ioc_id; in ttcompat_do_ioctl()
809 if (!(tp->t_state&TS_IOCWAIT) || iocp->ioc_id != tp->t_iocid) { in ttcompat_ioctl_ack()
1125 if (tp->t_state&TS_IOCWAIT && iocp->ioc_id == tp->t_iocid) { in ttcompat_ioctl_nak()
H A Dldterm.c715 tp->t_iocid = 0; in ldtermopen()
881 tp->t_iocid = iocb->ioc_id; in ldtermclose()
957 if (iocp->ioc_id == tp->t_iocid) { in ldtermrput()