Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pptadm/
H A Dpptadm.c112 uint_t ofmtflags = 0; in list() local
132 ofmtflags |= OFMT_PARSABLE; in list()
153 oferr = ofmt_open(fields_str, fields, ofmtflags, 0, &ofmt); in list()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c174 uint_t ofmtflags = OFMT_NOHEADER; in main() local
221 ofmtflags |= OFMT_PARSABLE; in main()
271 if ((ofmtflags & OFMT_PARSABLE) && fields == NULL) { in main()
275 if ((ofmtflags & OFMT_PARSABLE) && fields != NULL && in main()
298 oferr = ofmt_open(fields, proto->csp_getfields(), ofmtflags, 0, &ofmt); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c899 uint_t ofmtflags = 0; in do_show_ifprop() local
954 ofmtflags |= OFMT_PARSABLE; in do_show_ifprop()
1083 uint_t ofmtflags = 0; in do_show_prop() local
1132 ofmtflags |= OFMT_PARSABLE; in do_show_prop()
1134 ofmtflags |= OFMT_WRAP; in do_show_prop()
2036 uint_t ofmtflags = 0; in do_show_addr() local
2078 ofmtflags |= OFMT_PARSABLE; in do_show_addr()
2202 uint_t ofmtflags = 0; in do_show_if() local
2227 ofmtflags |= OFMT_PARSABLE; in do_show_if()
2336 uint_t ofmtflags = 0; in do_show_addrprop() local
[all …]
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c579 uint_t ofmtflags = OFMT_RIGHTJUST; in main() local
709 ofmtflags |= OFMT_PARSABLE; in main()
723 oferr = ofmt_open(fields_str, flow_s_fields, ofmtflags, 0, &ofmt); in main()
926 uint_t ofmtflags = 0; in do_show_history() local
979 ofmtflags |= OFMT_PARSABLE; in do_show_history()
983 oferr = ofmt_open(fields_str, history_fields, ofmtflags, in do_show_history()
988 oferr = ofmt_open(fields_str, history_l_fields, ofmtflags, in do_show_history()
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c715 uint_t ofmtflags = 0; in do_show_history() local
776 ofmtflags |= OFMT_PARSABLE; in do_show_history()
779 oferr = ofmt_open(fields_str, history_fields, ofmtflags, 0, in do_show_history()
1645 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show() local
1782 ofmtflags |= OFMT_PARSABLE; in do_show()
1846 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show_phys() local
1959 ofmtflags |= OFMT_PARSABLE; in do_show_phys()
2028 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show_link() local
2161 ofmtflags |= OFMT_PARSABLE; in do_show_link()
2233 uint_t ofmtflags = OFMT_RIGHTJUST; in do_show_aggr() local
[all …]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1814 uint_t ofmtflags = 0; in do_show_usage() local
3544 uint_t ofmtflags = 0; in do_show_link() local
3688 uint_t ofmtflags = 0; in do_show_aggr() local
4252 uint_t ofmtflags = 0; in do_show_iptun() local
4560 uint_t ofmtflags = 0; in do_show_phys() local
4680 uint_t ofmtflags = 0; in do_show_vlan() local
5678 uint_t ofmtflags = 0; in do_show_simnet() local
5756 uint_t ofmtflags = 0; in link_stats() local
8729 uint_t ofmtflags = 0; in do_show_bridge() local
10409 uint_t ofmtflags; in do_show_overlay() local
[all …]
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c602 uint_t ofmtflags = 0; in do_show_flow() local
612 ofmtflags |= OFMT_PARSABLE; in do_show_flow()
647 oferr = ofmt_open(fields_str, flow_fields, ofmtflags, 0, &ofmt); in do_show_flow()
1140 uint_t ofmtflags = 0; in do_show_flowprop() local
1162 ofmtflags |= OFMT_PARSABLE; in do_show_flowprop()
1191 oferr = ofmt_open(fields_str, flowprop_fields, ofmtflags, 0, &ofmt); in do_show_flowprop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c191 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()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c228 uint_t ofmtflags = 0; in print_nodes() local
233 ofmtflags = OFMT_PARSABLE; in print_nodes()
236 oferr = ofmt_open(NULL, menu_template, ofmtflags, 0, &ofmt); in print_nodes()