Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h46 #define WCS_STOPPED 0x00000004 /* output is stopped */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c514 if (pvc->vc_flags & (WCS_DELAY|WCS_BUSY|WCS_STOPPED)) { in wcuwsrv()
664 pvc->vc_flags |= WCS_STOPPED; in wcuwput()
672 pvc->vc_flags &= ~WCS_STOPPED; in wcuwput()
1191 if (!(pvc->vc_flags&(WCS_DELAY|WCS_STOPPED))) in wcopoll()