Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_sas.h79 extern int sas_phymap_phys_next(sas_phymap_phys_t *phys);
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c2079 while ((phynum = sas_phymap_phys_next(phys)) != -1) { in pmcs_iport_teardown_phys()
2116 while ((phynum = sas_phymap_phys_next(phys)) != -1) { in pmcs_iport_configure_phys()
/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10437 sas_phymap_phys_next(sas_phymap_phys_t *phys) in sas_phymap_phys_next() function