Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c411 (MP_TRUE == pluginProps.canSetTPGAccess)? in showMpathSupport()
415 (MP_TRUE == pluginProps.canOverridePaths)? in showMpathSupport()
451 (MP_TRUE == in showMpathSupport()
474 if (MP_TRUE != in showMpathSupport()
1310 (MP_TRUE == luProps.asymmetric)? in showIndividualLogicalUnit()
1341 (void) printf("%s\n", (MP_TRUE == luProps.autoProbingEnabled)? in showIndividualLogicalUnit()
1421 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1438 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1445 (MP_TRUE == in showIndividualLogicalUnit()
1488 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h83 #define MP_TRUE 1 macro