Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Ddr_util.h53 #define DR_DBG_FLAG_TRANS 0x10 macro
61 #define DR_DBG_TRANS if (dr_debug & DR_DBG_FLAG_TRANS) printf
/titanic_41/usr/src/uts/sun4v/io/
H A Ddr_util.c211 if (!(dr_debug & DR_DBG_FLAG_TRANS)) { in dr_dbg_dump_msg()