Home
last modified time | relevance | path

Searched refs:physet (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10143 struct impl_sas_physet *physet, *nphyset; in sas_phymap_destroy() local
10155 for (physet = phymap->phymap_physets; physet; physet = nphyset) { in sas_phymap_destroy()
10156 nphyset = physet->physet_next; in sas_phymap_destroy()
10157 phys = physet->physet_phys; in sas_phymap_destroy()
10158 name = physet->physet_name; in sas_phymap_destroy()
10167 kmem_free(physet, sizeof (*physet)); in sas_phymap_destroy()
10196 struct impl_sas_physet *physet; in sas_phymap_phy_add() local
10257 physet = kmem_zalloc(sizeof (*physet), KM_SLEEP); in sas_phymap_phy_add()
10258 physet->physet_name = strdup(name); in sas_phymap_phy_add()
10259 physet->physet_phys = phys; in sas_phymap_phy_add()
[all …]