Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c502 tp->t_state |= TS_IOCWAIT; in ttcompat_do_ioctl()
711 if (!(tp->t_state&TS_IOCWAIT) || iocp->ioc_id != tp->t_iocid) { in ttcompat_ioctl_ack()
751 tp->t_state &= ~TS_IOCWAIT; /* we got what we wanted */ in ttcompat_ioctl_ack()
945 tp->t_state &= ~(TS_IOCWAIT | TS_TIOCNAK); in ttcompat_ioctl_ack()
956 tp->t_state &= ~TS_IOCWAIT; /* we got what we wanted */ in ttcompat_ioctl_ack()
969 tp->t_state &= ~TS_IOCWAIT; in ttcompat_ioctl_ack()
1027 if (tp->t_state&TS_IOCWAIT && iocp->ioc_id == tp->t_iocid) { in ttcompat_ioctl_nak()
1028 tp->t_state &= ~TS_IOCWAIT; /* this call isn't going through */ in ttcompat_ioctl_nak()
H A Dldterm.c841 ctp->tp->t_state &= ~TS_IOCWAIT; in drain_timed_out()
895 tp->t_state |= TS_IOCWAIT; in ldtermclose()
917 while (tp->t_state & TS_IOCWAIT) { in ldtermclose()
969 (tp->t_state & (TS_CLOSE|TS_IOCWAIT)) == (TS_CLOSE|TS_IOCWAIT)) { in ldtermrput()
973 tp->t_state &= ~TS_IOCWAIT; in ldtermrput()
/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h88 #define TS_IOCWAIT 0x08 /* waiting for an M_IOCACK/M_IOCNAK from downstream */ macro
H A Dldterm.h277 #define TS_IOCWAIT 0x00080000 /* waiting for reply to ioctl message */ macro