Searched refs:fmd_ustat_elem_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h58 } fmd_ustat_elem_t; typedef in typeref:struct:fmd_ustat_elem
63 fmd_ustat_elem_t **us_hash; /* hash bucket array of stat elements */
H A Dfmd_ustat.c94 fmd_ustat_elem_t *ep, *np;
108 fmd_free(ep, sizeof (fmd_ustat_elem_t));
122 const fmd_ustat_elem_t *ep;
158 fmd_ustat_elem_t *ep, **pp = &usp->us_hash[h];
177 fmd_free(ep, sizeof (fmd_ustat_elem_t));
209 fmd_ustat_elem_t *ep;
256 ep = fmd_alloc(sizeof (fmd_ustat_elem_t), FMD_SLEEP);
319 fmd_ustat_elem_t *ep, **pp;
335 fmd_free(ep, sizeof (fmd_ustat_elem_t));
H A Dfmd_mdb.c384 fmd_ustat_elem_t ue;

Completed in 51 milliseconds