Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hash.c53 sip_hash_t *hash_entry; in sip_hash_add() local
63 hash_entry = &sip_hash[hindex]; in sip_hash_add()
74 hash_entry->hash_count++; in sip_hash_add()
90 sip_hash_t *hash_entry; in sip_hash_find() local
94 tmp = hash_entry->hash_head; in sip_hash_find()
114 sip_hash_t *hash_entry; in sip_walk_hash() local
122 tmp = hash_entry->hash_head; in sip_walk_hash()
141 sip_hash_t *hash_entry; in sip_hash_delete() local
148 tmp = hash_entry->hash_head; in sip_hash_delete()
170 hash_entry->hash_tail = in sip_hash_delete()
[all …]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h28 typedef struct hash_entry { struct
29 struct hash_entry *next_entry; argument
30 struct hash_entry *right_entry; argument
31 struct hash_entry *left_entry; argument
34 } hash_entry; argument
38 hash_entry **table;
39 hash_entry *start;
H A Dhash.c41 ptr->table = malloc((size_t)(sizeof (hash_entry *) * size)); in make_hash()
42 (void) memset((char *)ptr->table, 0, sizeof (hash_entry *) * size); in make_hash()
55 ptr->table = malloc(sizeof (hash_entry *) * size); in make_ihash()
56 (void) memset((char *)ptr->table, 0, sizeof (hash_entry *) * size); in make_ihash()
66 hash_entry *tmp, *new; in get_hash()
116 hash_entry *tmp; in find_hash()
140 hash_entry * tmp, * prev = NULL; in del_hash()
203 hash_entry *tmp = tbl->start; in operate_hash()
217 hash_entry *tmp = tbl->start; in operate_hash_addr()
231 hash_entry * tmp = tbl->start, * prev; in destroy_hash()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c477 temp_ipv4 = hash_entry->num_ipv4 + is_ipv4; in lm_searcher_mirror_hash_insert()
491 hash_entry->num_ipv6 = temp_ipv6; in lm_searcher_mirror_hash_insert()
492 hash_entry->num_ipv4 = temp_ipv4; in lm_searcher_mirror_hash_insert()
496 … if (context->searcher_hash.hash_depth_reached < hash_entry->depth_ipv4 + hash_entry->num_ipv6) { in lm_searcher_mirror_hash_insert()
497 … context->searcher_hash.hash_depth_reached = hash_entry->depth_ipv4 + hash_entry->num_ipv6; in lm_searcher_mirror_hash_insert()
542 DbgBreakIf(!hash_entry->num_ipv6); in lm_searcher_mirror_hash_remove()
543 hash_entry->num_ipv6--; in lm_searcher_mirror_hash_remove()
547 DbgBreakIf(!hash_entry->num_ipv4); in lm_searcher_mirror_hash_remove()
548 hash_entry->num_ipv4--; in lm_searcher_mirror_hash_remove()
549 if (hash_entry->num_ipv4 < hash_entry->depth_ipv4) in lm_searcher_mirror_hash_remove()
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c197 nscd_hash_t *idx_p, *hash_entry; in _nscd_add_db_entry() local
258 hash_entry = (nscd_hash_t *)entry; in _nscd_add_db_entry()
261 hash_entry->prev_p = prev_p; in _nscd_add_db_entry()
263 db->hash_tbl_p[i] = hash_entry; in _nscd_add_db_entry()
265 prev_p->next_p = hash_entry; in _nscd_add_db_entry()
268 hash_entry->next_p = next_p; in _nscd_add_db_entry()
270 next_p->prev_p = hash_entry; in _nscd_add_db_entry()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4013 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, in hash_entry() function
4187 hash_entry(_cache, &cache[sshdr->sh_link], hsecname, in hash()
4204 hash_entry(_cache, &cache[sshdr->sh_link], in hash()