Searched defs:mdi_client (Results 1 - 2 of 2) sorted by relevance

/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/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

Completed in 73 milliseconds