Searched defs:scsi_vhci_lun (Results 1 – 1 of 1) sorted by relevance
307 typedef struct scsi_vhci_lun { struct308 kmutex_t svl_mutex;309 kcondvar_t svl_cv;314 int svl_transient;321 int svl_waiting_for_activepath;345 struct scsi_vhci_lun *svl_hash_next; argument346 char *svl_lun_wwn;351 char *svl_active_pclass;353 dev_info_t *svl_dip;354 uint32_t svl_flags; /* protected by svl_mutex */[all …]