Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c109 mdb_dprintf(MDB_DBG_CMDBUF, "pio_ctl: gets: i: 0%o o: 0%o c: " in pio_ctl()
118 mdb_dprintf(MDB_DBG_CMDBUF, "pio_ctl: setsw: i: 0%o o: 0%o c: " in pio_ctl()
129 mdb_dprintf(MDB_DBG_CMDBUF, "pio_ctl: spgrp: %ld\n", in pio_ctl()
134 mdb_dprintf(MDB_DBG_CMDBUF, "pio_ctl: gpgrp: %ld\n", in pio_ctl()
140 mdb_dprintf(MDB_DBG_CMDBUF, "pio_ctl: ignoring MDB_IOC_CTTY\n"); in pio_ctl()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.h37 #define MDB_DBG_CMDBUF 0x00000001 macro
H A Dmdb_termio.c723 mdb_dprintf(MDB_DBG_CMDBUF, "fg pgid=%d\n", (int)td->tio_opgid); in termio_suspend_tty()
777 mdb_dprintf(MDB_DBG_CMDBUF, "fg pgid=%d\n", (int)mdb.m_pgid); in termio_resume_tty()
848 mdb_dprintf(MDB_DBG_CMDBUF, "speed = %u baud (%u usec / char), " in termio_resume_tty()
1242 mdb_dprintf(MDB_DBG_CMDBUF, "%s = \"%s\"\n", in termio_dump()
1246 mdb_dprintf(MDB_DBG_CMDBUF, "%s = <NULL>\n", in termio_dump()
1251 mdb_dprintf(MDB_DBG_CMDBUF, "%s = %d\n", in termio_dump()
1255 mdb_dprintf(MDB_DBG_CMDBUF, "%s = %s\n", ta->ta_name, in termio_dump()
1261 mdb_dprintf(MDB_DBG_CMDBUF, "tio_flags = <%#b>\n", in termio_dump()
1600 if (mdb.m_debug & MDB_DBG_CMDBUF) in mdb_termio_create()
H A Dmdb_debug.c46 { "cmdbuf", "debug command editing buffer", MDB_DBG_CMDBUF },