Symbol: smp_hba_tran_t
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
1208
smp_hba_tran_t *tran, smp_device_t *smp_sd)
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
1362
smp_hba_tran_t *tran, smp_device_t *smp)
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
46
static int pmcs_smp_init(dev_info_t *, dev_info_t *, smp_hba_tran_t *,
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
48
static void pmcs_smp_free(dev_info_t *, dev_info_t *, smp_hba_tran_t *,
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1440
smp_hba_tran_t *
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1445
return (kmem_zalloc(sizeof (smp_hba_tran_t), KM_SLEEP));
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1449
smp_hba_tran_free(smp_hba_tran_t *tran)
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1451
kmem_free(tran, sizeof (smp_hba_tran_t));
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1457
smp_hba_tran_t *tran)
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1555
smp_hba_tran_t *tran;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1620
smp_hba_tran_t *tran;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2383
smp_hba_tran_t *tran;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2398
smp_hba_tran_t *htran;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2399
smp_hba_tran_t *tran;
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
693
smp_hba_tran_t *m_smptran;
usr/src/uts/common/sys/scsi/adapters/pmcs/pmcs.h
651
smp_hba_tran_t *smp_tran;
usr/src/uts/common/sys/scsi/impl/smp_transport.h
50
smp_hba_tran_t *smp_a_hba_tran; /* Transport vector */
usr/src/uts/common/sys/scsi/impl/smp_transport.h
77
smp_hba_tran_t *tran,
usr/src/uts/common/sys/scsi/impl/smp_transport.h
83
smp_hba_tran_t *tran,
usr/src/uts/common/sys/scsi/impl/smp_transport.h
92
extern smp_hba_tran_t *smp_hba_tran_alloc(dev_info_t *dip);
usr/src/uts/common/sys/scsi/impl/smp_transport.h
94
smp_hba_tran_t *smp);
usr/src/uts/common/sys/scsi/impl/smp_transport.h
96
extern void smp_hba_tran_free(smp_hba_tran_t *smp);