Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLogicalUnitProperties.c225 MP_OID overridePathOID; in MP_GetMPLogicalUnitProperties() local
330 overridePathOID.objectSequenceNumber = luInfo.overridePathID; in MP_GetMPLogicalUnitProperties()
331 overridePathOID.objectType = MP_OBJECT_TYPE_PATH_LU; in MP_GetMPLogicalUnitProperties()
332 overridePathOID.ownerId = g_pluginOwnerID; in MP_GetMPLogicalUnitProperties()
333 (void) memcpy(&pProps->overridePath, &overridePathOID, sizeof (MP_OID)); in MP_GetMPLogicalUnitProperties()