Lines Matching refs:index

475     MP_UINT32 index;  in MP_GetPluginProperties()  local
488 index = pluginOid.ownerId - 1; in MP_GetPluginProperties()
489 if (plugintable[index].hdlPlugin != NULL) { in MP_GetPluginProperties()
491 dlsym(plugintable[index].hdlPlugin, "MP_GetPluginPropertiesPlugin"); in MP_GetPluginProperties()
652 MP_UINT32 index; in MP_GetDeviceProductOidList() local
665 index = oid.ownerId - 1; in MP_GetDeviceProductOidList()
666 if (plugintable[index].hdlPlugin != NULL) { in MP_GetDeviceProductOidList()
668 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductOidList()
726 MP_UINT32 index; in MP_GetDeviceProductProperties() local
739 index = oid.ownerId - 1; in MP_GetDeviceProductProperties()
740 if (plugintable[index].hdlPlugin != NULL) { in MP_GetDeviceProductProperties()
742 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductProperties()
802 MP_UINT32 index; in MP_GetInitiatorPortOidList() local
815 index = oid.ownerId - 1; in MP_GetInitiatorPortOidList()
816 if (plugintable[index].hdlPlugin != NULL) { in MP_GetInitiatorPortOidList()
818 dlsym(plugintable[index].hdlPlugin, "MP_GetInitiatorPortOidListPlugin"); in MP_GetInitiatorPortOidList()
870 MP_UINT32 index; in MP_GetInitiatorPortProperties() local
883 index = oid.ownerId - 1; in MP_GetInitiatorPortProperties()
884 if (plugintable[index].hdlPlugin != NULL) { in MP_GetInitiatorPortProperties()
886 dlsym(plugintable[index].hdlPlugin, in MP_GetInitiatorPortProperties()
944 MP_UINT32 index; in MP_GetMultipathLus() local
959 index = oid.ownerId - 1; in MP_GetMultipathLus()
960 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMultipathLus()
964 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
975 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
1030 MP_UINT32 index; in MP_GetMPLogicalUnitProperties() local
1043 index = oid.ownerId - 1; in MP_GetMPLogicalUnitProperties()
1044 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMPLogicalUnitProperties()
1046 dlsym(plugintable[index].hdlPlugin, in MP_GetMPLogicalUnitProperties()
1108 MP_UINT32 index; in MP_GetAssociatedPathOidList() local
1125 index = oid.ownerId - 1; in MP_GetAssociatedPathOidList()
1126 if (plugintable[index].hdlPlugin != NULL) { in MP_GetAssociatedPathOidList()
1128 dlsym(plugintable[index].hdlPlugin, in MP_GetAssociatedPathOidList()
1181 MP_UINT32 index; in MP_GetPathLogicalUnitProperties() local
1194 index = oid.ownerId - 1; in MP_GetPathLogicalUnitProperties()
1195 if (plugintable[index].hdlPlugin != NULL) { in MP_GetPathLogicalUnitProperties()
1197 dlsym(plugintable[index].hdlPlugin, in MP_GetPathLogicalUnitProperties()
1255 MP_UINT32 index; in MP_GetAssociatedTPGOidList() local
1268 index = oid.ownerId - 1; in MP_GetAssociatedTPGOidList()
1269 if (plugintable[index].hdlPlugin != NULL) { in MP_GetAssociatedTPGOidList()
1271 dlsym(plugintable[index].hdlPlugin, in MP_GetAssociatedTPGOidList()
1324 MP_UINT32 index; in MP_GetTargetPortGroupProperties() local
1337 index = oid.ownerId - 1; in MP_GetTargetPortGroupProperties()
1338 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortGroupProperties()
1340 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortGroupProperties()
1397 MP_UINT32 index; in MP_GetMPLuOidListFromTPG() local
1410 index = oid.ownerId - 1; in MP_GetMPLuOidListFromTPG()
1411 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMPLuOidListFromTPG()
1413 dlsym(plugintable[index].hdlPlugin, in MP_GetMPLuOidListFromTPG()
1473 MP_UINT32 index; in MP_GetProprietaryLoadBalanceOidList() local
1486 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceOidList()
1487 if (plugintable[index].hdlPlugin != NULL) { in MP_GetProprietaryLoadBalanceOidList()
1489 dlsym(plugintable[index].hdlPlugin, in MP_GetProprietaryLoadBalanceOidList()
1543 MP_UINT32 index; in MP_GetProprietaryLoadBalanceProperties() local
1556 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceProperties()
1557 if (plugintable[index].hdlPlugin != NULL) { in MP_GetProprietaryLoadBalanceProperties()
1559 dlsym(plugintable[index].hdlPlugin, in MP_GetProprietaryLoadBalanceProperties()
1616 MP_UINT32 index; in MP_GetTargetPortOidList() local
1629 index = oid.ownerId - 1; in MP_GetTargetPortOidList()
1630 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortOidList()
1632 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortOidList()
1685 MP_UINT32 index; in MP_GetTargetPortProperties() local
1698 index = oid.ownerId - 1; in MP_GetTargetPortProperties()
1699 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortProperties()
1701 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortProperties()
1754 MP_UINT32 index; in MP_AssignLogicalUnitToTPG() local
1773 index = tpgOid.ownerId - 1; in MP_AssignLogicalUnitToTPG()
1774 if (plugintable[index].hdlPlugin != NULL) { in MP_AssignLogicalUnitToTPG()
1776 dlsym(plugintable[index].hdlPlugin, in MP_AssignLogicalUnitToTPG()
1829 MP_UINT32 index; in MP_SetOverridePath() local
1843 index = pathOid.ownerId - 1; in MP_SetOverridePath()
1844 if (plugintable[index].hdlPlugin != NULL) { in MP_SetOverridePath()
1846 dlsym(plugintable[index].hdlPlugin, in MP_SetOverridePath()
1892 MP_UINT32 index; in MP_CancelOverridePath() local
1902 index = luOid.ownerId - 1; in MP_CancelOverridePath()
1903 if (plugintable[index].hdlPlugin != NULL) { in MP_CancelOverridePath()
1905 dlsym(plugintable[index].hdlPlugin, in MP_CancelOverridePath()
1947 MP_UINT32 index; in MP_EnableAutoFailback() local
1959 index = oid.ownerId - 1; in MP_EnableAutoFailback()
1960 if (plugintable[index].hdlPlugin != NULL) { in MP_EnableAutoFailback()
1964 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoFailback()
1975 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoFailback()
2018 MP_UINT32 index; in MP_EnableAutoProbing() local
2030 index = oid.ownerId - 1; in MP_EnableAutoProbing()
2031 if (plugintable[index].hdlPlugin != NULL) { in MP_EnableAutoProbing()
2035 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoProbing()
2046 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoProbing()
2089 MP_UINT32 index; in MP_DisableAutoFailback() local
2101 index = oid.ownerId - 1; in MP_DisableAutoFailback()
2102 if (plugintable[index].hdlPlugin != NULL) { in MP_DisableAutoFailback()
2106 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoFailback()
2117 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoFailback()
2160 MP_UINT32 index; in MP_DisableAutoProbing() local
2172 index = oid.ownerId - 1; in MP_DisableAutoProbing()
2173 if (plugintable[index].hdlPlugin != NULL) { in MP_DisableAutoProbing()
2177 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoProbing()
2188 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoProbing()
2233 MP_UINT32 index; in MP_EnablePath() local
2243 index = oid.ownerId - 1; in MP_EnablePath()
2244 if (plugintable[index].hdlPlugin != NULL) { in MP_EnablePath()
2246 dlsym(plugintable[index].hdlPlugin, in MP_EnablePath()
2290 MP_UINT32 index; in MP_DisablePath() local
2300 index = oid.ownerId - 1; in MP_DisablePath()
2301 if (plugintable[index].hdlPlugin != NULL) { in MP_DisablePath()
2303 dlsym(plugintable[index].hdlPlugin, in MP_DisablePath()
2355 MP_UINT32 index; in MP_SetLogicalUnitLoadBalanceType() local
2366 index = logicalUnitOid.ownerId - 1; in MP_SetLogicalUnitLoadBalanceType()
2367 if (plugintable[index].hdlPlugin != NULL) { in MP_SetLogicalUnitLoadBalanceType()
2369 dlsym(plugintable[index].hdlPlugin, in MP_SetLogicalUnitLoadBalanceType()
2429 MP_UINT32 index; in MP_SetPathWeight() local
2439 index = pathOid.ownerId - 1; in MP_SetPathWeight()
2440 if (plugintable[index].hdlPlugin != NULL) { in MP_SetPathWeight()
2442 dlsym(plugintable[index].hdlPlugin, in MP_SetPathWeight()
2499 MP_UINT32 index; in MP_SetPluginLoadBalanceType() local
2509 index = oid.ownerId - 1; in MP_SetPluginLoadBalanceType()
2510 if (plugintable[index].hdlPlugin != NULL) { in MP_SetPluginLoadBalanceType()
2512 dlsym(plugintable[index].hdlPlugin, in MP_SetPluginLoadBalanceType()
2566 MP_UINT32 index; in MP_SetFailbackPollingRate() local
2578 index = oid.ownerId - 1; in MP_SetFailbackPollingRate()
2579 if (plugintable[index].hdlPlugin != NULL) { in MP_SetFailbackPollingRate()
2583 dlsym(plugintable[index].hdlPlugin, in MP_SetFailbackPollingRate()
2594 dlsym(plugintable[index].hdlPlugin, in MP_SetFailbackPollingRate()
2649 MP_UINT32 index; in MP_SetProbingPollingRate() local
2661 index = oid.ownerId - 1; in MP_SetProbingPollingRate()
2662 if (plugintable[index].hdlPlugin != NULL) { in MP_SetProbingPollingRate()
2666 dlsym(plugintable[index].hdlPlugin, in MP_SetProbingPollingRate()
2677 dlsym(plugintable[index].hdlPlugin, in MP_SetProbingPollingRate()
2738 MP_UINT32 index; in MP_SetProprietaryProperties() local
2752 index = oid.ownerId - 1; in MP_SetProprietaryProperties()
2753 if (plugintable[index].hdlPlugin != NULL) { in MP_SetProprietaryProperties()
2755 dlsym(plugintable[index].hdlPlugin, in MP_SetProprietaryProperties()
2824 MP_UINT32 index; in MP_SetTPGAccess() local
2834 index = luOid.ownerId - 1; in MP_SetTPGAccess()
2835 if (plugintable[index].hdlPlugin != NULL) { in MP_SetTPGAccess()
2837 dlsym(plugintable[index].hdlPlugin, in MP_SetTPGAccess()
2902 MP_UINT32 index; in MP_RegisterForObjectPropertyChanges() local
2937 index = pluginOid.ownerId - 1; in MP_RegisterForObjectPropertyChanges()
2938 if (plugintable[index].hdlPlugin != NULL) { in MP_RegisterForObjectPropertyChanges()
2940 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectPropertyChanges()
2999 MP_UINT32 index; in MP_DeregisterForObjectPropertyChanges() local
3032 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectPropertyChanges()
3033 if (plugintable[index].hdlPlugin != NULL) { in MP_DeregisterForObjectPropertyChanges()
3035 dlsym(plugintable[index].hdlPlugin, in MP_DeregisterForObjectPropertyChanges()
3095 MP_UINT32 index; in MP_RegisterForObjectVisibilityChanges() local
3129 index = pluginOid.ownerId - 1; in MP_RegisterForObjectVisibilityChanges()
3130 if (plugintable[index].hdlPlugin != NULL) { in MP_RegisterForObjectVisibilityChanges()
3132 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectVisibilityChanges()
3192 MP_UINT32 index; in MP_DeregisterForObjectVisibilityChanges() local
3224 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectVisibilityChanges()
3225 if (plugintable[index].hdlPlugin != NULL) { in MP_DeregisterForObjectVisibilityChanges()
3227 dlsym(plugintable[index].hdlPlugin, in MP_DeregisterForObjectVisibilityChanges()