Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c601 int i, tag_width, cyl_width; in cmd_vtoc() local
669 tag_width = array_widest_str(ptag_array); in cmd_vtoc()
700 "%-10s%</u>\n", "PART", tag_width, "TAG", "FLAG", in cmd_vtoc()
704 "PART", tag_width, "TAG", "FLAG", cyl_width, "CYLINDERS", in cmd_vtoc()
742 mdb_printf("%-4d %-*s %-7s ", i, tag_width, stag, sflag); in cmd_vtoc()