Searched defs:fmd_ustat (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_ustat.h | 60 typedef struct fmd_ustat { struct
|
H A D | fmd_mdb.c | 32 #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",
|
Completed in 48 milliseconds