Lines Matching +defs:src +defs:hash
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
429 struct client_hash *hash = NULL;
436 hash = kmem_zalloc(mdi_client_table_size * sizeof (*hash),
438 vh->vh_client_table = hash;
1368 * Add this client component to our client hash queue
1376 * Attach the client device to the client hash table. Caller
1397 * Attach the client device to the client hash table.
1465 * Remove this client from our hash queue
1676 * Create a hash using strings as keys
1682 uint32_t g, hash = 0;
1687 hash += g;
1689 return (hash % (CLIENT_HASH_TABLE_SIZE - 1));
7494 * Create string hash; same as mod_hash_create_strhash() except that
8136 mdi_vhcache_lookup_token_t *src)
8138 if (src == NULL) {
8142 dst->lt_cct = src->lt_cct;
8143 dst->lt_cct_lookup_time = src->lt_cct_lookup_time;