Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c87 #define FMT_TYPE(x) ((x) & 0x7) /* Excludes modifying flags */ macro
745 switch (FMT_TYPE(fp->f_type)) { in mdb_fmt_print()