Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c78 if ((mdb.m_debug & mode) == mode && mdb.m_err != NULL) { in mdb_dprintf()
91 if ((mdb.m_debug & mode) == mode && format != NULL && *format != '\0' && in mdb_dvprintf()
155 mdb.m_debug = bits; in mdb_dmode()
H A Dmdb.h119 uint_t m_debug; /* Debugging flags (see mdb_debug.h) */ member
H A Dmdb.c1287 mdb.m_tgtflags, mdb.m_flags, mdb.m_debug, mdb.m_radix, mdb.m_nargs, in mdb_get_config()
1322 mdb.m_debug = strntoul(s, (size_t)(p - s), 16); in mdb_set_config()
H A Dmdb_main.c641 if (mdb.m_debug & MDB_DBG_HELP) in main()
H A Dmdb_termio.c1600 if (mdb.m_debug & MDB_DBG_CMDBUF) in mdb_termio_create()
H A Dmdb_cmds.c1301 mdb_printf("debugging mode = 0x%04x\n", mdb.m_debug); in cmd_dbmode()