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

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h64 uint_t us_hashlen; /* length of us_hash bucket array */ member in struct:fmd_ustat
H A Dfmd_ustat.c85 usp->us_hashlen = fmd.d_str_buckets;
86 usp->us_hash = fmd_zalloc(sizeof (void *) * usp->us_hashlen, FMD_SLEEP);
99 for (i = 0; i < usp->us_hashlen; i++) {
115 fmd_free(usp->us_hash, sizeof (void *) * usp->us_hashlen);
136 for (i = 0; i < usp->us_hashlen; i++) {
157 uint_t h = fmd_strhash(sp->fmds_name) % usp->us_hashlen;
242 h = fmd_strhash(sp->fmds_name) % usp->us_hashlen;
324 for (i = 0; i < usp->us_hashlen; i++) {
H A Dfmd_mdb.c377 (uintptr_t)us.us_hash, us.us_hashlen, NULL, 0, 0));

Completed in 95 milliseconds