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

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h278 struct mdi_phci *vh_phci_head; /* pHCI list head */
279 struct mdi_phci *vh_phci_tail; /* pHCI list tail */
337 * _NOTE(LOCK_ORDER(mdi_mutex, mdi_phci::ph_mutex)) XXX
338 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex devinfo_tree_lock)) XXX
340 typedef struct mdi_phci { struct
342 struct mdi_phci *ph_next; /* next pHCI link */
343 struct mdi_phci *ph_prev; /* prev pHCI link */
697 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex mdi_pathinfo::pi_mutex)) XXX
699 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex mdi_client::ct_mutex)) XXX

Completed in 1009 milliseconds