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

/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtimod.h38 #define WAITIOCACK 0x04 /* waiting for info for ioctl act */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c189 #define WAITIOCACK 0x0002 /* waiting for info for ioctl act */ macro
792 ~(WAIT_CONNRESACK | WAITIOCACK);
797 } else if (tp->tim_flags & WAITIOCACK) {
877 ~(WAIT_CONNRESACK | WAITIOCACK);
900 if (((tp->tim_flags & WAITIOCACK) == 0) ||
944 tp->tim_flags &= ~(WAITIOCACK | WAIT_IOCINFOACK |
956 if (((tp->tim_flags & WAITIOCACK) == 0) ||
965 tp->tim_flags &= ~(WAITIOCACK |
988 if ((tp->tim_flags & WAITIOCACK) != 0) {
1049 tp->tim_flags &= ~(WAITIOCACK |
[all...]

Completed in 66 milliseconds