Home
last modified time | relevance | path

Searched refs:fmd_statistics_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h62 } fmd_statistics_t; typedef
119 fmd_statistics_t *d_stats; /* root module statistics collection */
H A Dfmd.c317 static fmd_statistics_t _fmd_stats = {
528 if ((dp->d_stats = (fmd_statistics_t *)fmd_ustat_insert( in fmd_create()
H A Dfmd_rpc_adm.c194 const size_t size = sizeof (fmd_statistics_t); in fmd_adm_modgstat_1_svc()