Searched defs:ofmt_output (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c85 * (indirectly through our local ofmt_output() utility routine) to
91 * the IPMP object walkers and the ofmt_output() logic. Usually, a
92 * single line is output for each IPMP object, and thus ofmt_output()
173 static void ofmt_output(ofmt_handle_t, ipmp_handle_t, void *);
973 ofmt_output(psp->ps_ofmt, psp->ps_ih, nvl);
1031 ofmt_output(arg, ih, infop);
1048 ofmt_output(arg, ih, &ifinfop->if_targinfo4);
1050 ofmt_output(arg, ih, &ifinfop->if_targinfo6);
1059 ofmt_output(const ofmt_handle_t ofmt, ipmp_handle_t ih, void *arg) function

Completed in 49 milliseconds