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

/osnet-11/usr/src/lib/libima/common/
H A Dima.h227 #define IMA_SUCCESS(status) (((IMA_STATUS)(status) & \ macro
299 #define IMA_SUCCESS(status) ( (IMA_UINT32)(status) & \
307 #define IMA_SUCCESS(status) !((status) & IMA_STATUS_ERROR) macro
1377 * @retval IMA_SUCCESS
1406 * @retval IMA_SUCCESS
1437 * @retval IMA_SUCCESS
1481 * @retval IMA_SUCCESS
1517 * @retval IMA_SUCCESS
1551 * @retval IMA_SUCCESS
1591 * @retval IMA_SUCCESS
[all...]

Completed in 43 milliseconds