Searched refs:mod_ustat (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_module.c | 195 mp->mod_ustat = fmd_ustat_create(); in fmd_module_create() 220 if ((mp->mod_stats = (fmd_modstat_t *)fmd_ustat_insert(mp->mod_ustat, in fmd_module_create() 458 if (mp->mod_ustat != NULL) { in fmd_module_destroy() 460 fmd_ustat_destroy(mp->mod_ustat); in fmd_module_destroy() 461 mp->mod_ustat = NULL; in fmd_module_destroy() 1359 err = fmd_ustat_snapshot(mp->mod_ustat, uss); in fmd_modstat_snapshot()
|
H A D | fmd_module.h | 126 struct fmd_ustat *mod_ustat; /* collection of custom statistics */ member
|
H A D | fmd.c | 523 dp->d_rmod->mod_ustat = fmd_ustat_create(); in fmd_create() 529 dp->d_rmod->mod_ustat, FMD_USTAT_NOALLOC, sizeof (_fmd_stats) / in fmd_create() 551 (void) fmd_ustat_insert(dp->d_rmod->mod_ustat, FMD_USTAT_NOALLOC, in fmd_create()
|
H A D | fmd_api.c | 614 fmd_ustat_delete_references(mp->mod_ustat); in fmd_module_unregister() 1021 if ((sp = fmd_ustat_insert(mp->mod_ustat, in fmd_stat_create() 1035 fmd_ustat_delete(mp->mod_ustat, argc, argv); in fmd_stat_destroy()
|
H A D | fmd_mdb.c | 430 (void) fmd_ustat((uintptr_t)modp->mod_ustat, in module_ustat() 787 mod.mod_ops, mod.mod_data, mod.mod_flags, mod.mod_ustat, name); in fmd_module()
|
H A D | fmd_xprt.c | 816 mp->mod_ustat, FMD_USTAT_NOALLOC, statc, statv, NULL); in fmd_xprt_create() 995 fmd_ustat_delete(mp->mod_ustat, n, sp); in fmd_xprt_destroy()
|