Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h182 #define SM_CMD(cond, stmt) { if (cond) stmt; } macro
183 #define sm_dbg(lvl, args) SM_CMD(sm_ssp->sm_trflag & SM_TRBIT(lvl), \