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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c253 id.ipAddress.ipv4Address = IMA_TRUE;
321 id.ipAddress.ipv4Address = IMA_TRUE;
346 pProps->staticTarget.targetAddress.defaultTpgt = IMA_TRUE;
417 if (staticConfig.targetAddress.defaultTpgt == IMA_TRUE) {
507 pProps->defaultTpgtConf = IMA_TRUE;
515 pProps->defaultTpgtNego = IMA_TRUE;
615 if (config->isIpv6 == IMA_TRUE) {
639 if (config->sharedSecretValid == IMA_TRUE) {
728 if (radiusAccess == IMA_TRUE) {
750 if (radiusAccess == IMA_TRUE) {
[all...]
H A Discsiadm_main.c103 (prop).defaultValue == IMA_TRUE ? gettext("yes") : \
105 (prop).currentValueValid == IMA_TRUE ? \
106 ((prop).currentValue == IMA_TRUE ? \
110 (prop).currentValueValid == IMA_TRUE ? \
111 (((prop).currentValue == IMA_TRUE) ? gettext("yes") : \
118 if ((prop).currentValueValid == IMA_TRUE) { \
124 if ((prop).currentValueValid == IMA_TRUE) { \
643 address->hostnameIpAddress.id.ipAddress.ipv4Address = IMA_TRUE;
719 if (pList->keys[i].address.ipAddress.ipv4Address == IMA_TRUE) {
1017 if (connProps->local.ipAddress.ipv4Address == IMA_TRUE) {
[all...]
H A Discsiadm.h85 ? IMA_TRUE : IMA_FALSE)
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c206 becomingVisible = IMA_TRUE;
270 pProps->runningInInitiatorMode = IMA_TRUE;
291 pProps->nameValid = IMA_TRUE;
309 pProps->aliasValid = IMA_TRUE;
441 if (pProps->iSnsDiscoveryEnabled == IMA_TRUE) {
1237 ipAddress.ipv4Address = IMA_TRUE;
1628 lunMatch = IMA_TRUE;
1633 if (lunMatch == IMA_TRUE) {
1669 pProps->exposedToOs = IMA_TRUE;
1699 pProps->osDeviceNameValid = IMA_TRUE;
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c1042 pProps->runningInInitiatorMode = IMA_TRUE;
1043 pProps->runningInTargetMode = IMA_TRUE;
1044 pProps->nameAndAliasSettable = IMA_TRUE;
1072 pProps->nameValid = IMA_TRUE;
1085 pProps->aliasValid = IMA_TRUE;
3078 if (initialR2T != IMA_TRUE &&
3181 if (immediateData != IMA_TRUE &&
3284 if (dataPduInOrder != IMA_TRUE &&
3387 if (dataSequenceInOrder != IMA_TRUE &&
3440 if (enableStatisticsCollection != IMA_TRUE
[all...]
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 1253 milliseconds