Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c189 #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()
[all …]