Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_dump.c36 #define DUMP_PARAGRAPH 16 macro
37 #define DUMP_WIDTH(x) (DUMP_PARAGRAPH * ((((x) >> 16) & 0xf) + 1))
259 l = addr % DUMP_PARAGRAPH; in mdb_dump_internal()