Home
last modified time | relevance | path

Searched refs:MDI_HCI_CLASS_SCSI (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c239 int len = strlen(MDI_HCI_CLASS_SCSI); in vhciguid()
272 if (mdb_vread(class, strlen(MDI_HCI_CLASS_SCSI), temp) in vhciguid()
273 != strlen(MDI_HCI_CLASS_SCSI)) { in vhciguid()
283 if (strcmp(class, MDI_HCI_CLASS_SCSI) == 0) { in vhciguid()
298 if (mdb_vread(class, strlen(MDI_HCI_CLASS_SCSI), temp) != in vhciguid()
299 strlen(MDI_HCI_CLASS_SCSI)) { in vhciguid()
/titanic_41/usr/src/uts/common/sys/
H A Dsunmdi.h73 #define MDI_HCI_CLASS_SCSI "scsi_vhci" macro
/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c199 const char *mdi_vhci_class_scsi = MDI_HCI_CLASS_SCSI;
7441 static char *vhci_class_list[] = { MDI_HCI_CLASS_SCSI, MDI_HCI_CLASS_IB };
9105 if (strcmp(vhci_class, MDI_HCI_CLASS_SCSI) == 0) { in get_phci_driver_list()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1215 (mdi_phci_register(MDI_HCI_CLASS_SCSI, self, 0) == MDI_SUCCESS)) in scsa_tran_setup()
5228 (mdi_is_dev_supported(MDI_HCI_CLASS_SCSI, self, sdprobe) != in scsi_device_createchild()
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c547 if (mdi_phci_register(MDI_HCI_CLASS_SCSI, dip, 0) != in iscsi_attach()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c714 if (mdi_vhci_register(MDI_HCI_CLASS_SCSI, dip, &vhci_opinfo, 0) in vhci_attach()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9978 if (mdi_phci_register(MDI_HCI_CLASS_SCSI, pptr->port_dip, 0) == in fcp_handle_port_attach()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1058 if (mdi_phci_register(MDI_HCI_CLASS_SCSI, in mptsas_iport_attach()