Lines Matching defs:ofmt
44 #include <ofmt.h>
789 ofmt_handle_t ofmt = arg;
797 ofmt_print(ofmt, &pent);
804 ofmt_handle_t ofmt = arg;
813 ofmt_print(ofmt, &pent);
817 (void) nwam_ncp_walk_ncus(ncph, list_ncu_cb, ofmt,
826 ofmt_handle_t ofmt = arg;
834 ofmt_print(ofmt, &pent);
841 ofmt_handle_t ofmt = arg;
849 ofmt_print(ofmt, &pent);
865 ofmt_handle_t ofmt;
879 oferr = ofmt_open(fields, list_fields, 0, 0, &ofmt);
882 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf));
900 (void) list_ncp_cb(ncph, ofmt);
917 (void) list_ncu_cb(ncuh, ofmt);
923 (void) list_ncu_cb(ncuh, ofmt);
928 (void) list_ncu_cb(ncuh, ofmt);
939 (void) list_loc_cb(loch, ofmt);
948 (void) list_enm_cb(enmh, ofmt);
967 ret = nwam_walk_ncps(list_ncp_cb, ofmt, 0, NULL);
976 ofmt, nwam_ncu_class_to_flag(ncu_class),
985 ret = nwam_walk_locs(list_loc_cb, ofmt,
992 ret = nwam_walk_enms(list_enm_cb, ofmt,
1000 ofmt_close(ofmt);