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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_hash.c55 sip_hash_t *hash_entry; local
65 hash_entry = &sip_hash[hindex];
66 (void) pthread_mutex_lock(&hash_entry->sip_hash_mutex);
67 if (hash_entry->hash_count == 0) {
68 assert(hash_entry->hash_head == NULL);
69 assert(hash_entry->hash_tail == NULL);
70 hash_entry->hash_head = new_obj;
72 hash_entry->hash_tail->next_obj = new_obj;
73 new_obj->prev_obj = hash_entry->hash_tail;
75 hash_entry
92 sip_hash_t *hash_entry; local
116 sip_hash_t *hash_entry; local
143 sip_hash_t *hash_entry; local
[all...]
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c159 struct kstat_hashed_records *hash_entry; local
176 hash_entry = hash_head[hash_index];
177 while (hash_entry) {
178 if ((!ks_module || (strcmp(hash_entry->module_name,
180 (strcmp(hash_entry->ks_name, ks_name) == 0)) {
181 if (ks_instance < 0 || hash_entry->instance ==
184 return (hash_entry->ksp);
187 hash_entry = hash_entry->next_entry;
260 struct kstat_hashed_records *hash_entry, *prev_entr local
[all...]

Completed in 22 milliseconds