Lines Matching refs:oferr
708 ofmt_status_t oferr; in do_show_history() local
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()
782 dlstat_ofmt_check(oferr, state.hs_parsable, ofmt); in do_show_history()
1638 ofmt_status_t oferr; in do_show() local
1802 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show()
1803 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show()
1839 ofmt_status_t oferr; in do_show_phys() local
1981 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_phys()
1982 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_phys()
2021 ofmt_status_t oferr; in do_show_link() local
2191 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_link()
2192 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_link()
2226 ofmt_status_t oferr; in do_show_aggr() local
2328 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_aggr()
2329 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_aggr()
2437 dlstat_ofmt_check(ofmt_status_t oferr, boolean_t parsable, in dlstat_ofmt_check() argument
2442 if (oferr == OFMT_SUCCESS) in dlstat_ofmt_check()
2444 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in dlstat_ofmt_check()
2451 if (parsable || oferr == OFMT_ENOFIELDS) { in dlstat_ofmt_check()