Lines Matching refs:ownerId

116 	(obj.ownerId > number_of_plugins || obj.ownerId <= 0)) {  in validate_object()
148 if ((oid.objectType != MP_OBJECT_TYPE_UNKNOWN) || (oid.ownerId != 0) || in is_zero_oid()
271 plugintable[i].ownerId = i + 1; in InitLibrary()
276 status = PassFunc(plugintable[i].ownerId); in InitLibrary()
430 (*ppList)->oids[i].ownerId = plugintable[i].ownerId; in MP_GetPluginOidList()
489 index = pluginOid.ownerId - 1; in MP_GetPluginProperties()
557 pPluginId->ownerId = objectId.ownerId; in MP_GetAssociatedPluginOid()
666 index = oid.ownerId - 1; in MP_GetDeviceProductOidList()
740 index = oid.ownerId - 1; in MP_GetDeviceProductProperties()
816 index = oid.ownerId - 1; in MP_GetInitiatorPortOidList()
884 index = oid.ownerId - 1; in MP_GetInitiatorPortProperties()
960 index = oid.ownerId - 1; in MP_GetMultipathLus()
1044 index = oid.ownerId - 1; in MP_GetMPLogicalUnitProperties()
1126 index = oid.ownerId - 1; in MP_GetAssociatedPathOidList()
1195 index = oid.ownerId - 1; in MP_GetPathLogicalUnitProperties()
1269 index = oid.ownerId - 1; in MP_GetAssociatedTPGOidList()
1338 index = oid.ownerId - 1; in MP_GetTargetPortGroupProperties()
1411 index = oid.ownerId - 1; in MP_GetMPLuOidListFromTPG()
1487 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceOidList()
1557 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceProperties()
1630 index = oid.ownerId - 1; in MP_GetTargetPortOidList()
1699 index = oid.ownerId - 1; in MP_GetTargetPortProperties()
1758 if (luOid.ownerId != tpgOid.ownerId) { in MP_AssignLogicalUnitToTPG()
1774 index = tpgOid.ownerId - 1; in MP_AssignLogicalUnitToTPG()
1844 index = pathOid.ownerId - 1; in MP_SetOverridePath()
1903 index = luOid.ownerId - 1; in MP_CancelOverridePath()
1960 index = oid.ownerId - 1; in MP_EnableAutoFailback()
2031 index = oid.ownerId - 1; in MP_EnableAutoProbing()
2102 index = oid.ownerId - 1; in MP_DisableAutoFailback()
2173 index = oid.ownerId - 1; in MP_DisableAutoProbing()
2244 index = oid.ownerId - 1; in MP_EnablePath()
2301 index = oid.ownerId - 1; in MP_DisablePath()
2367 index = logicalUnitOid.ownerId - 1; in MP_SetLogicalUnitLoadBalanceType()
2440 index = pathOid.ownerId - 1; in MP_SetPathWeight()
2510 index = oid.ownerId - 1; in MP_SetPluginLoadBalanceType()
2579 index = oid.ownerId - 1; in MP_SetFailbackPollingRate()
2662 index = oid.ownerId - 1; in MP_SetProbingPollingRate()
2753 index = oid.ownerId - 1; in MP_SetProprietaryProperties()
2835 index = luOid.ownerId - 1; in MP_SetTPGAccess()
2938 index = pluginOid.ownerId - 1; in MP_RegisterForObjectPropertyChanges()
3033 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectPropertyChanges()
3130 index = pluginOid.ownerId - 1; in MP_RegisterForObjectVisibilityChanges()
3225 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectVisibilityChanges()
3266 if ((oid1.objectType == oid2.objectType) && (oid1.ownerId == oid2.ownerId) in MP_CompareOIDs()