Symbol: smrt_physical_t
usr/src/uts/common/io/scsi/adapters/smrt/smrt.c
282
list_create(&smrt->smrt_physicals, sizeof (smrt_physical_t),
usr/src/uts/common/io/scsi/adapters/smrt/smrt.c
283
offsetof(smrt_physical_t, smpt_link));
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1933
smrt_physical_t *smpt = smtg->smtg_lun.smtg_phys;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
174
smrt_physical_t *smpt;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
264
smrt_physical_t *smpt = smtg->smtg_lun.smtg_phys;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
101
for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
19
smrt_physical_free(smrt_physical_t *smpt)
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
238
smrt_physical_t *smpt;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
327
smpt = kmem_zalloc(sizeof (smrt_physical_t),
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
512
smrt_physical_t *smpt, *next;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
564
smrt_physical_t *smpt;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
581
smrt_physical_t *smpt;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
60
smrt_physical_t *
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
607
smrt_physical_t *smpt;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
72
for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
96
static smrt_physical_t *
usr/src/uts/common/sys/scsi/adapters/smrt/smrt.h
423
smrt_physical_t *smtg_phys;
usr/src/uts/common/sys/scsi/adapters/smrt/smrt.h
680
smrt_physical_t *smrt_phys_lookup_by_ua(smrt_t *, const char *);