Searched refs:pMethodCount (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 125 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 127 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 147 IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, 2147 IMA_UINT *pMethodCount, in IMA_GetSupportedAuthMethods() argument 2152 pMethodCount, pMethodList)); in IMA_GetSupportedAuthMethods() 2160 IMA_UINT *pMethodCount, in getSupportedAuthMethods() argument 2165 *pMethodCount = 0; in getSupportedAuthMethods() 2169 *pMethodCount = NUM_SUPPORTED_AUTH_METHODS; in getSupportedAuthMethods() 2170 if (*pMethodCount > 1) { in getSupportedAuthMethods() 2180 IMA_UINT *pMethodCount, in IMA_GetInUseInitiatorAuthMethods() argument [all …]
|
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 523 IMA_UINT *pMethodCount, 529 IMA_UINT *pMethodCount,
|
H A D | ima.h | 2357 IMA_UINT *pMethodCount, 2363 IMA_UINT *pMethodCount,
|
H A D | ima-lib.c | 6022 IMA_UINT *pMethodCount, in IMA_GetSupportedAuthMethods() argument 6031 if (pMethodCount == NULL) in IMA_GetSupportedAuthMethods() 6058 pMethodCount, pMethodList); in IMA_GetSupportedAuthMethods() 6073 IMA_UINT *pMethodCount, in IMA_GetInUseInitiatorAuthMethods() argument 6082 if (pMethodCount == NULL) in IMA_GetInUseInitiatorAuthMethods() 6108 pMethodCount, pMethodList); in IMA_GetInUseInitiatorAuthMethods()
|
/titanic_50/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.h | 53 IMA_UINT *pMethodCount,
|
H A D | sun_ima.c | 87 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 89 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 577 IMA_UINT *pMethodCount, in SUN_IMA_GetTargetAuthMethods() argument 581 if (getAuthMethods(targetOid, pMethodCount, pMethodList) in SUN_IMA_GetTargetAuthMethods() 583 return (getAuthMethods(lhbaOid, pMethodCount, pMethodList)); in SUN_IMA_GetTargetAuthMethods() 2369 IMA_UINT *pMethodCount, in setAuthMethods() argument 2395 for (i = 0; i < *pMethodCount; i++) { in setAuthMethods() 2419 IMA_UINT *pMethodCount, in getAuthMethods() argument 2444 *pMethodCount = 1; in getAuthMethods() 2450 *pMethodCount = i; in getAuthMethods()
|