Searched refs:ppList (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetInitiatorPortOidListPlugin.c120 MP_GetInitiatorPortOidListPlugin(MP_OID_LIST **ppList) argument
144 *ppList = createOidList(1);
146 if (NULL == *ppList) {
148 "no memory for *ppList");
160 *ppList = createOidList(numNodes);
161 if (NULL == *ppList) {
163 "no memory for *ppList");
169 (*ppList)->oidCount = numNodes;
171 numNodes = getOidList(root_node, *ppList);
173 for (i = 0; i < (*ppList)
[all...]
H A DMP_GetDeviceProductOidListPlugin.c39 MP_GetDeviceProductOidListPlugin(MP_OID_LIST **ppList) argument
145 *ppList = createOidList(1);
146 if (NULL == *ppList) {
239 *ppList = createOidList(numOBJ);
240 if (NULL == *ppList) {
242 "no memory for *ppList");
249 (*ppList)->oidCount = numOBJ;
252 "(*ppList)->oidCount = %d",
253 (*ppList)->oidCount);
256 (*ppList)
[all...]
H A DMP_GetMultipathLusPlugin.c34 MP_GetMultipathLusPlugin(MP_OID_LIST **ppList) argument
123 *ppList = createOidList(1);
124 if (NULL == *ppList) {
203 *ppList = createOidList(numOBJ);
204 if (NULL == *ppList) {
206 "no memory for *ppList");
213 (*ppList)->oidCount = numOBJ;
215 log(LOG_INFO, "MP_GetMultipathLusPlugin()", "(*ppList)->oidCount = %d",
216 (*ppList)->oidCount);
219 (*ppList)
[all...]
H A DMP_GetProprietaryLBOidListPlugin.c35 MP_GetProprietaryLoadBalanceOidListPlugin(MP_OID_LIST **ppList) argument
141 *ppList = createOidList(1);
142 if (NULL == *ppList) {
241 *ppList = createOidList(numOBJ);
242 if (NULL == *ppList) {
245 "no memory for *ppList");
253 (*ppList)->oidCount = numOBJ;
257 "(*ppList)->oidCount = %d",
258 (*ppList)->oidCount);
262 (*ppList)
[all...]
H A DMP_GetAssociatedTPGOidList.c33 MP_GetAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList) argument
41 mpStatus = getAssociatedTPGOidList(oid, ppList);
51 getAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList) argument
162 *ppList = createOidList(1);
163 if (NULL == *ppList) {
255 *ppList = createOidList(numOBJ);
256 if (NULL == *ppList) {
258 "no memory for *ppList");
265 (*ppList)->oidCount = numOBJ;
268 "(*ppList)
[all...]
H A DMP_GetMPLuOidListFromTPG.c66 MP_OID_LIST *ppList = NULL; local
80 mpStatus = getAssociatedTPGOidList(luOID, &ppList);
90 for (tpg = 0; tpg < ppList->oidCount; tpg++) {
92 mpStatus = getTargetPortGroupProperties(ppList->oids[tpg],
115 free(ppList);
342 MP_GetMPLuOidListFromTPG(MP_OID oid, MP_OID_LIST **ppList) argument
438 *ppList = pOidList;
448 *ppList = createOidList(numNodes);
449 if (NULL == *ppList) {
451 "no memory for *ppList");
[all...]
H A DMP_GetTargetPortOidList.c37 MP_GetTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList) argument
45 mpStatus = getTargetPortOidList(oid, ppList);
56 getTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList) argument
167 *ppList = createOidList(1);
168 if (NULL == *ppList) {
259 *ppList = createOidList(numOBJ);
260 if (NULL == *ppList) {
262 "no memory for *ppList");
269 (*ppList)->oidCount = numOBJ;
272 "(*ppList)
[all...]
H A DMP_GetMultipathLusDevProd.c118 MP_GetMultipathLusDevProd(MP_OID oid, MP_OID_LIST **ppList) argument
231 *ppList = createOidList(1);
232 if (NULL == *ppList) {
245 (*ppList)->oids[0].objectType = MP_OBJECT_TYPE_MULTIPATH_LU;
246 (*ppList)->oids[0].ownerId = g_pluginOwnerID;
254 *ppList = createOidList(numNodes);
255 if (NULL == *ppList) {
257 "no memory for *ppList");
263 (*ppList)->oidCount = numNodes;
265 numNodes = getOidList(root_node, *ppList, inqProductI
[all...]
H A Dmp_utils.h106 MP_STATUS getAssociatedTPGOidList(MP_OID oid, MP_OID_LIST **ppList);
113 MP_STATUS getTargetPortOidList(MP_OID oid, MP_OID_LIST **ppList);
H A DMP_GetAssociatedPathOidList.c384 MP_GetAssociatedPathOidList(MP_OID oid, MP_OID_LIST **ppList) argument
522 *ppList = createOidList(1);
523 if (NULL == *ppList) {
614 *ppList = createOidList(numOBJ);
615 if (NULL == *ppList) {
617 "no memory for *ppList");
624 (*ppList)->oidCount = numOBJ;
627 "(*ppList)->oidCount = %d",
628 (*ppList)->oidCount);
631 (*ppList)
[all...]
/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-plugin.h75 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 Dmpapi.h883 * Returned if ppList pointer passed as placeholder for holding the
900 * @param ppList
915 * Returned if ppList is NULL or specifies a memory area to which data
928 MP_OID_LIST **ppList
1052 * @param ppList
1065 * Returned if ppList pointer passed as placeholder for holding
1084 MP_OID_LIST **ppList
1139 * @param ppList
1152 * Returned if ppList pointer passed as placeholder for holding
1171 MP_OID_LIST **ppList
[all...]
H A Dmpapi.c390 * @param ppList A pointer to a pointer to an @ref MP_OID_LIST. On successful
398 * @retval MP_STATUS_INVALID_PARAMETER Returned if @a ppList is NULL or
404 MP_OID_LIST **ppList)
408 if (ppList == NULL)
414 *ppList = (MP_OID_LIST*)calloc(1, sizeof(MP_OID_LIST));
416 *ppList = (MP_OID_LIST*)calloc(1,
420 if ((*ppList) == NULL) {
425 (*ppList)->oidCount = number_of_plugins;
429 (*ppList)->oids[i].objectType = MP_OBJECT_TYPE_PLUGIN;
430 (*ppList)
403 MP_GetPluginOidList( MP_OID_LIST **ppList) argument
648 MP_GetDeviceProductOidList( MP_OID oid, MP_OID_LIST **ppList) argument
798 MP_GetInitiatorPortOidList( MP_OID oid, MP_OID_LIST **ppList) argument
941 MP_GetMultipathLus( MP_OID oid, MP_OID_LIST **ppList) argument
1104 MP_GetAssociatedPathOidList( MP_OID oid, MP_OID_LIST **ppList) argument
1251 MP_GetAssociatedTPGOidList( MP_OID oid, MP_OID_LIST **ppList) argument
1393 MP_GetMPLuOidListFromTPG( MP_OID oid, MP_OID_LIST **ppList) argument
1469 MP_GetProprietaryLoadBalanceOidList( MP_OID oid, MP_OID_LIST **ppList) argument
1612 MP_GetTargetPortOidList( MP_OID oid, MP_OID_LIST **ppList) argument
[all...]
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c135 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
395 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST));
396 if (*ppList == NULL) {
400 (*ppList)->oidCount = 1;
401 (void) memcpy(&(*ppList)->oids[0],
487 IMA_OID_LIST **ppList
490 if (ppList
2470 get_target_oid_list( uint32_t targetListType, IMA_OID_LIST **ppList) argument
[all...]
/osnet-11/usr/src/lib/libima/common/
H A Dima-plugin.h110 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 Dima-lib.c748 * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST.
756 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
760 IMA_OID_LIST **ppList) {
767 if (ppList == NULL)
772 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
775 if ((*ppList) == NULL)
778 (*ppList)->oidCount = number_of_plugins;
782 (*ppList)->oids[i].objectType = IMA_OBJECT_TYPE_PLUGIN;
783 (*ppList)->oids[i].ownerId = plugintable[i].ownerId;
784 (*ppList)
759 IMA_GetPluginOidList( IMA_OID_LIST **ppList) argument
1373 IMA_GetLhbaOidList( IMA_OID_LIST **ppList) argument
1604 IMA_GetPhbaOidList( IMA_OID_LIST **ppList) argument
1842 IMA_GetNonSharedNodeOidList( IMA_OID_LIST **ppList) argument
2280 IMA_GetNetworkPortalOidList( IMA_OID lnpId, IMA_OID_LIST **ppList) argument
3527 IMA_GetTargetOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
4019 IMA_GetPnpOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
4359 IMA_GetLnpOidList( IMA_OID_LIST **ppList) argument
4832 IMA_GetLuOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
6279 IMA_GetStaticDiscoveryTargetOidList( IMA_OID oid, IMA_OID_LIST **ppList) argument
6610 IMA_GetDiscoveryAddressOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
6765 IMA_GetSessionOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
6922 IMA_GetConnectionOidList( IMA_OID Oid, IMA_OID_LIST **ppList) argument
[all...]
H A Dima.h1397 * @param ppList
1410 * Returned if 'ppList' is NULL or specifies a memory area to
1416 IMA_OID_LIST **ppList
1697 * @param ppList
1710 * Returned if 'ppList' is NULL or specifies a memory area to which
1716 IMA_OID_LIST **ppList
1769 * @param ppList
1781 * Returned if 'ppList' is NULL or specifies a memory area to which
1787 IMA_OID_LIST **ppList
1859 IMA_OID_LIST **ppList
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c432 IMA_DISCOVERY_ADDRESS_PROPERTIES props, suri_iscsi_disc_addr_props **ppList)
499 *ppList = (suri_iscsi_disc_addr_props *)calloc(1,
502 if (*ppList == NULL) {
506 (*ppList)->name_count = stl_hdr->stl_out_cnt;
508 (void) mbstowcs((*ppList)->names[i],
431 suri_iscsi_send_targets(struct suri_handle *sh, IMA_DISCOVERY_ADDRESS_PROPERTIES props, suri_iscsi_disc_addr_props **ppList) argument

Completed in 73 milliseconds