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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10103 struct impl_sas_physet *physet, *nphyset; local
10115 for (physet = phymap->phymap_physets; physet; physet = nphyset) {
10116 nphyset = physet->physet_next;
10117 phys = physet->physet_phys;
10118 name = physet->physet_name;
10127 kmem_free(physet, sizeof (*physet));
10156 struct impl_sas_physet *physet; local
[all...]

Completed in 89 milliseconds