Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dvt_impl.h46 #define WCS_STOPPED 0x00000004 /* output is stopped */ macro
/titanic_50/usr/src/uts/common/io/
H A Dwscons.c515 pvc->vc_flags |= WCS_STOPPED; in wcuwput()
523 pvc->vc_flags &= ~WCS_STOPPED; in wcuwput()
1044 if (!(pvc->vc_flags&(WCS_DELAY|WCS_STOPPED))) in wcopoll()
1107 if (pvc->vc_flags & (WCS_DELAY|WCS_BUSY|WCS_STOPPED)) in wcstart()