Home
last modified time | relevance | path

Searched refs:devProdInfo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetDeviceProductProperties.c43 mp_dev_prod_prop_t devProdInfo; in MP_GetDeviceProductProperties() local
69 (void) memset(&devProdInfo, 0, sizeof (mp_dev_prod_prop_t)); in MP_GetDeviceProductProperties()
74 mp_ioctl.mp_obuf = (caddr_t)&devProdInfo; in MP_GetDeviceProductProperties()
121 devProdInfo.prodInfo.vendor, in MP_GetDeviceProductProperties()
125 devProdInfo.prodInfo.product, in MP_GetDeviceProductProperties()
129 devProdInfo.prodInfo.revision, in MP_GetDeviceProductProperties()
133 devProdInfo.supportedLoadBalanceTypes; in MP_GetDeviceProductProperties()
H A DMP_GetMultipathLusDevProd.c129 mp_dev_prod_prop_t devProdInfo; in MP_GetMultipathLusDevProd() local
150 (void) memset(&devProdInfo, 0, sizeof (mp_dev_prod_prop_t)); in MP_GetMultipathLusDevProd()
155 mp_ioctl.mp_obuf = (caddr_t)&devProdInfo; in MP_GetMultipathLusDevProd()
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()