Searched refs:t_iocid (Results 1 – 4 of 4) sorted by relevance
75 int t_iocid; /* ID of "ioctl" we handle specially */ member
223 int t_iocid; /* ID of ioctl reply being awaited */ member
501 tp->t_iocid = iocp->ioc_id; in ttcompat_do_ioctl()711 if (!(tp->t_state&TS_IOCWAIT) || iocp->ioc_id != tp->t_iocid) { in ttcompat_ioctl_ack()1027 if (tp->t_state&TS_IOCWAIT && iocp->ioc_id == tp->t_iocid) { in ttcompat_ioctl_nak()
716 tp->t_iocid = 0; in ldtermopen()896 tp->t_iocid = iocb->ioc_id; in ldtermclose()972 if (iocp->ioc_id == tp->t_iocid) { in ldtermrput()