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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9847 struct impl_sas_physet *phymap_physets; member in struct:impl_sas_phymap
10115 for (physet = phymap->phymap_physets; physet; physet = nphyset) {
10220 physet->physet_next = phymap->phymap_physets;
10221 phymap->phymap_physets = physet;

Completed in 72 milliseconds