Home
last modified time | relevance | path

Searched refs:client_hash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c236 struct client_hash *ct_hash_val; in vhciguid()
237 struct client_hash *ct_hash_table_val; in vhciguid()
321 ct_hash_val = (struct client_hash *)mdb_alloc(ct_hash_len, in vhciguid()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c75 #pragma align 64(client_hash)
76 static client_bucket_t client_hash[CLIENT_HASH_SIZE]; variable
82 #define CLIENT_HASH(id) (&client_hash[((id) & (CLIENT_HASH_SIZE - 1))])
252 uu_list_t *lp = uu_list_create(client_pool, &client_hash[x], in client_hash_init()
257 (void) pthread_mutex_init(&client_hash[x].cb_lock, NULL); in client_hash_init()
258 client_hash[x].cb_list = lp; in client_hash_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h284 struct client_hash *vh_client_table; /* Client hash */
317 struct client_hash { struct
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c431 struct client_hash *hash = NULL; in mdi_vhci_register()
564 mdi_client_table_size * sizeof (struct client_hash)); in mdi_vhci_unregister()
1377 struct client_hash *head; in i_mdi_client_enlist_table()
1399 struct client_hash *head; in i_mdi_client_delist_table()
1491 struct client_hash *head; in i_mdi_client_find()