Searched refs:pMethodList (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.h | 54 IMA_AUTHMETHOD *pMethodList); 116 const IMA_AUTHMETHOD *pMethodList);
|
H A D | sun_ima.c | 88 const IMA_AUTHMETHOD *pMethodList); 90 IMA_AUTHMETHOD *pMethodList); 578 IMA_AUTHMETHOD *pMethodList 581 if (getAuthMethods(targetOid, pMethodCount, pMethodList) 583 return (getAuthMethods(lhbaOid, pMethodCount, pMethodList)); 2370 const IMA_AUTHMETHOD *pMethodList 2396 switch (pMethodList[i]) { 2420 IMA_AUTHMETHOD *pMethodList 2443 pMethodList[0] = IMA_AUTHMETHOD_NONE; 2448 pMethodList[ [all...] |
/illumos-gate/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 126 const IMA_AUTHMETHOD *pMethodList); 128 IMA_AUTHMETHOD *pMethodList); 148 IMA_AUTHMETHOD *pMethodList); 2122 IMA_BOOL isAuthMethodListValid(IMA_OID oid, const IMA_AUTHMETHOD *pMethodList, argument 2126 if (pMethodList == NULL) { 2132 if (pMethodList[i] == pMethodList[j]) { 2137 if (isAuthMethodValid(oid, pMethodList[i]) == IMA_FALSE) { 2148 IMA_AUTHMETHOD *pMethodList 2152 pMethodCount, pMethodList)); [all...] |
/illumos-gate/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 524 IMA_AUTHMETHOD *pMethodList 530 IMA_AUTHMETHOD *pMethodList 542 const IMA_AUTHMETHOD *pMethodList
|
H A D | ima.h | 2358 IMA_AUTHMETHOD *pMethodList 2364 IMA_AUTHMETHOD *pMethodList 2376 const IMA_AUTHMETHOD *pMethodList
|
H A D | ima-lib.c | 6023 IMA_AUTHMETHOD *pMethodList) { 6058 pMethodCount, pMethodList); 6074 IMA_AUTHMETHOD *pMethodList) { 6108 pMethodCount, pMethodList); 6181 const IMA_AUTHMETHOD *pMethodList) { 6189 if (methodCount == 0 || pMethodList == NULL) 6215 methodCount, pMethodList); 6019 IMA_GetSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument 6071 IMA_GetInUseInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument 6178 IMA_SetInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT methodCount, const IMA_AUTHMETHOD *pMethodList) argument
|
Completed in 93 milliseconds