Searched refs:mdi_client (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c148 struct mdi_client value;
155 if (mdb_vread(&value, sizeof (struct mdi_client), addr)
156 != sizeof (struct mdi_client)) {
160 mdb_printf("----------------- mdi_client @ %#lr ----------\n", addr);
165 mdb_printf("ct_hnext: %26l#r::print struct mdi_client\n",
167 mdb_printf("ct_hprev: %26l#r::print struct mdi_client\n",
337 /* Read mdi_client structures */
347 mdb_printf("mdi_client %l#r %l#r ------\n",
541 struct mdi_client ct_value;
584 mdb_printf("\n%t%l#r::print struct mdi_client",
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h318 struct mdi_client *ct_hash_head; /* Client hash head */
474 * This framework creates a struct mdi_client for every client device created
508 * _NOTE(LOCK_ORDER(mdi_mutex, mdi_client::ct_mutex)) XXX
509 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex devinfo_tree_lock)) XXX
511 typedef struct mdi_client { struct
513 struct mdi_client *ct_hnext; /* next client */
514 struct mdi_client *ct_hprev; /* prev client */
698 * _NOTE(LOCK_ORDER(mdi_client::ct_mutex mdi_pathinfo::pi_mutex)) XXX
699 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex mdi_client::ct_mutex)) XXX
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c873 devinfo_print_pathing(int mdi_component, void *mdi_client) argument
882 mdb_printf("Client multipath info at: 0x%p\n", mdi_client);
887 (uintptr_t)mdi_client) == -1) {
888 mdb_warn("failed to read mdi_client at %p",
889 (uintptr_t)mdi_client);
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c101 struct mdi_client c;
118 mdb_warn("couldn't read mdi_client");

Completed in 70 milliseconds