Searched refs:h_hash (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/fm/fminject/common/ |
H A D | inj_hash.c | 47 h->h_hash = inj_zalloc(sizeof (inj_var_t *) * INJ_HASHSZ); in inj_hash_create() 83 for (v = h->h_hash[i]; v != NULL; v = w) { in inj_hash_destroy() 89 inj_free(h->h_hash, sizeof (inj_var_t *) * INJ_HASHSZ); in inj_hash_destroy() 98 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_insert() 104 v = inj_var_alloc(key, value, h->h_hash[i]); in inj_hash_insert() 105 h->h_hash[i] = v; in inj_hash_insert() 117 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_lookup()
|
H A D | inj_hash.h | 41 inj_var_t **h_hash; member
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | hashset.c | 63 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()
|
/titanic_50/usr/src/cmd/sendmail/db/hash/ |
H A D | hash.c | 107 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));
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 679 p->h_hash = checksum(version_name); in add_to_hashmap() 699 if (Hashhead.hh_last != NULL && Hashhead.hh_last->h_hash == hash && in find_in_hashmap() 706 if (current->h_hash == hash && in find_in_hashmap() 742 errlog(VERBOSE, " int h_hash = %d;", h->h_hash); in print_hashmap()
|
H A D | bucket.h | 83 int h_hash; member
|
/titanic_50/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.h | 50 uint_t h_hash; member
|
H A D | files_common.c | 432 if (hp->h_hash != hash) 568 hp->h_hash = fhp->fh_hash_func[ht](&xargs, 0, first, 586 uint_t bucket = hp->h_hash % fhp->fh_size;
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 325 u_int32_t (*h_hash) /* Hash function. */ 444 u_int32_t (*h_hash) /* Hash function. */
|