Searched defs:sfmmu_vtop_dbg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c45 #define SFMMU_VTOP_DBG_SYM if (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_SYMBOL) \
47 #define SFMMU_VTOP_DBG_VRB if (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_VERBOSE) \
49 #define SFMMU_VTOP_DBG_DBG if (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_DEBUG) \
68 int sfmmu_vtop_dbg = 0; variable
87 sfmmu_vtop_dbg = sfmmu_vtop_dbg_wanted;
100 if (verbose != 0 && (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_VERBOSE) == 0) {
101 sfmmu_vtop_dbg |= SFMMU_VTOP_DBG_VERBOSE;
348 if ((sfmmu_vtop_dbg & SFMMU_VTOP_DBG_DEBUG) == NULL)
474 sfmmu_vtop_dbg = sfmmu_vtop_dbg_wanted;

Completed in 45 milliseconds