Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_dump.c37 #define DUMP_WIDTH(x) (DUMP_PARAGRAPH * ((((x) >> 16) & 0xf) + 1)) macro
39 #define DUMP_MAXWIDTH DUMP_WIDTH(MDB_DUMP_WIDTH(0x10))
61 int width = DUMP_WIDTH(flags); in mdb_dump_header()
99 int width = DUMP_WIDTH(flags); in mdb_dump_data()
230 width = DUMP_WIDTH(flags); in mdb_dump_internal()