Searched refs:ids_hashlen (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h50 uint_t ids_hashlen; /* size of hash bucket array */ member in struct:fmd_idspace
H A Dfmd_idspace.c61 ids->ids_hashlen = hashlen;
82 for (i = 0; i < ids->ids_hashlen; i++) {
89 fmd_free(ids->ids_hash, sizeof (void *) * ids->ids_hashlen);
105 for (i = 0; i < ids->ids_hashlen; i++) {
125 ide = ids->ids_hash[id & (ids->ids_hashlen - 1)];
202 h = id & (ids->ids_hashlen - 1);
279 pp = &ids->ids_hash[id & (ids->ids_hashlen - 1)];

Completed in 42 milliseconds