Lines Matching refs:index
476 MP_UINT32 index; in MP_GetPluginProperties() local
489 index = pluginOid.ownerId - 1; in MP_GetPluginProperties()
490 if (plugintable[index].hdlPlugin != NULL) { in MP_GetPluginProperties()
492 dlsym(plugintable[index].hdlPlugin, "MP_GetPluginPropertiesPlugin"); in MP_GetPluginProperties()
653 MP_UINT32 index; in MP_GetDeviceProductOidList() local
666 index = oid.ownerId - 1; in MP_GetDeviceProductOidList()
667 if (plugintable[index].hdlPlugin != NULL) { in MP_GetDeviceProductOidList()
669 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductOidList()
727 MP_UINT32 index; in MP_GetDeviceProductProperties() local
740 index = oid.ownerId - 1; in MP_GetDeviceProductProperties()
741 if (plugintable[index].hdlPlugin != NULL) { in MP_GetDeviceProductProperties()
743 dlsym(plugintable[index].hdlPlugin, in MP_GetDeviceProductProperties()
803 MP_UINT32 index; in MP_GetInitiatorPortOidList() local
816 index = oid.ownerId - 1; in MP_GetInitiatorPortOidList()
817 if (plugintable[index].hdlPlugin != NULL) { in MP_GetInitiatorPortOidList()
819 dlsym(plugintable[index].hdlPlugin, "MP_GetInitiatorPortOidListPlugin"); in MP_GetInitiatorPortOidList()
871 MP_UINT32 index; in MP_GetInitiatorPortProperties() local
884 index = oid.ownerId - 1; in MP_GetInitiatorPortProperties()
885 if (plugintable[index].hdlPlugin != NULL) { in MP_GetInitiatorPortProperties()
887 dlsym(plugintable[index].hdlPlugin, in MP_GetInitiatorPortProperties()
945 MP_UINT32 index; in MP_GetMultipathLus() local
960 index = oid.ownerId - 1; in MP_GetMultipathLus()
961 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMultipathLus()
965 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
976 dlsym(plugintable[index].hdlPlugin, in MP_GetMultipathLus()
1031 MP_UINT32 index; in MP_GetMPLogicalUnitProperties() local
1044 index = oid.ownerId - 1; in MP_GetMPLogicalUnitProperties()
1045 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMPLogicalUnitProperties()
1047 dlsym(plugintable[index].hdlPlugin, in MP_GetMPLogicalUnitProperties()
1109 MP_UINT32 index; in MP_GetAssociatedPathOidList() local
1126 index = oid.ownerId - 1; in MP_GetAssociatedPathOidList()
1127 if (plugintable[index].hdlPlugin != NULL) { in MP_GetAssociatedPathOidList()
1129 dlsym(plugintable[index].hdlPlugin, in MP_GetAssociatedPathOidList()
1182 MP_UINT32 index; in MP_GetPathLogicalUnitProperties() local
1195 index = oid.ownerId - 1; in MP_GetPathLogicalUnitProperties()
1196 if (plugintable[index].hdlPlugin != NULL) { in MP_GetPathLogicalUnitProperties()
1198 dlsym(plugintable[index].hdlPlugin, in MP_GetPathLogicalUnitProperties()
1256 MP_UINT32 index; in MP_GetAssociatedTPGOidList() local
1269 index = oid.ownerId - 1; in MP_GetAssociatedTPGOidList()
1270 if (plugintable[index].hdlPlugin != NULL) { in MP_GetAssociatedTPGOidList()
1272 dlsym(plugintable[index].hdlPlugin, in MP_GetAssociatedTPGOidList()
1325 MP_UINT32 index; in MP_GetTargetPortGroupProperties() local
1338 index = oid.ownerId - 1; in MP_GetTargetPortGroupProperties()
1339 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortGroupProperties()
1341 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortGroupProperties()
1398 MP_UINT32 index; in MP_GetMPLuOidListFromTPG() local
1411 index = oid.ownerId - 1; in MP_GetMPLuOidListFromTPG()
1412 if (plugintable[index].hdlPlugin != NULL) { in MP_GetMPLuOidListFromTPG()
1414 dlsym(plugintable[index].hdlPlugin, in MP_GetMPLuOidListFromTPG()
1474 MP_UINT32 index; in MP_GetProprietaryLoadBalanceOidList() local
1487 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceOidList()
1488 if (plugintable[index].hdlPlugin != NULL) { in MP_GetProprietaryLoadBalanceOidList()
1490 dlsym(plugintable[index].hdlPlugin, in MP_GetProprietaryLoadBalanceOidList()
1544 MP_UINT32 index; in MP_GetProprietaryLoadBalanceProperties() local
1557 index = oid.ownerId - 1; in MP_GetProprietaryLoadBalanceProperties()
1558 if (plugintable[index].hdlPlugin != NULL) { in MP_GetProprietaryLoadBalanceProperties()
1560 dlsym(plugintable[index].hdlPlugin, in MP_GetProprietaryLoadBalanceProperties()
1617 MP_UINT32 index; in MP_GetTargetPortOidList() local
1630 index = oid.ownerId - 1; in MP_GetTargetPortOidList()
1631 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortOidList()
1633 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortOidList()
1686 MP_UINT32 index; in MP_GetTargetPortProperties() local
1699 index = oid.ownerId - 1; in MP_GetTargetPortProperties()
1700 if (plugintable[index].hdlPlugin != NULL) { in MP_GetTargetPortProperties()
1702 dlsym(plugintable[index].hdlPlugin, in MP_GetTargetPortProperties()
1755 MP_UINT32 index; in MP_AssignLogicalUnitToTPG() local
1774 index = tpgOid.ownerId - 1; in MP_AssignLogicalUnitToTPG()
1775 if (plugintable[index].hdlPlugin != NULL) { in MP_AssignLogicalUnitToTPG()
1777 dlsym(plugintable[index].hdlPlugin, in MP_AssignLogicalUnitToTPG()
1830 MP_UINT32 index; in MP_SetOverridePath() local
1844 index = pathOid.ownerId - 1; in MP_SetOverridePath()
1845 if (plugintable[index].hdlPlugin != NULL) { in MP_SetOverridePath()
1847 dlsym(plugintable[index].hdlPlugin, in MP_SetOverridePath()
1893 MP_UINT32 index; in MP_CancelOverridePath() local
1903 index = luOid.ownerId - 1; in MP_CancelOverridePath()
1904 if (plugintable[index].hdlPlugin != NULL) { in MP_CancelOverridePath()
1906 dlsym(plugintable[index].hdlPlugin, in MP_CancelOverridePath()
1948 MP_UINT32 index; in MP_EnableAutoFailback() local
1960 index = oid.ownerId - 1; in MP_EnableAutoFailback()
1961 if (plugintable[index].hdlPlugin != NULL) { in MP_EnableAutoFailback()
1965 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoFailback()
1976 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoFailback()
2019 MP_UINT32 index; in MP_EnableAutoProbing() local
2031 index = oid.ownerId - 1; in MP_EnableAutoProbing()
2032 if (plugintable[index].hdlPlugin != NULL) { in MP_EnableAutoProbing()
2036 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoProbing()
2047 dlsym(plugintable[index].hdlPlugin, in MP_EnableAutoProbing()
2090 MP_UINT32 index; in MP_DisableAutoFailback() local
2102 index = oid.ownerId - 1; in MP_DisableAutoFailback()
2103 if (plugintable[index].hdlPlugin != NULL) { in MP_DisableAutoFailback()
2107 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoFailback()
2118 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoFailback()
2161 MP_UINT32 index; in MP_DisableAutoProbing() local
2173 index = oid.ownerId - 1; in MP_DisableAutoProbing()
2174 if (plugintable[index].hdlPlugin != NULL) { in MP_DisableAutoProbing()
2178 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoProbing()
2189 dlsym(plugintable[index].hdlPlugin, in MP_DisableAutoProbing()
2234 MP_UINT32 index; in MP_EnablePath() local
2244 index = oid.ownerId - 1; in MP_EnablePath()
2245 if (plugintable[index].hdlPlugin != NULL) { in MP_EnablePath()
2247 dlsym(plugintable[index].hdlPlugin, in MP_EnablePath()
2291 MP_UINT32 index; in MP_DisablePath() local
2301 index = oid.ownerId - 1; in MP_DisablePath()
2302 if (plugintable[index].hdlPlugin != NULL) { in MP_DisablePath()
2304 dlsym(plugintable[index].hdlPlugin, in MP_DisablePath()
2356 MP_UINT32 index; in MP_SetLogicalUnitLoadBalanceType() local
2367 index = logicalUnitOid.ownerId - 1; in MP_SetLogicalUnitLoadBalanceType()
2368 if (plugintable[index].hdlPlugin != NULL) { in MP_SetLogicalUnitLoadBalanceType()
2370 dlsym(plugintable[index].hdlPlugin, in MP_SetLogicalUnitLoadBalanceType()
2430 MP_UINT32 index; in MP_SetPathWeight() local
2440 index = pathOid.ownerId - 1; in MP_SetPathWeight()
2441 if (plugintable[index].hdlPlugin != NULL) { in MP_SetPathWeight()
2443 dlsym(plugintable[index].hdlPlugin, in MP_SetPathWeight()
2500 MP_UINT32 index; in MP_SetPluginLoadBalanceType() local
2510 index = oid.ownerId - 1; in MP_SetPluginLoadBalanceType()
2511 if (plugintable[index].hdlPlugin != NULL) { in MP_SetPluginLoadBalanceType()
2513 dlsym(plugintable[index].hdlPlugin, in MP_SetPluginLoadBalanceType()
2567 MP_UINT32 index; in MP_SetFailbackPollingRate() local
2579 index = oid.ownerId - 1; in MP_SetFailbackPollingRate()
2580 if (plugintable[index].hdlPlugin != NULL) { in MP_SetFailbackPollingRate()
2584 dlsym(plugintable[index].hdlPlugin, in MP_SetFailbackPollingRate()
2595 dlsym(plugintable[index].hdlPlugin, in MP_SetFailbackPollingRate()
2650 MP_UINT32 index; in MP_SetProbingPollingRate() local
2662 index = oid.ownerId - 1; in MP_SetProbingPollingRate()
2663 if (plugintable[index].hdlPlugin != NULL) { in MP_SetProbingPollingRate()
2667 dlsym(plugintable[index].hdlPlugin, in MP_SetProbingPollingRate()
2678 dlsym(plugintable[index].hdlPlugin, in MP_SetProbingPollingRate()
2739 MP_UINT32 index; in MP_SetProprietaryProperties() local
2753 index = oid.ownerId - 1; in MP_SetProprietaryProperties()
2754 if (plugintable[index].hdlPlugin != NULL) { in MP_SetProprietaryProperties()
2756 dlsym(plugintable[index].hdlPlugin, in MP_SetProprietaryProperties()
2825 MP_UINT32 index; in MP_SetTPGAccess() local
2835 index = luOid.ownerId - 1; in MP_SetTPGAccess()
2836 if (plugintable[index].hdlPlugin != NULL) { in MP_SetTPGAccess()
2838 dlsym(plugintable[index].hdlPlugin, in MP_SetTPGAccess()
2903 MP_UINT32 index; in MP_RegisterForObjectPropertyChanges() local
2938 index = pluginOid.ownerId - 1; in MP_RegisterForObjectPropertyChanges()
2939 if (plugintable[index].hdlPlugin != NULL) { in MP_RegisterForObjectPropertyChanges()
2941 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectPropertyChanges()
3000 MP_UINT32 index; in MP_DeregisterForObjectPropertyChanges() local
3033 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectPropertyChanges()
3034 if (plugintable[index].hdlPlugin != NULL) { in MP_DeregisterForObjectPropertyChanges()
3036 dlsym(plugintable[index].hdlPlugin, in MP_DeregisterForObjectPropertyChanges()
3096 MP_UINT32 index; in MP_RegisterForObjectVisibilityChanges() local
3130 index = pluginOid.ownerId - 1; in MP_RegisterForObjectVisibilityChanges()
3131 if (plugintable[index].hdlPlugin != NULL) { in MP_RegisterForObjectVisibilityChanges()
3133 dlsym(plugintable[index].hdlPlugin, in MP_RegisterForObjectVisibilityChanges()
3193 MP_UINT32 index; in MP_DeregisterForObjectVisibilityChanges() local
3225 index = pluginOid.ownerId - 1; in MP_DeregisterForObjectVisibilityChanges()
3226 if (plugintable[index].hdlPlugin != NULL) { in MP_DeregisterForObjectVisibilityChanges()
3228 dlsym(plugintable[index].hdlPlugin, in MP_DeregisterForObjectVisibilityChanges()