Lines Matching refs:WAITIOCACK

189 #define	WAITIOCACK	0x0002	/* waiting for info for ioctl act	*/  macro
794 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
799 } else if (tp->tim_flags & WAITIOCACK) { in timodrproc()
879 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
902 if (((tp->tim_flags & WAITIOCACK) == 0) || in timodrproc()
946 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in timodrproc()
958 if (((tp->tim_flags & WAITIOCACK) == 0) || in timodrproc()
967 tp->tim_flags &= ~(WAITIOCACK | in timodrproc()
990 if ((tp->tim_flags & WAITIOCACK) != 0) { in timodrproc()
1051 tp->tim_flags &= ~(WAITIOCACK | in timodrproc()
1169 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in timodrproc()
1630 if (tp->tim_flags & WAITIOCACK) { in timodwproc()
1862 tp->tim_flags &= ~(WAITIOCACK | TI_CAP_RECVD | in timodwproc()
2035 (tp->tim_flags & WAITIOCACK)) { in timodwproc()
2076 tp->tim_flags |= WAIT_CONNRESACK | WAITIOCACK; in timodwproc()
2713 tp->tim_flags &= ~(TI_CAP_RECVD | WAITIOCACK | in tim_tcap_genreply()
2731 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_tcap_genreply()
2738 tp->tim_flags &= ~(TI_CAP_RECVD | WAITIOCACK | in tim_tcap_genreply()
2850 tp->tim_flags &= ~(WAITIOCACK | TI_CAP_RECVD | in tim_send_ioc_error_ack()
2870 if (((tp->tim_flags & WAITIOCACK) == 0) || (tp->tim_saved_prim != prim)) in tim_send_reply()
2877 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_send_reply()
2925 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_answer_ti_sync()
2948 tp->tim_flags |= WAITIOCACK; in tim_send_ioctl_tpi_msg()