Home
last modified time | relevance | path

Searched refs:smrt_physicals (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_physical.c72 for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals); in smrt_phys_lookup_by_ua()
73 smpt != NULL; smpt = list_next(&smrt->smrt_physicals, smpt)) { in smrt_phys_lookup_by_ua()
101 for (smrt_physical_t *smpt = list_head(&smrt->smrt_physicals); in smrt_phys_lookup_by_wwn()
102 smpt != NULL; smpt = list_next(&smrt->smrt_physicals, smpt)) { in smrt_phys_lookup_by_wwn()
339 list_insert_tail(&smrt->smrt_physicals, smpt); in smrt_read_phys_ext()
519 for (smpt = list_head(&smrt->smrt_physicals), next = NULL; in smrt_phys_discover()
521 next = list_next(&smrt->smrt_physicals, smpt); in smrt_phys_discover()
524 list_remove(&smrt->smrt_physicals, smpt); in smrt_phys_discover()
539 for (smpt = list_head(&smrt->smrt_physicals), next = NULL; in smrt_phys_discover()
598 list_remove(&smrt->smrt_physicals, smpt); in smrt_phys_tgtmap_deactivate()
[all …]
H A Dsmrt.c282 list_create(&smrt->smrt_physicals, sizeof (smrt_physical_t), in smrt_attach()
525 VERIFY(list_is_empty(&smrt->smrt_physicals)); in smrt_cleanup()
526 list_destroy(&smrt->smrt_physicals); in smrt_cleanup()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt.h290 list_t smrt_physicals; member