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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.c86 usp->us_hash = fmd_zalloc(sizeof (void *) * usp->us_hashlen, FMD_SLEEP);
100 for (ep = usp->us_hash[i]; ep != NULL; ep = np) {
115 fmd_free(usp->us_hash, sizeof (void *) * usp->us_hashlen);
137 for (ep = usp->us_hash[i]; ep != NULL; ep = ep->use_next) {
158 fmd_ustat_elem_t *ep, **pp = &usp->us_hash[h];
244 for (ep = usp->us_hash[h]; ep != NULL; ep = ep->use_next) {
258 ep->use_next = usp->us_hash[h];
259 usp->us_hash[h] = ep;
325 for (pp = &usp->us_hash[i], ep = *pp; ep != NULL; ep = *pp) {
H A Dfmd_ustat.h63 fmd_ustat_elem_t **us_hash; /* hash bucket array of stat elements */ member in struct:fmd_ustat
64 uint_t us_hashlen; /* length of us_hash bucket array */
H A Dfmd_mdb.c377 (uintptr_t)us.us_hash, us.us_hashlen, NULL, 0, 0));

Completed in 62 milliseconds