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

/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h47 #define WCS_DELAY 0x00000008 /* waiting for delay to finish */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c1044 if (!(pvc->vc_flags&(WCS_DELAY|WCS_STOPPED)))
1066 pvc->vc_flags &= ~WCS_DELAY;
1107 if (pvc->vc_flags & (WCS_DELAY|WCS_BUSY|WCS_STOPPED))
1131 * delay expires; it will turn WCS_DELAY off,
1140 pvc->vc_flags |= WCS_DELAY;

Completed in 60 milliseconds