Searched refs:prodInfo (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetDeviceProductProperties.c | 121 devProdInfo.prodInfo.vendor, in MP_GetDeviceProductProperties() 125 devProdInfo.prodInfo.product, in MP_GetDeviceProductProperties() 129 devProdInfo.prodInfo.revision, in MP_GetDeviceProductProperties()
|
H A D | MP_GetMultipathLusDevProd.c | 193 (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 D | MP_GetMPLogicalUnitProperties.c | 343 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 D | mpapi_impl.h | 136 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 D | scsi_vhci.c | 5253 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 D | mpapi_impl.c | 2417 (void) strncpy(dev_prod->prodInfo.vendor, vidpid, strlen(vidpid)); in vhci_mpapi_add_dev_prod()
|