Lines Matching refs:oferr
568 ofmt_status_t oferr; in main() local
729 oferr = ofmt_open(fields_str, flow_s_fields, ofmtflags, 0, &ofmt); in main()
730 flowstat_ofmt_check(oferr, state.fs_parsable, ofmt); in main()
931 ofmt_status_t oferr; in do_show_history() local
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()
998 flowstat_ofmt_check(oferr, state.us_parsable, ofmt); in do_show_history()
1129 flowstat_ofmt_check(ofmt_status_t oferr, boolean_t parsable, in flowstat_ofmt_check() argument
1134 if (oferr == OFMT_SUCCESS) in flowstat_ofmt_check()
1136 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in flowstat_ofmt_check()
1143 if (parsable || oferr == OFMT_ENOFIELDS) { in flowstat_ofmt_check()