/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetInitiatorPortOidListPlugin.c | 120 MP_GetInitiatorPortOidListPlugin(MP_OID_LIST **ppList) in MP_GetInitiatorPortOidListPlugin() argument 144 *ppList = createOidList(1); in MP_GetInitiatorPortOidListPlugin() 146 if (NULL == *ppList) { in MP_GetInitiatorPortOidListPlugin() 160 *ppList = createOidList(numNodes); in MP_GetInitiatorPortOidListPlugin() 161 if (NULL == *ppList) { in MP_GetInitiatorPortOidListPlugin() 169 (*ppList)->oidCount = numNodes; in MP_GetInitiatorPortOidListPlugin() 171 numNodes = getOidList(root_node, *ppList); in MP_GetInitiatorPortOidListPlugin() 173 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetInitiatorPortOidListPlugin() 177 i, (*ppList)->oids[i].objectType); in MP_GetInitiatorPortOidListPlugin() 180 i, (*ppList)->oids[i].ownerId); in MP_GetInitiatorPortOidListPlugin() [all …]
|
H A D | MP_GetAssociatedTPGOidList.c | 33 MP_GetAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList) in MP_GetAssociatedTPGOidList() argument 41 mpStatus = getAssociatedTPGOidList(oid, ppList); in MP_GetAssociatedTPGOidList() 51 getAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList) in getAssociatedTPGOidList() argument 162 *ppList = createOidList(1); in getAssociatedTPGOidList() 163 if (NULL == *ppList) { in getAssociatedTPGOidList() 255 *ppList = createOidList(numOBJ); in getAssociatedTPGOidList() 256 if (NULL == *ppList) { in getAssociatedTPGOidList() 265 (*ppList)->oidCount = numOBJ; in getAssociatedTPGOidList() 269 (*ppList)->oidCount); in getAssociatedTPGOidList() 272 (*ppList)->oids[i].objectType = in getAssociatedTPGOidList() [all …]
|
H A D | MP_GetTargetPortOidList.c | 37 MP_GetTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList) in MP_GetTargetPortOidList() argument 45 mpStatus = getTargetPortOidList(oid, ppList); in MP_GetTargetPortOidList() 56 getTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList) in getTargetPortOidList() argument 167 *ppList = createOidList(1); in getTargetPortOidList() 168 if (NULL == *ppList) { in getTargetPortOidList() 259 *ppList = createOidList(numOBJ); in getTargetPortOidList() 260 if (NULL == *ppList) { in getTargetPortOidList() 269 (*ppList)->oidCount = numOBJ; in getTargetPortOidList() 273 (*ppList)->oidCount); in getTargetPortOidList() 276 (*ppList)->oids[i].objectType = MP_OBJECT_TYPE_TARGET_PORT; in getTargetPortOidList() [all …]
|
H A D | MP_GetDeviceProductOidListPlugin.c | 39 MP_GetDeviceProductOidListPlugin(MP_OID_LIST **ppList) in MP_GetDeviceProductOidListPlugin() argument 145 *ppList = createOidList(1); in MP_GetDeviceProductOidListPlugin() 146 if (NULL == *ppList) { in MP_GetDeviceProductOidListPlugin() 239 *ppList = createOidList(numOBJ); in MP_GetDeviceProductOidListPlugin() 240 if (NULL == *ppList) { in MP_GetDeviceProductOidListPlugin() 249 (*ppList)->oidCount = numOBJ; in MP_GetDeviceProductOidListPlugin() 253 (*ppList)->oidCount); in MP_GetDeviceProductOidListPlugin() 256 (*ppList)->oids[i].objectType = MP_OBJECT_TYPE_DEVICE_PRODUCT; in MP_GetDeviceProductOidListPlugin() 257 (*ppList)->oids[i].ownerId = g_pluginOwnerID; in MP_GetDeviceProductOidListPlugin() 258 (*ppList)->oids[i].objectSequenceNumber = objList[i]; in MP_GetDeviceProductOidListPlugin() [all …]
|
H A D | MP_GetProprietaryLBOidListPlugin.c | 35 MP_GetProprietaryLoadBalanceOidListPlugin(MP_OID_LIST **ppList) in MP_GetProprietaryLoadBalanceOidListPlugin() argument 141 *ppList = createOidList(1); in MP_GetProprietaryLoadBalanceOidListPlugin() 142 if (NULL == *ppList) { in MP_GetProprietaryLoadBalanceOidListPlugin() 241 *ppList = createOidList(numOBJ); in MP_GetProprietaryLoadBalanceOidListPlugin() 242 if (NULL == *ppList) { in MP_GetProprietaryLoadBalanceOidListPlugin() 253 (*ppList)->oidCount = numOBJ; in MP_GetProprietaryLoadBalanceOidListPlugin() 258 (*ppList)->oidCount); in MP_GetProprietaryLoadBalanceOidListPlugin() 262 (*ppList)->oids[i].objectType = in MP_GetProprietaryLoadBalanceOidListPlugin() 264 (*ppList)->oids[i].ownerId = in MP_GetProprietaryLoadBalanceOidListPlugin() 266 (*ppList)->oids[i].objectSequenceNumber = in MP_GetProprietaryLoadBalanceOidListPlugin() [all …]
|
H A D | MP_GetMultipathLusDevProd.c | 118 MP_GetMultipathLusDevProd(MP_OID oid, MP_OID_LIST **ppList) in MP_GetMultipathLusDevProd() argument 231 *ppList = createOidList(1); in MP_GetMultipathLusDevProd() 232 if (NULL == *ppList) { in MP_GetMultipathLusDevProd() 245 (*ppList)->oids[0].objectType = MP_OBJECT_TYPE_MULTIPATH_LU; in MP_GetMultipathLusDevProd() 246 (*ppList)->oids[0].ownerId = g_pluginOwnerID; in MP_GetMultipathLusDevProd() 254 *ppList = createOidList(numNodes); in MP_GetMultipathLusDevProd() 255 if (NULL == *ppList) { in MP_GetMultipathLusDevProd() 263 (*ppList)->oidCount = numNodes; in MP_GetMultipathLusDevProd() 265 numNodes = getOidList(root_node, *ppList, inqProductID, inqVendorID); in MP_GetMultipathLusDevProd() 267 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetMultipathLusDevProd() [all …]
|
H A D | MP_GetMPLuOidListFromTPG.c | 66 MP_OID_LIST *ppList = NULL; in checkTPGList() local 80 mpStatus = getAssociatedTPGOidList(luOID, &ppList); in checkTPGList() 90 for (tpg = 0; tpg < ppList->oidCount; tpg++) { in checkTPGList() 92 mpStatus = getTargetPortGroupProperties(ppList->oids[tpg], in checkTPGList() 115 free(ppList); in checkTPGList() 342 MP_GetMPLuOidListFromTPG(MP_OID oid, MP_OID_LIST **ppList) in MP_GetMPLuOidListFromTPG() argument 438 *ppList = pOidList; in MP_GetMPLuOidListFromTPG() 448 *ppList = createOidList(numNodes); in MP_GetMPLuOidListFromTPG() 449 if (NULL == *ppList) { in MP_GetMPLuOidListFromTPG() 462 (*ppList)->oidCount = numNodes; in MP_GetMPLuOidListFromTPG() [all …]
|
H A D | MP_GetMultipathLusPlugin.c | 155 MP_GetMultipathLusPlugin(MP_OID_LIST **ppList) in MP_GetMultipathLusPlugin() argument 210 *ppList = pOidList; in MP_GetMultipathLusPlugin() 220 *ppList = createOidList(numNodes); in MP_GetMultipathLusPlugin() 221 if (NULL == *ppList) { in MP_GetMultipathLusPlugin() 229 (*ppList)->oidCount = numNodes; in MP_GetMultipathLusPlugin() 231 numNodes = getOidList(root_node, *ppList); in MP_GetMultipathLusPlugin() 233 for (i = 0; i < (*ppList)->oidCount; i++) { in MP_GetMultipathLusPlugin() 237 i, (*ppList)->oids[i].objectType); in MP_GetMultipathLusPlugin() 240 i, (*ppList)->oids[i].ownerId); in MP_GetMultipathLusPlugin() 243 i, (*ppList)->oids[i].objectSequenceNumber); in MP_GetMultipathLusPlugin()
|
H A D | MP_GetAssociatedPathOidList.c | 384 MP_GetAssociatedPathOidList(MP_OID oid, MP_OID_LIST **ppList) in MP_GetAssociatedPathOidList() argument 522 *ppList = createOidList(1); in MP_GetAssociatedPathOidList() 523 if (NULL == *ppList) { in MP_GetAssociatedPathOidList() 614 *ppList = createOidList(numOBJ); in MP_GetAssociatedPathOidList() 615 if (NULL == *ppList) { in MP_GetAssociatedPathOidList() 624 (*ppList)->oidCount = numOBJ; in MP_GetAssociatedPathOidList() 628 (*ppList)->oidCount); in MP_GetAssociatedPathOidList() 631 (*ppList)->oids[i].objectType = MP_OBJECT_TYPE_PATH_LU; in MP_GetAssociatedPathOidList() 632 (*ppList)->oids[i].ownerId = g_pluginOwnerID; in MP_GetAssociatedPathOidList() 633 (*ppList)->oids[i].objectSequenceNumber = objList[i]; in MP_GetAssociatedPathOidList() [all …]
|
H A D | mp_utils.h | 104 MP_STATUS getAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList); 111 MP_STATUS getTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList);
|
/titanic_41/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi-plugin.h | 75 MP_OID_LIST **ppList 84 MP_OID_LIST **ppList 93 MP_OID_LIST **ppList 98 MP_OID_LIST **ppList 108 MP_OID_LIST **ppList 118 MP_OID_LIST **ppList 128 MP_OID_LIST **ppList 132 MP_OID_LIST **ppList 142 MP_OID_LIST **ppList
|
H A D | mpapi.c | 404 MP_OID_LIST **ppList) in MP_GetPluginOidList() argument 408 if (ppList == NULL) in MP_GetPluginOidList() 414 *ppList = (MP_OID_LIST*)calloc(1, sizeof(MP_OID_LIST)); in MP_GetPluginOidList() 416 *ppList = (MP_OID_LIST*)calloc(1, in MP_GetPluginOidList() 420 if ((*ppList) == NULL) { in MP_GetPluginOidList() 425 (*ppList)->oidCount = number_of_plugins; in MP_GetPluginOidList() 429 (*ppList)->oids[i].objectType = MP_OBJECT_TYPE_PLUGIN; in MP_GetPluginOidList() 430 (*ppList)->oids[i].ownerId = plugintable[i].ownerId; in MP_GetPluginOidList() 431 (*ppList)->oids[i].objectSequenceNumber = 0; in MP_GetPluginOidList() 650 MP_OID_LIST **ppList) in MP_GetDeviceProductOidList() argument [all …]
|
H A D | mpapi.h | 928 MP_OID_LIST **ppList 1084 MP_OID_LIST **ppList 1171 MP_OID_LIST **ppList 1251 MP_OID_LIST **ppList 1334 MP_OID_LIST **ppList 1413 MP_OID_LIST **ppList 1491 MP_OID_LIST **ppList 1535 MP_OID_LIST **ppList 1613 MP_OID_LIST **ppList
|
/titanic_41/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 135 IMA_OID_LIST **ppList); 140 SUN_IMA_DISC_ADDR_PROP_LIST **ppList 143 SUN_IMA_DISC_ADDRESS_KEY_PROPERTIES **ppList 387 IMA_OID_LIST **ppList in IMA_GetLhbaOidList() argument 395 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST)); in IMA_GetLhbaOidList() 396 if (*ppList == NULL) { in IMA_GetLhbaOidList() 400 (*ppList)->oidCount = 1; in IMA_GetLhbaOidList() 401 (void) memcpy(&(*ppList)->oids[0], in IMA_GetLhbaOidList() 487 IMA_OID_LIST **ppList in IMA_GetNonSharedNodeOidList() argument 490 if (ppList == NULL) in IMA_GetNonSharedNodeOidList() [all …]
|
/titanic_41/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 110 IMA_OID_LIST **ppList 120 IMA_OID_LIST **ppList 131 IMA_OID_LIST **ppList 166 IMA_OID_LIST **ppList 287 IMA_OID_LIST **ppList 329 IMA_OID_LIST **ppList 360 IMA_OID_LIST **ppList 400 IMA_OID_LIST **ppList 557 IMA_OID_LIST **ppList 588 IMA_OID_LIST **ppList [all …]
|
H A D | ima-lib.c | 761 IMA_OID_LIST **ppList) { in IMA_GetPluginOidList() argument 768 if (ppList == NULL) in IMA_GetPluginOidList() 773 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) + in IMA_GetPluginOidList() 776 if ((*ppList) == NULL) in IMA_GetPluginOidList() 779 (*ppList)->oidCount = number_of_plugins; in IMA_GetPluginOidList() 783 (*ppList)->oids[i].objectType = IMA_OBJECT_TYPE_PLUGIN; in IMA_GetPluginOidList() 784 (*ppList)->oids[i].ownerId = plugintable[i].ownerId; in IMA_GetPluginOidList() 785 (*ppList)->oids[i].objectSequenceNumber = 0; in IMA_GetPluginOidList() 1381 IMA_OID_LIST **ppList) { in IMA_GetLhbaOidList() argument 1393 if (ppList == NULL) in IMA_GetLhbaOidList() [all …]
|
H A D | ima.h | 1415 IMA_OID_LIST **ppList 1715 IMA_OID_LIST **ppList 1786 IMA_OID_LIST **ppList 1858 IMA_OID_LIST **ppList 2005 IMA_OID_LIST **ppList 2125 IMA_OID_LIST **ppList 2165 IMA_OID_LIST **ppList 2196 IMA_OID_LIST **ppList 2226 IMA_OID_LIST **ppList 2388 IMA_OID_LIST **ppList [all …]
|
/titanic_41/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.h | 35 SUN_IMA_DISC_ADDR_PROP_LIST **ppList); 70 SUN_IMA_DISC_ADDRESS_KEY_PROPERTIES **ppList); 101 IMA_OID_LIST **ppList); 122 SUN_IMA_DISC_ADDR_PROP_LIST **ppList); 129 SUN_IMA_DISC_ADDRESS_KEY_PROPERTIES **ppList); 132 IMA_OID_LIST **ppList);
|
H A D | sun_ima.c | 111 IMA_OID_LIST **ppList); 164 SUN_IMA_DISC_ADDR_PROP_LIST **ppList in SUN_IMA_GetDiscoveryAddressPropertiesList() argument 238 *ppList = (SUN_IMA_DISC_ADDR_PROP_LIST *)calloc(1, in SUN_IMA_GetDiscoveryAddressPropertiesList() 241 if (*ppList == NULL) { in SUN_IMA_GetDiscoveryAddressPropertiesList() 246 (*ppList)->discAddrCount = ialp->al_out_cnt; in SUN_IMA_GetDiscoveryAddressPropertiesList() 252 (*ppList)->props[i].discoveryAddress.hostnameIpAddress. in SUN_IMA_GetDiscoveryAddressPropertiesList() 258 (*ppList)->props[i].discoveryAddress.hostnameIpAddress. in SUN_IMA_GetDiscoveryAddressPropertiesList() 266 ipAddr = &(*ppList)->props[i].discoveryAddress. in SUN_IMA_GetDiscoveryAddressPropertiesList() 270 (*ppList)->props[i].discoveryAddress.hostnameIpAddress.id. in SUN_IMA_GetDiscoveryAddressPropertiesList() 274 (*ppList)->props[i].discoveryAddress.portNumber = in SUN_IMA_GetDiscoveryAddressPropertiesList() [all …]
|