Searched refs:fmd_ustat (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_module.h | 49 struct fmd_ustat; /* see <fmd_ustat.h> */ 126 struct fmd_ustat *mod_ustat; /* collection of custom statistics */
|
H A D | fmd_ustat.h | 60 typedef struct fmd_ustat { struct
|
H A D | fmd_mdb.c | 63 static int fmd_ustat(uintptr_t, uint_t, int, const mdb_arg_t *); 423 (void) fmd_ustat((uintptr_t)modp->mod_ustat, in module_ustat() 429 fmd_ustat(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_ustat() function 1653 { "fmd_ustat", "[:]", "display statistics collection", fmd_ustat },
|
/titanic_44/usr/src/cmd/fm/fmd/ |
H A D | Makefile.fmd | 68 fmd_ustat.c \
|