Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Ddevice.h245 void scsi_device_prop_free(struct scsi_device *sd,
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1429 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, tgt_port); in scsi_hba_ua_get_reportdev()
1506 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, tgt_port); in scsi_hba_ua_get()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c10846 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_phys_tgt_init()
10862 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_phys_tgt_init()
10875 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_phys_tgt_init()
10883 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_phys_tgt_init()
10937 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_virt_tgt_init()
10953 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_virt_tgt_init()
10966 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_virt_tgt_init()
10974 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, bytes); in fcp_virt_tgt_init()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c370 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, tgt_port); in pmcs_scsa_tran_tgt_init()
404 scsi_device_prop_free(sd, SCSI_DEVICE_PROP_PATH, tgt_port); in pmcs_scsa_tran_tgt_init()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c4512 scsi_device_prop_free(struct scsi_device *sd, uint_t flags, void *data) in scsi_device_prop_free() function