Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c84 #define FMT_WRITE 0x8 /* Command writes to address space */ macro
670 { FMT_PRINTF|FMT_WRITE, "%-16r", NULL, 4 }, /* 87 = W */
673 { FMT_FUNC|FMT_WRITE, FUNCP(fmt_hex64), help_hex64, 8 }, /* 90 = Z */
707 { FMT_FUNC|FMT_WRITE, FUNCP(fmt_sdbyte), help_sdbyte, 1 }, /* 118 = v */
708 { FMT_PRINTF|FMT_WRITE, "%-8hr", NULL, 2 }, /* 119 = w */
711 { FMT_WRITE, NULL, help_ctf, 0 }, /* 122 = z */
842 write = (fp->f_type & FMT_WRITE) ? "write " : ""; in cmd_formats()