Searched refs:fmd_ustat (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h60 typedef struct fmd_ustat { struct
H A Dfmd_module.h49 struct fmd_ustat; /* see <fmd_ustat.h> */
50 struct fmd_ustat_snap; /* see <fmd_ustat.h> */
126 struct fmd_ustat *mod_ustat; /* collection of custom statistics */
H A Dfmd_ustat.c30 #include <fmd_ustat.h>
H A Dfmd_mdb.c32 #include <fmd_ustat.h>
63 static int fmd_ustat(uintptr_t, uint_t, int, const mdb_arg_t *);
423 (void) fmd_ustat((uintptr_t)modp->mod_ustat,
429 fmd_ustat(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
443 if (mdb_pwalk_dcmd("fmd_ustat", "fmd_stat", argc, argv, addr) != 0) {
444 mdb_warn("failed to walk fmd_ustat at %p", addr);
1653 { "fmd_ustat", "[:]", "display statistics collection", fmd_ustat },
1673 { "fmd_ustat", "walk per-collection statistics",
H A Dfmd.c51 #include <fmd_ustat.h>
H A Dfmd_rpc_adm.c35 #include <fmd_ustat.h>
H A Dfmd_module.c43 #include <fmd_ustat.h>
H A Dfmd_xprt.c136 #include <fmd_ustat.h>
H A Dfmd_api.c49 #include <fmd_ustat.h>

Completed in 297 milliseconds