Searched defs:pMethodCount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c87 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,
581 if (getAuthMethods(targetOid, pMethodCount, pMethodList)
583 return (getAuthMethods(lhbaOid, pMethodCount, pMethodList));
2369 IMA_UINT *pMethodCount,
2395 for (i = 0; i < *pMethodCount; i++) {
2419 IMA_UINT *pMethodCount,
2444 *pMethodCount = 1;
2450 *pMethodCount
574 SUN_IMA_GetTargetAuthMethods( IMA_OID lhbaOid, IMA_OID targetOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2367 setAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, const IMA_AUTHMETHOD *pMethodList ) argument
2417 getAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
[all...]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c125 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,
2152 pMethodCount, pMethodList));
2160 IMA_UINT *pMethodCount,
2165 *pMethodCount = 0;
2169 *pMethodCount = NUM_SUPPORTED_AUTH_METHODS;
2170 if (*pMethodCount > 1) {
2180 IMA_UINT *pMethodCount,
2144 IMA_GetSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2157 getSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2178 IMA_GetInUseInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2637 setAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, const IMA_AUTHMETHOD *pMethodList ) argument
2685 getAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c6022 IMA_UINT *pMethodCount,
6031 if (pMethodCount == NULL)
6058 pMethodCount, pMethodList);
6073 IMA_UINT *pMethodCount,
6082 if (pMethodCount == NULL)
6108 pMethodCount, 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

Completed in 81 milliseconds