Searched defs:scsi_vhci_lun (Results 1 – 1 of 1) sorted by relevance
310 typedef struct scsi_vhci_lun { struct311 kmutex_t svl_mutex;312 kcondvar_t svl_cv;317 int svl_transient;324 int svl_waiting_for_activepath;348 struct scsi_vhci_lun *svl_hash_next; argument349 char *svl_lun_wwn;354 char *svl_active_pclass;356 dev_info_t *svl_dip;357 uint32_t svl_flags; /* protected by svl_mutex */[all …]