Home
last modified time | relevance | path

Searched refs:MP_TRUE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_RegForObjPropChangesPlugin.c79 hasFunc = MP_TRUE; in MP_RegisterForObjectPropertyChangesPlugin()
H A DMP_RegForObjVisChangesPlugin.c79 hasFunc = MP_TRUE; in MP_RegisterForObjectVisibilityChangesPlugin()
H A DMP_GetMPLuOidListFromTPG.c106 status = MP_TRUE; in checkTPGList()
299 if (MP_TRUE != hasTpgMatch) { in getOidList()
H A Dmp_utils.c273 becomingVisible = MP_TRUE; in notifyClient()
/titanic_44/usr/src/cmd/mpathadm/
H A Dmpathadm.c410 (MP_TRUE == pluginProps.canSetTPGAccess)? in showMpathSupport()
414 (MP_TRUE == pluginProps.canOverridePaths)? in showMpathSupport()
450 (MP_TRUE == in showMpathSupport()
473 if (MP_TRUE != in showMpathSupport()
1309 (MP_TRUE == luProps.asymmetric)? in showIndividualLogicalUnit()
1332 (void) printf("%s\n", (MP_TRUE == luProps.autoFailbackEnabled)? in showIndividualLogicalUnit()
1340 (void) printf("%s\n", (MP_TRUE == luProps.autoProbingEnabled)? in showIndividualLogicalUnit()
1420 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1437 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1444 (MP_TRUE == in showIndividualLogicalUnit()
[all …]
/titanic_44/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h83 #define MP_TRUE 1 macro