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

/osnet-11/usr/src/lib/libima/common/
H A Dima.h160 #define IMA_FALSE 0 macro
202 * An extended boolean: can have the values @ref IMA_TRUE, @ref IMA_FALSE, and
228 (IMA_STATUS)IMA_STATUS_ERROR) == 0 ? IMA_TRUE : IMA_FALSE)
230 (IMA_STATUS)IMA_STATUS_ERROR) == 0x8000000 ? IMA_TRUE : IMA_FALSE)
301 IMA_TRUE : IMA_FALSE )
304 IMA_TRUE : IMA_FALSE )
707 * 'nameValid' is set to IMA_FALSE then this field will contain an
721 * IMA_FALSE then this field will contain an empty string.
781 * Note: If the 'currentValueValid' field is IMA_FALSE then the value of
782 * 'settable' must also be set to IMA_FALSE
[all...]

Completed in 29 milliseconds