Searched refs:t_iocid (Results 1 – 4 of 4) sorted by relevance
75 int t_iocid; /* ID of "ioctl" we handle specially */ member
225 int t_iocid; /* ID of ioctl reply being awaited */ member
206 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()
715 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()