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

/illumos-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...]
/illumos-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...]
/illumos-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;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c449 lm_searcher_hash_entry_t *hash_entry = NULL; local
473 hash_entry = &context->searcher_hash.searcher_table[h_val];
476 temp_ipv6 = hash_entry->num_ipv6 + (is_ipv4 ? 0 : 1);
477 temp_ipv4 = hash_entry->num_ipv4 + is_ipv4;
481 if (temp_depth_ipv4 < hash_entry->depth_ipv4) {
482 temp_depth_ipv4 = hash_entry->depth_ipv4;
491 hash_entry->num_ipv6 = temp_ipv6;
492 hash_entry->num_ipv4 = temp_ipv4;
493 hash_entry->depth_ipv4 = temp_depth_ipv4;
496 if (context->searcher_hash.hash_depth_reached < hash_entry
518 lm_searcher_hash_entry_t *hash_entry = NULL; local
[all...]
/illumos-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;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3934 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, function
4108 hash_entry(_cache, &cache[sshdr->sh_link], hsecname,
4125 hash_entry(_cache, &cache[sshdr->sh_link],

Completed in 102 milliseconds