client_hash
struct client_hash *ct_hash_val;
struct client_hash *ct_hash_table_val;
ct_hash_val = (struct client_hash *)mdb_alloc(ct_hash_len,
uu_list_t *lp = uu_list_create(client_pool, &client_hash[x],
(void) pthread_mutex_init(&client_hash[x].cb_lock, NULL);
client_hash[x].cb_list = lp;
static client_bucket_t client_hash[CLIENT_HASH_SIZE];
#define CLIENT_HASH(id) (&client_hash[((id) & (CLIENT_HASH_SIZE - 1))])
struct client_hash *head;
struct client_hash *head;
struct client_hash *head;
struct client_hash *hash = NULL;
mdi_client_table_size * sizeof (struct client_hash));
struct client_hash *vh_client_table; /* Client hash */