Lines Matching refs:ofmt
597 ofmt_handle_t ofmt; in do_show_flow() local
644 oferr = ofmt_open(fields_str, flow_fields, ofmtflags, 0, &ofmt); in do_show_flow()
645 flowadm_ofmt_check(oferr, state.fs_parsable, ofmt); in do_show_flow()
646 state.fs_ofmt = ofmt; in do_show_flow()
662 ofmt_close(ofmt); in do_show_flow()
1135 ofmt_handle_t ofmt; in do_show_flowprop() local
1188 oferr = ofmt_open(fields_str, flowprop_fields, ofmtflags, 0, &ofmt); in do_show_flowprop()
1189 flowadm_ofmt_check(oferr, state.fs_parsable, ofmt); in do_show_flowprop()
1190 state.fs_ofmt = ofmt; in do_show_flowprop()
1208 ofmt_close(ofmt); in do_show_flowprop()
1283 ofmt_handle_t ofmt) in flowadm_ofmt_check() argument
1289 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in flowadm_ofmt_check()
1297 ofmt_close(ofmt); in flowadm_ofmt_check()