Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_physical.c19 smrt_physical_free(smrt_physical_t *smpt) in smrt_physical_free()
60 smrt_physical_t *
72 for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals); in smrt_phys_lookup_by_ua()
96 static smrt_physical_t *
101 for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals); in smrt_phys_lookup_by_wwn()
238 smrt_physical_t *smpt; in smrt_read_phys_ext()
327 smpt = kmem_zalloc(sizeof (smrt_physical_t), in smrt_read_phys_ext()
512 smrt_physical_t *smpt, *next; in smrt_phys_discover()
564 smrt_physical_t *smpt; in smrt_phys_tgtmap_activate()
581 smrt_physical_t *smpt; in smrt_phys_tgtmap_deactivate()
[all …]
H A Dsmrt.c282 list_create(&smrt->smrt_physicals, sizeof (smrt_physical_t), in smrt_attach()
283 offsetof(smrt_physical_t, smpt_link)); in smrt_attach()
H A Dsmrt_hba.c174 smrt_physical_t *smpt; in smrt_phys_tran_tgt_init()
264 smrt_physical_t *smpt = smtg->smtg_lun.smtg_phys; in smrt_phys_tran_tgt_free()
H A Dsmrt_ciss.c1933 smrt_physical_t *smpt = smtg->smtg_lun.smtg_phys; in smrt_discover_panic_check()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt.h401 } smrt_physical_t; typedef
423 smrt_physical_t *smtg_phys;
680 smrt_physical_t *smrt_phys_lookup_by_ua(smrt_t *, const char *);