Home
last modified time | relevance | path

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

/titanic_41/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; in sfmmu_vtop()
100 if (verbose != 0 && (sfmmu_vtop_dbg & SFMMU_VTOP_DBG_VERBOSE) == 0) { in sfmmu_vtop()
101 sfmmu_vtop_dbg |= SFMMU_VTOP_DBG_VERBOSE; in sfmmu_vtop()
348 if ((sfmmu_vtop_dbg & SFMMU_VTOP_DBG_DEBUG) == NULL) in sfmmu_vtop_print_hmeblk()
474 sfmmu_vtop_dbg = sfmmu_vtop_dbg_wanted; in platform_vtop()