/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 685 uint_t ofmtflags = 0; in do_show_ifprop() local 741 ofmtflags |= OFMT_PARSABLE; in do_show_ifprop() 742 oferr = ofmt_open(fields_str, intfprop_fields, ofmtflags, 0, &ofmt); in do_show_ifprop() 869 uint_t ofmtflags = 0; in do_show_prop() local 918 ofmtflags |= OFMT_PARSABLE; in do_show_prop() 920 ofmtflags |= OFMT_WRAP; in do_show_prop() 921 oferr = ofmt_open(fields_str, modprop_fields, ofmtflags, 0, &ofmt); in do_show_prop() 1797 uint_t ofmtflags = 0; in do_show_addr() local 1839 ofmtflags |= OFMT_PARSABLE; in do_show_addr() 1842 oferr = ofmt_open(fields_str, show_addr_fields, ofmtflags, 0, &ofmt); in do_show_addr() [all …]
|
/titanic_41/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 569 uint_t ofmtflags = OFMT_RIGHTJUST; in main() local 715 ofmtflags |= OFMT_PARSABLE; in main() 729 oferr = ofmt_open(fields_str, flow_s_fields, ofmtflags, 0, &ofmt); in main() 932 uint_t ofmtflags = 0; in do_show_history() local 985 ofmtflags |= OFMT_PARSABLE; in do_show_history() 989 oferr = ofmt_open(fields_str, history_fields, ofmtflags, in do_show_history() 994 oferr = ofmt_open(fields_str, history_l_fields, ofmtflags, in do_show_history()
|
/titanic_41/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 709 uint_t ofmtflags = 0; in do_show_history() local 770 ofmtflags |= OFMT_PARSABLE; in do_show_history() 773 oferr = ofmt_open(fields_str, history_fields, ofmtflags, 0, in do_show_history() 778 oferr = ofmt_open(fields_str, history_l_fields, ofmtflags, 0, in do_show_history() 1639 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show() local 1776 ofmtflags |= OFMT_PARSABLE; in do_show() 1802 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show() 1840 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show_phys() local 1953 ofmtflags |= OFMT_PARSABLE; in do_show_phys() 1981 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_phys() [all …]
|
/titanic_41/usr/src/cmd/dladm/ |
H A D | dladm.c | 1681 uint_t ofmtflags = 0; in do_show_usage() local 1743 ofmtflags |= OFMT_PARSABLE; in do_show_usage() 1746 oferr = ofmt_open(fields_str, usage_fields, ofmtflags, 0, in do_show_usage() 1751 oferr = ofmt_open(fields_str, usage_l_fields, ofmtflags, 0, in do_show_usage() 3409 uint_t ofmtflags = 0; in do_show_link() local 3521 ofmtflags |= OFMT_PARSABLE; in do_show_link() 3522 oferr = ofmt_open(fields_str, link_fields, ofmtflags, 0, &ofmt); in do_show_link() 3567 uint_t ofmtflags = 0; in do_show_aggr() local 3687 ofmtflags |= OFMT_PARSABLE; in do_show_aggr() 3688 oferr = ofmt_open(fields_str, pf, ofmtflags, 0, &ofmt); in do_show_aggr() [all …]
|
/titanic_41/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 599 uint_t ofmtflags = 0; in do_show_flow() local 609 ofmtflags |= OFMT_PARSABLE; in do_show_flow() 644 oferr = ofmt_open(fields_str, flow_fields, ofmtflags, 0, &ofmt); in do_show_flow() 1137 uint_t ofmtflags = 0; in do_show_flowprop() local 1159 ofmtflags |= OFMT_PARSABLE; in do_show_flowprop() 1188 oferr = ofmt_open(fields_str, flowprop_fields, ofmtflags, 0, &ofmt); in do_show_flowprop()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 191 uint_t ofmtflags = 0; in main() local 220 ofmtflags |= OFMT_PARSABLE; in main() 260 ofmterr = ofmt_open(ofields, fields, ofmtflags, IPMPSTAT_NCOL, &ofmt); in main()
|