Lines Matching refs:WAITIOCACK
189 #define WAITIOCACK 0x0002 /* waiting for info for ioctl act */ macro
792 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
797 } else if (tp->tim_flags & WAITIOCACK) { in timodrproc()
877 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
900 if (((tp->tim_flags & WAITIOCACK) == 0) || in timodrproc()
944 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in timodrproc()
956 if (((tp->tim_flags & WAITIOCACK) == 0) || in timodrproc()
965 tp->tim_flags &= ~(WAITIOCACK | in timodrproc()
988 if ((tp->tim_flags & WAITIOCACK) != 0) { in timodrproc()
1049 tp->tim_flags &= ~(WAITIOCACK | in timodrproc()
1167 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in timodrproc()
1626 if (tp->tim_flags & WAITIOCACK) { in timodwproc()
1858 tp->tim_flags &= ~(WAITIOCACK | TI_CAP_RECVD | in timodwproc()
2031 (tp->tim_flags & WAITIOCACK)) { in timodwproc()
2072 tp->tim_flags |= WAIT_CONNRESACK | WAITIOCACK; in timodwproc()
2709 tp->tim_flags &= ~(TI_CAP_RECVD | WAITIOCACK | in tim_tcap_genreply()
2727 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_tcap_genreply()
2734 tp->tim_flags &= ~(TI_CAP_RECVD | WAITIOCACK | in tim_tcap_genreply()
2846 tp->tim_flags &= ~(WAITIOCACK | TI_CAP_RECVD | in tim_send_ioc_error_ack()
2866 if (((tp->tim_flags & WAITIOCACK) == 0) || (tp->tim_saved_prim != prim)) in tim_send_reply()
2873 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_send_reply()
2921 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK | in tim_answer_ti_sync()
2944 tp->tim_flags |= WAITIOCACK; in tim_send_ioctl_tpi_msg()