Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_sas.h46 extern int sas_phymap_create(dev_info_t *hba_dip,
/illumos-gate/usr/src/man/man9f/
H A DMakefile457 sas_phymap_create.9f \
2008 sas_phymap_destroy.9f := LINKSRC = sas_phymap_create.9f
2009 sas_phymap_phy_add.9f := LINKSRC = sas_phymap_create.9f
2010 sas_phymap_phy_rem.9f := LINKSRC = sas_phymap_create.9f
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc1146 file path=usr/share/man/man9f/sas_phymap_create.9f
1147 link path=usr/share/man/man9f/sas_phymap_destroy.9f target=sas_phymap_create.9f
1153 link path=usr/share/man/man9f/sas_phymap_phy_add.9f target=sas_phymap_create.9f
1154 link path=usr/share/man/man9f/sas_phymap_phy_rem.9f target=sas_phymap_create.9f
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1045 if (sas_phymap_create(dip, phymap_stable_usec, PHYMAP_MODE_SIMPLE, NULL, in pmcs_attach()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10081 sas_phymap_create(dev_info_t *self, int settle_usec, in sas_phymap_create() function