Home
last modified time | relevance | path

Searched refs:da_fmt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c397 rv = dap->da_fmt->do_func(lp, xrp, dap->da_fp); in xref_iter()
1047 fmd_log_rec_f *func = pl->pl_arg.da_fmt->do_func; in pipeline_cb()
1083 pl->pl_arg.da_fmt = in pipeline_process()
1547 arg.da_fmt = in main()
1552 arg.da_fmt = &ops->do_formats[FMDUMP_VERB1]; in main()
1554 arg.da_fmt = &ops->do_formats[FMDUMP_MSG]; in main()
1556 arg.da_fmt = &ops->do_formats[FMDUMP_SHORT]; in main()
1558 if (opt_m && arg.da_fmt->do_func == NULL) { in main()
1570 if (arg.da_fmt->do_hdr && !(opt_V && ops == &fmdump_flt_ops)) in main()
1571 fmdump_printf(arg.da_fp, "%s\n", arg.da_fmt->do_hdr); in main()
[all …]
H A Dfmdump.h70 const struct fmdump_fmt *da_fmt; member