Lines Matching refs:ofmt
162 static ofmt_handle_t ofmt; variable
260 ofmterr = ofmt_open(ofields, fields, ofmtflags, IPMPSTAT_NCOL, &ofmt); in main()
266 (void) ofmt_strerror(ofmt, ofmterr, errbuf, sizeof (errbuf)); in main()
291 probe_output(ih, ofmt); in main()
299 (*walker)(ih, cbfunc, ofmt); in main()
302 ofmt_close(ofmt); in main()
898 probe_output(ipmp_handle_t ih, ofmt_handle_t ofmt) in probe_output() argument
902 ipmpstat_probe_state_t ps = { ih, ofmt }; in probe_output()
1059 ofmt_output(const ofmt_handle_t ofmt, ipmp_handle_t ih, void *arg) in ofmt_output() argument
1065 ofmt_print(ofmt, &sfunc_arg); in ofmt_output()
1124 ofmt_update_winsize(ofmt); in sighandler()