Home
last modified time | relevance | path

Searched refs:IMA_OID_LIST (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/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
319 IMA_OID_LIST **pTargetOidList
329 IMA_OID_LIST **ppList
360 IMA_OID_LIST **ppList
400 IMA_OID_LIST **ppList
557 IMA_OID_LIST **ppList
[all …]
H A Dima.h472 } IMA_OID_LIST; typedef
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
[all …]
H A Dima-lib.c756 IMA_OID_LIST **ppList) { in IMA_GetPluginOidList()
768 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) + in IMA_GetPluginOidList()
1376 IMA_OID_LIST **ppList) { in IMA_GetLhbaOidList()
1409 IMA_OID_LIST *ppOidList; in IMA_GetLhbaOidList()
1437 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) + in IMA_GetLhbaOidList()
1463 IMA_OID_LIST *ppOidList; in IMA_GetLhbaOidList()
1607 IMA_OID_LIST **ppList) { in IMA_GetPhbaOidList()
1640 IMA_OID_LIST *ppOidList; in IMA_GetPhbaOidList()
1668 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) + in IMA_GetPhbaOidList()
1695 IMA_OID_LIST *ppOidList; in IMA_GetPhbaOidList()
[all …]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c135 IMA_OID_LIST **ppList);
387 IMA_OID_LIST **ppList in IMA_GetLhbaOidList()
395 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST)); in IMA_GetLhbaOidList()
487 IMA_OID_LIST **ppList in IMA_GetNonSharedNodeOidList()
493 *ppList = (IMA_OID_LIST*) calloc(1, sizeof (IMA_OID_LIST)); in IMA_GetNonSharedNodeOidList()
783 IMA_OID_LIST **ppList in IMA_GetDiscoveryAddressOidList()
834 *ppList = (IMA_OID_LIST *)calloc(1, sizeof (IMA_OID_LIST) + in IMA_GetDiscoveryAddressOidList()
861 IMA_OID_LIST **ppList in IMA_GetStaticDiscoveryTargetOidList()
874 IMA_OID_LIST **ppList in IMA_GetTargetOidList()
1524 IMA_OID_LIST **ppList in IMA_GetLuOidList()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.h101 IMA_OID_LIST **ppList);
132 IMA_OID_LIST **ppList);
H A Discsiadm_main.c189 static void printTargetLuns(IMA_OID_LIST *);
582 IMA_OID_LIST *lhbaList = NULL; in sunInitiatorFind()
748 IMA_OID_LIST *pConnList; in printLoginParameters()
995 printConnectionList(char *prefix, IMA_OID_LIST *pConnList) in printConnectionList()
1473 printTargetLuns(IMA_OID_LIST * lunList) in printTargetLuns()
2136 IMA_OID_LIST *staticTargetList; in listStaticConfig()
2388 IMA_OID_LIST *targetList; in listTarget()
2389 IMA_OID_LIST *lunList; in listTarget()
2392 IMA_OID_LIST *pConnList; in listTarget()
2733 IMA_OID_LIST *targetList; in listTargetParam()
[all …]
H A Dsun_ima.c111 IMA_OID_LIST **ppList);
1377 IMA_OID_LIST **ppList in SUN_IMA_GetConnOidList()
1381 IMA_OID_LIST *imaOidList; in SUN_IMA_GetConnOidList()
1405 allocLen += sizeof (IMA_OID_LIST) - sizeof (IMA_OID); in SUN_IMA_GetConnOidList()
1406 imaOidList = (IMA_OID_LIST *)calloc(1, allocLen); in SUN_IMA_GetConnOidList()
1980 IMA_OID_LIST **ppList) in get_target_oid_list()
2042 *ppList = (IMA_OID_LIST *)calloc(1, sizeof (IMA_OID_LIST) + in get_target_oid_list()
2981 IMA_OID_LIST **ppList in SUN_IMA_GetSessionOidList()