Home
last modified time | relevance | path

Searched refs:h_hash (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c45 h->h_hash = inj_zalloc(sizeof (inj_var_t *) * INJ_HASHSZ); in inj_hash_create()
81 for (v = h->h_hash[i]; v != NULL; v = w) { in inj_hash_destroy()
87 inj_free(h->h_hash, sizeof (inj_var_t *) * INJ_HASHSZ); in inj_hash_destroy()
96 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_insert()
102 v = inj_var_alloc(key, value, h->h_hash[i]); in inj_hash_insert()
103 h->h_hash[i] = v; in inj_hash_insert()
115 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_lookup()
H A Dinj_hash.h39 inj_var_t **h_hash; member
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c63 uint_t (*h_hash) (const void *); member
119 h->h_hash = hash; in h_create()
135 uint_t hash = h->h_hash(key); in h_get()
189 uint_t hash = h->h_hash(key); in h_put()
225 uint_t hash = h->h_hash(key); in h_delete()
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c107 if (dbinfo != NULL && dbinfo->h_hash != NULL)
108 dbp->h_hash = dbinfo->h_hash;
136 if (dbp->h_hash == NULL)
137 dbp->h_hash =
139 if (dbp->h_hash(CHARKEY, sizeof(CHARKEY)) !=
217 if (dbp->h_hash == NULL)
218 dbp->h_hash = hcp->hdr->version < 5 ? __ham_func4 : __ham_func5;
219 hcp->hdr->h_charkey = dbp->h_hash(CHARKEY, sizeof(CHARKEY));
884 n = (u_int32_t)(hcp->dbc->dbp->h_hash(k, len));
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c677 p->h_hash = checksum(version_name); in add_to_hashmap()
697 if (Hashhead.hh_last != NULL && Hashhead.hh_last->h_hash == hash && in find_in_hashmap()
704 if (current->h_hash == hash && in find_in_hashmap()
740 errlog(VERBOSE, " int h_hash = %d;", h->h_hash); in print_hashmap()
H A Dbucket.h81 int h_hash; member
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h53 uint_t h_hash; member
H A Dfiles_common.c433 if (hp->h_hash != hash)
569 hp->h_hash = fhp->fh_hash_func[ht](&xargs, 0, first,
587 uint_t bucket = hp->h_hash % fhp->fh_size;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h325 u_int32_t (*h_hash) /* Hash function. */
444 u_int32_t (*h_hash) /* Hash function. */