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

/illumos-gate/usr/src/lib/libima/common/
H A Dima.h156 #define IMA_TRUE 1 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 )
682 * 'runningInTargetMode' to be set to @c IMA_TRUE. This means that
707 * IMA_TRUE, in which case it will be Unicode NULL terminated. If
720 * This field is only valid if 'aliasValid' is set to IMA_TRUE, in which
791 * obtained where 'currentValueValid' is IMA_TRUE, 'settabl
[all...]

Completed in 66 milliseconds