Home
last modified time | relevance | path

Searched refs:prodInfo (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetDeviceProductProperties.c121 devProdInfo.prodInfo.vendor, in MP_GetDeviceProductProperties()
125 devProdInfo.prodInfo.product, in MP_GetDeviceProductProperties()
129 devProdInfo.prodInfo.revision, in MP_GetDeviceProductProperties()
H A DMP_GetMultipathLusDevProd.c193 (void) strncpy(inqProductID, devProdInfo.prodInfo.product, in MP_GetMultipathLusDevProd()
194 sizeof (devProdInfo.prodInfo.product)); in MP_GetMultipathLusDevProd()
196 (void) strncpy(inqVendorID, devProdInfo.prodInfo.vendor, in MP_GetMultipathLusDevProd()
197 sizeof (devProdInfo.prodInfo.vendor)); in MP_GetMultipathLusDevProd()
H A DMP_GetMPLogicalUnitProperties.c343 luInfo.prodInfo.vendor, in MP_GetMPLogicalUnitProperties()
347 luInfo.prodInfo.product, in MP_GetMPLogicalUnitProperties()
351 luInfo.prodInfo.revision, in MP_GetMPLogicalUnitProperties()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_impl.h136 struct mp_vendor_prod_info prodInfo; member
146 struct mp_vendor_prod_info prodInfo; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5253 bcopy(psd->sd_inq->inq_vid, ld->prop.prodInfo.vendor, 8); in vhci_pathinfo_online()
5254 bcopy(psd->sd_inq->inq_pid, ld->prop.prodInfo.product, 16); in vhci_pathinfo_online()
5255 bcopy(psd->sd_inq->inq_revision, ld->prop.prodInfo.revision, 4); in vhci_pathinfo_online()
H A Dmpapi_impl.c2417 (void) strncpy(dev_prod->prodInfo.vendor, vidpid, strlen(vidpid)); in vhci_mpapi_add_dev_prod()