Lines Matching refs:oferr
567 ofmt_status_t oferr; in main() local
712 oferr = ofmt_open(fields_str, flow_s_fields, ofmtflags, 0, &ofmt); in main()
713 flowstat_ofmt_check(oferr, state.fs_parsable, ofmt); in main()
914 ofmt_status_t oferr; in do_show_history() local
972 oferr = ofmt_open(fields_str, history_fields, ofmtflags, in do_show_history()
977 oferr = ofmt_open(fields_str, history_l_fields, ofmtflags, in do_show_history()
981 flowstat_ofmt_check(oferr, state.us_parsable, ofmt); in do_show_history()
1112 flowstat_ofmt_check(ofmt_status_t oferr, boolean_t parsable, in flowstat_ofmt_check() argument
1117 if (oferr == OFMT_SUCCESS) in flowstat_ofmt_check()
1119 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in flowstat_ofmt_check()
1126 if (parsable || oferr == OFMT_ENOFIELDS) { in flowstat_ofmt_check()