Searched refs:ct_hash_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c340 temp = (uintptr_t)ct_hash_val->ct_hash_head;
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h318 struct mdi_client *ct_hash_head; /* Client hash head */ member in struct:client_hash
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1389 ct->ct_hnext = (mdi_client_t *)head->ct_hash_head;
1390 head->ct_hash_head = ct;
1416 next = (mdi_client_t *)head->ct_hash_head;
1428 head->ct_hash_head = ct->ct_hnext;
1506 ct = head->ct_hash_head;

Completed in 92 milliseconds