Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man9f/
H A DMakefile481 scsi_hba_tgtmap_create.9f \
2046 scsi_hba_tgtmap_destroy.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2047 scsi_hba_tgtmap_scan_luns.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2048 scsi_hba_tgtmap_set_begin.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2049 scsi_hba_tgtmap_set_add.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2050 scsi_hba_tgtmap_set_end.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2051 scsi_hba_tgtmap_set_flush.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2052 scsi_hba_tgtmap_tgt_add.9f := LINKSRC = scsi_hba_tgtmap_create.9f
2053 scsi_hba_tgtmap_tgt_remove.9f := LINKSRC = scsi_hba_tgtmap_create.9f
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h620 int scsi_hba_tgtmap_create(
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_phys.c450 ret = scsi_hba_tgtmap_create(dip, SCSI_TM_FULLSET, MICROSEC, in lmrc_phys_attach()
H A Dlmrc_raid.c727 ret = scsi_hba_tgtmap_create(dip, SCSI_TM_FULLSET, MICROSEC, in lmrc_raid_attach()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c1356 if (scsi_hba_tgtmap_create(iport, SCSI_TM_FULLSET, MICROSEC, in smrt_logvol_hba_setup()
1417 if (scsi_hba_tgtmap_create(iport, SCSI_TM_FULLSET, MICROSEC, in smrt_phys_hba_setup()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc1207 file path=usr/share/man/man9f/scsi_hba_tgtmap_create.9f
1209 target=scsi_hba_tgtmap_create.9f
1211 target=scsi_hba_tgtmap_create.9f
1213 target=scsi_hba_tgtmap_create.9f
1215 target=scsi_hba_tgtmap_create.9f
1217 target=scsi_hba_tgtmap_create.9f
1219 target=scsi_hba_tgtmap_create.9f
1221 target=scsi_hba_tgtmap_create.9f
1223 target=scsi_hba_tgtmap_create.9f
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c1401 if (scsi_hba_tgtmap_create(dip, SCSI_TM_FULLSET, MICROSEC, in vioscsi_iport_attach()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1693 if (scsi_hba_tgtmap_create(dip, SCSI_TM_PERADDR, 100000, in pvscsi_iport_attach()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c2027 if (scsi_hba_tgtmap_create(iport->dip, SCSI_TM_FULLSET, in pmcs_iport_tgtmap_create()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c8608 scsi_hba_tgtmap_create(dev_info_t *self, scsi_tgtmap_mode_t mode, in scsi_hba_tgtmap_create() function