Searched refs:tag_width (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 871 int i, tag_width, cyl_width; in cmd_vtoc() local 939 tag_width = array_widest_str(ptag_array); in cmd_vtoc() 970 "%-10s%</u>\n", "PART", tag_width, "TAG", "FLAG", in cmd_vtoc() 974 "PART", tag_width, "TAG", "FLAG", cyl_width, "CYLINDERS", in cmd_vtoc() 1012 mdb_printf("%-4d %-*s %-7s ", i, tag_width, stag, sflag); in cmd_vtoc()
|