/titanic_50/usr/src/cmd/mpathadm/ |
H A D | mpathadm.c | 239 if ((NULL == pPluginOidList) || (pPluginOidList->oidCount < 1)) { in listMpathSupport() 250 for (i = 0; i < pPluginOidList->oidCount; i++) { in listMpathSupport() 324 if ((NULL == pPluginOidList) || (pPluginOidList->oidCount < 1)) { in showMpathSupport() 333 for (i = 0; i < pPluginOidList->oidCount; i++) { in showMpathSupport() 493 for (j = 0; j < deviceOidListArray->oidCount; in showMpathSupport() 600 if ((NULL == pPluginOidList) || (pPluginOidList->oidCount < 1)) { in modifyMpathSupport() 609 (i < pPluginOidList->oidCount) && (B_TRUE != bFoundIt); in modifyMpathSupport() 779 (pPluginOidList->oidCount < 1)) { in listLogicalUnit() 785 for (i = 0; i < pPluginOidList->oidCount; i++) { in listLogicalUnit() 806 for (lu = 0; lu < pLogicalUnitOidList->oidCount; lu++) { in listLogicalUnit() [all …]
|
/titanic_50/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetInitiatorPortOidListPlugin.c | 72 if (numNodes < pOidList->oidCount) { in getOidList() 169 (*ppList)->oidCount = numNodes; in MP_GetInitiatorPortOidListPlugin() 173 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetInitiatorPortOidListPlugin()
|
H A D | MP_GetMPLuOidListFromTPG.c | 90 for (tpg = 0; tpg < ppList->oidCount; tpg++) { in checkTPGList() 172 for (tp = 0; tp < tpList->oidCount; tp++) { in getOidList() 308 (numNodes < pOidList->oidCount)) { in getOidList() 462 (*ppList)->oidCount = numNodes; in MP_GetMPLuOidListFromTPG() 466 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetMPLuOidListFromTPG()
|
H A D | MP_GetMultipathLusPlugin.c | 113 if (haveList && (numNodes < pOidList->oidCount)) { in getOidList() 229 (*ppList)->oidCount = numNodes; in MP_GetMultipathLusPlugin() 233 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetMultipathLusPlugin()
|
H A D | MP_GetMultipathLusDevProd.c | 87 if (haveList && numNodes < pOidList->oidCount) { in getOidList() 263 (*ppList)->oidCount = numNodes; in MP_GetMultipathLusDevProd() 267 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetMultipathLusDevProd()
|
H A D | MP_GetDeviceProductOidListPlugin.c | 249 (*ppList)->oidCount = numOBJ; in MP_GetDeviceProductOidListPlugin() 253 (*ppList)->oidCount); in MP_GetDeviceProductOidListPlugin()
|
H A D | MP_GetProprietaryLBOidListPlugin.c | 253 (*ppList)->oidCount = numOBJ; in MP_GetProprietaryLoadBalanceOidListPlugin() 258 (*ppList)->oidCount); in MP_GetProprietaryLoadBalanceOidListPlugin()
|
H A D | MP_GetAssociatedTPGOidList.c | 265 (*ppList)->oidCount = numOBJ; in getAssociatedTPGOidList() 269 (*ppList)->oidCount); in getAssociatedTPGOidList()
|
H A D | MP_GetTargetPortOidList.c | 269 (*ppList)->oidCount = numOBJ; in getTargetPortOidList() 273 (*ppList)->oidCount); in getTargetPortOidList()
|
H A D | mp_utils.c | 484 oidList->oidCount = nelem; in notifyClient() 498 for (i = 0; i < oidList->oidCount; i++) { in notifyClient()
|
H A D | MP_GetAssociatedPathOidList.c | 624 (*ppList)->oidCount = numOBJ; in MP_GetAssociatedPathOidList() 628 (*ppList)->oidCount); in MP_GetAssociatedPathOidList()
|
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-lib.c | 779 (*ppList)->oidCount = number_of_plugins; in IMA_GetPluginOidList() 1417 totalIdCount += ppOidList->oidCount; in IMA_GetLhbaOidList() 1449 (*ppList)->oidCount = totalIdCount; in IMA_GetLhbaOidList() 1472 (j < ppOidList->oidCount) && in IMA_GetLhbaOidList() 1474 (*ppList)->oidCount); in IMA_GetLhbaOidList() 1648 totalIdCount += ppOidList->oidCount; in IMA_GetPhbaOidList() 1681 (*ppList)->oidCount = totalIdCount; in IMA_GetPhbaOidList() 1704 (j < ppOidList->oidCount) && in IMA_GetPhbaOidList() 1706 (*ppList)->oidCount); in IMA_GetPhbaOidList() 1886 totalIdCount += ppOidList->oidCount; in IMA_GetNonSharedNodeOidList() [all …]
|
H A D | ima.h | 464 IMA_UINT oidCount; member
|
/titanic_50/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 400 (*ppList)->oidCount = 1; in IMA_GetLhbaOidList() 497 (*ppList)->oidCount = 0; in IMA_GetNonSharedNodeOidList() 841 (*ppList)->oidCount = idlp->al_out_cnt; in IMA_GetDiscoveryAddressOidList() 1546 (*ppList)->oidCount = pLunList->ll_out_cnt; in IMA_GetLuOidList() 2548 (*ppList)->oidCount = idlp->tl_out_cnt; in get_target_oid_list() 2736 (*ppList)->oidCount = 0; in IMA_GetPhbaOidList() 2808 (*ppList)->oidCount = 1; in IMA_GetPnpOidList() 3002 (*ppList)->oidCount = 0; in IMA_GetLnpOidList()
|
/titanic_50/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm_main.c | 590 if ((lhbaList == NULL) || (lhbaList->oidCount == 0)) { in sunInitiatorFind() 1005 for (i = 0; i < pConnList->oidCount; i++) { in printConnectionList() 1479 for (j = 0; j < lunList->oidCount; j++) { in printTargetLuns() 2214 for (found = B_FALSE, j = 0; j < staticTargetList->oidCount; in listStaticConfig() 2478 for (found = B_FALSE, j = 0; j < targetList->oidCount; j++) { in listTarget() 2571 pConnList->oidCount); in listTarget() 2649 if (lunList->oidCount != 0) { in listTarget() 2827 for (j = 0; j < targetList->oidCount; j++) { in listTargetParam() 4112 for (found = B_FALSE, i = 0; i < targetList->oidCount; i++) { in modifyTargetParam() 4523 j < staticTargetList->oidCount; in removeStaticConfig() [all …]
|
H A D | sun_ima.c | 1414 imaOidList->oidCount = iscsiConnList->cl_out_cnt; in SUN_IMA_GetConnOidList() 2044 (*ppList)->oidCount = idlp->tl_out_cnt; in get_target_oid_list()
|
/titanic_50/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.h | 426 MP_UINT32 oidCount; member
|
H A D | mpapi.c | 425 (*ppList)->oidCount = number_of_plugins; in MP_GetPluginOidList()
|