Searched refs:IMA_STATUS (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 68 typedef IMA_STATUS (* Initialize)( 75 typedef IMA_STATUS (* IMA_GetPluginPropertiesFn)( 81 typedef IMA_STATUS (* IMA_GetSharedNodeOidFn)( 86 typedef IMA_STATUS (* IMA_GetNodePropertiesFn)( 92 typedef IMA_STATUS (* IMA_SetNodeNameFn)( 98 typedef IMA_STATUS (* IMA_GenerateNodeNameFn)( 103 typedef IMA_STATUS (* IMA_SetNodeAliasFn)( 109 typedef IMA_STATUS (* IMA_GetLhbaOidListFn)( 113 typedef IMA_STATUS (* IMA_GetLhbaPropertiesFn)( 119 typedef IMA_STATUS (* IMA_GetPhbaOidListFn)( [all …]
|
H A D | ima.h | 223 typedef IMA_UINT IMA_STATUS; typedef 228 #define IMA_SUCCESS(status) (((IMA_STATUS)(status) & \ 229 (IMA_STATUS)IMA_STATUS_ERROR) == 0 ? IMA_TRUE : IMA_FALSE) 230 #define IMA_ERROR(status) (((IMA_STATUS)(status) & \ 231 (IMA_STATUS)IMA_STATUS_ERROR) == 0x8000000 ? IMA_TRUE : IMA_FALSE) 233 #define MAKE_IMA_STATUS(x) ((IMA_STATUS)(x)) 234 #define MAKE_IMA_ERROR(x) ((IMA_STATUS)(IMA_STATUS_ERROR | (x))) 235 #define GET_SYSTEM_ERROR(x) (((IMA_STATUS)(x) & 0x0000FFFF)) 297 } IMA_STATUS; typedef 1385 IMA_API IMA_STATUS IMA_GetLibraryProperties( [all …]
|
H A D | ima-lib.c | 124 static IMA_STATUS getSolarisNodeProps(IMA_NODE_PROPERTIES *nodeProps); 125 static IMA_STATUS getSolarisSharedNodeName(IMA_NODE_NAME name); 126 static IMA_STATUS getSolarisSharedNodeAlias(IMA_NODE_ALIAS alias); 127 static IMA_STATUS setSolarisSharedNodeName(const IMA_NODE_NAME name); 128 static IMA_STATUS setSolarisSharedNodeAlias(const IMA_NODE_ALIAS alias); 140 static IMA_STATUS getSolarisNodeProps(IMA_NODE_PROPERTIES *nodeProps) { in getSolarisNodeProps() 143 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; in getSolarisNodeProps() 177 static IMA_STATUS getSolarisSharedNodeName(IMA_NODE_NAME name) { in getSolarisSharedNodeName() 178 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; in getSolarisSharedNodeName() 189 static IMA_STATUS getSolarisSharedNodeAlias(IMA_NODE_ALIAS alias) { in getSolarisSharedNodeAlias() [all …]
|
H A D | sunima-lib.c | 43 IMA_API IMA_STATUS SUN_IMA_SetTunableProperties( in SUN_IMA_SetTunableProperties() 48 IMA_STATUS status; in SUN_IMA_SetTunableProperties() 86 IMA_API IMA_STATUS SUN_IMA_GetTunableProperties( in SUN_IMA_GetTunableProperties() 91 IMA_STATUS status; in SUN_IMA_GetTunableProperties()
|
H A D | libsun_ima.h | 48 IMA_API IMA_STATUS SUN_IMA_SetTunableProperties( 53 IMA_API IMA_STATUS SUN_IMA_GetTunableProperties(
|
/titanic_50/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.h | 34 IMA_API IMA_STATUS SUN_IMA_GetDiscoveryAddressPropertiesList( 36 IMA_API IMA_STATUS SUN_IMA_GetStaticTargetProperties( 39 IMA_API IMA_STATUS SUN_IMA_AddStaticTarget( 43 IMA_API IMA_STATUS SUN_IMA_GetTargetProperties( 46 IMA_STATUS SUN_IMA_SetTargetAuthParams( 50 IMA_STATUS SUN_IMA_GetTargetAuthMethods( 55 IMA_STATUS SUN_IMA_SetInitiatorRadiusConfig( 58 IMA_STATUS SUN_IMA_GetInitiatorRadiusConfig( 61 IMA_STATUS SUN_IMA_SetInitiatorRadiusAccess( 64 IMA_STATUS SUN_IMA_GetInitiatorRadiusAccess( [all …]
|
H A D | sun_ima.c | 77 static IMA_STATUS getISCSINodeParameter(int paramType, 81 static IMA_STATUS setISCSINodeParameter(int paramType, 85 static IMA_STATUS getDigest(IMA_OID oid, int ioctlCmd, 87 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 89 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 91 IMA_STATUS getNegotiatedDigest(int digestType, 107 static IMA_STATUS configure_discovery_method(IMA_BOOL enable, 110 static IMA_STATUS get_target_oid_list(uint32_t targetListType, 113 static IMA_STATUS get_target_lun_oid_list(IMA_OID * targetOid, 118 static IMA_STATUS getConnOidList( [all …]
|
H A D | iscsiadm.h | 82 #define MAKE_IMA_ERROR(x) ((IMA_STATUS)(IMA_STATUS_ERROR | (x))) 83 #define SUN_IMA_SYSTEM_ERROR(status) (((IMA_STATUS)(status) & \ 84 (IMA_STATUS)SUN_IMA_ERROR_SYSTEM_ERROR) == 0x8FFF0000 \ 86 #define SUN_GET_SYSTEM_ERROR(x) (((IMA_STATUS)(x) & 0x0000FFFF))
|
H A D | iscsiadm_main.c | 195 static void printLibError(IMA_STATUS); 236 static IMA_STATUS getISCSINodeParameter(int paramType, 241 static IMA_STATUS setISCSINodeParameter(int paramType, 246 static IMA_STATUS getDigest(IMA_OID oid, int ioctlCmd, 249 IMA_STATUS getNegotiatedDigest(int digestType, 463 printLibError(IMA_STATUS status) in printLibError() 550 IMA_STATUS status = IMA_GetSharedNodeOid(&sharedNodeOid); in getNodeProps() 584 IMA_STATUS status = IMA_GetLhbaOidList(&lhbaList); in sunInitiatorFind() 743 IMA_STATUS status; in printLoginParameters() 997 IMA_STATUS imaStatus; in printConnectionList() [all …]
|
/titanic_50/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 121 static IMA_STATUS getISCSINodeParameter(int paramType, IMA_OID *oid, 123 static IMA_STATUS setISCSINodeParameter(int paramType, IMA_OID *oid, 125 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 127 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount, 132 static IMA_STATUS configure_discovery_method(IMA_BOOL enable, 134 static IMA_STATUS get_target_oid_list(uint32_t targetListType, 136 static IMA_STATUS get_target_lun_oid_list(IMA_OID * targetOid, 139 static IMA_STATUS getDiscoveryAddressPropertiesList( 142 static IMA_STATUS sendTargets(IMA_TARGET_ADDRESS address, 146 static IMA_STATUS getSupportedAuthMethods(IMA_OID lhbaOid, [all …]
|