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

/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c161 int hash_index; local
165 hash_index = kstat_record_hash(ks_name, ks_module, ks_instance,
174 if (hash_index >= 0 &&
176 hash_entry = hash_head[hash_index];
214 int hash_index; local
235 hash_index = kstat_record_hash(ksp->ks_name, ksp->ks_module,
237 if (hash_index < 0)
250 ks_entry->next_entry = hash_head[hash_index];
252 hash_head[hash_index] = ks_entry;
259 int hash_index; local
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c297 uint16_t hash_index[8]; local
316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
318 hindex = SIP_DIGEST_TO_HASH(hash_index);
320 (void *)hash_index, hindex, sip_xaction_match);
574 uint16_t hash_index[8]; local
576 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
582 bcopy(hash_index, trans->sip_xaction_hash_digest, sizeof (hash_index));
585 SIP_DIGEST_TO_HASH(hash_index)) != 0) {

Completed in 31 milliseconds