Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h75 int t_iocid; /* ID of "ioctl" we handle specially */ member
H A Dldterm.h223 int t_iocid; /* ID of ioctl reply being awaited */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c501 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()
H A Dldterm.c716 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()