mdi_client
devinfo_print_pathing(int mdi_component, void *mdi_client)
mdb_printf("Client multipath info at: 0x%p\n", mdi_client);
(uintptr_t)mdi_client) == -1) {
(uintptr_t)mdi_client);
struct mdi_client c;
struct mdi_client value;
if (mdb_vread(&value, sizeof (struct mdi_client), addr)
!= sizeof (struct mdi_client)) {
struct mdi_client ct_value;
if (mdb_vread(&ct_value, sizeof (struct mdi_client),
sizeof (struct mdi_client)) {
struct mdi_client *ct_hash_head; /* Client hash head */
struct mdi_client *ct_hnext; /* next client */
struct mdi_client *ct_hprev; /* prev client */