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

/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h28 typedef struct hash_entry { struct
29 struct hash_entry *next_entry;
30 struct hash_entry *right_entry;
31 struct hash_entry *left_entry;
34 } hash_entry; typedef in typeref:struct:hash_entry
38 hash_entry **table;
39 hash_entry *start;
H A Dhash.c41 ptr->table = malloc((size_t)(sizeof (hash_entry *) * size));
42 (void) memset((char *)ptr->table, 0, sizeof (hash_entry *) * size);
55 ptr->table = malloc(sizeof (hash_entry *) * size);
56 (void) memset((char *)ptr->table, 0, sizeof (hash_entry *) * size);
66 hash_entry *tmp, *new;
116 hash_entry *tmp;
140 hash_entry * tmp, * prev = NULL;
203 hash_entry *tmp = tbl->start;
217 hash_entry *tmp = tbl->start;
231 hash_entry * tm
[all...]
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c199 nscd_hash_t *idx_p, *hash_entry; local
260 hash_entry = (nscd_hash_t *)entry;
263 hash_entry->prev_p = prev_p;
265 db->hash_tbl_p[i] = hash_entry;
267 prev_p->next_p = hash_entry;
270 hash_entry->next_p = next_p;
272 next_p->prev_p = hash_entry;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1031 _sd_hash_hd_t hash_entry; local
1040 if (mdb_vread(&hash_entry, sizeof (_sd_hash_hd_t),
1043 "sdbc_hashchain_wstep failed to read hash_entry at %p",
1048 wsp->walk_addr = (uintptr_t)hash_entry.hh_next;
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3830 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, function
3959 hash_entry(_cache, &cache[sshdr->sh_link], hsecname,
3969 hash_entry(_cache, &cache[sshdr->sh_link],

Completed in 175 milliseconds