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

/illumos-gate/usr/src/lib/libima/common/
H A Dima.h161 #define IMA_FALSE 0 macro
203 * An extended boolean: can have the values @ref IMA_TRUE, @ref IMA_FALSE, and
229 (IMA_STATUS)IMA_STATUS_ERROR) == 0 ? IMA_TRUE : IMA_FALSE)
231 (IMA_STATUS)IMA_STATUS_ERROR) == 0x8000000 ? IMA_TRUE : IMA_FALSE)
302 IMA_TRUE : IMA_FALSE )
305 IMA_TRUE : IMA_FALSE )
708 * 'nameValid' is set to IMA_FALSE then this field will contain an
722 * IMA_FALSE then this field will contain an empty string.
782 * Note: If the 'currentValueValid' field is IMA_FALSE then the value of
783 * 'settable' must also be set to IMA_FALSE
[all...]

Completed in 59 milliseconds