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

/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c165 mdb_printf("ct_hnext: %26l#r::print struct mdi_client\n",
166 value.ct_hnext);
353 temp = (uintptr_t)mdi_client_value->ct_hnext;
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1336 ct->ct_hnext = NULL;
1389 ct->ct_hnext = (mdi_client_t *)head->ct_hash_head;
1422 next = next->ct_hnext;
1428 head->ct_hash_head = ct->ct_hnext;
1430 last->ct_hnext = ct->ct_hnext;
1432 ct->ct_hnext = NULL;
1512 ct = ct->ct_hnext;
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h513 struct mdi_client *ct_hnext; /* next client */ member in struct:mdi_client

Completed in 65 milliseconds