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