Lines Matching refs:pathProps
1137 MP_PATH_LOGICAL_UNIT_PROPERTIES pathProps; in listIndividualLogicalUnit() local
1162 (void) memset(&pathProps, 0, in listIndividualLogicalUnit()
1166 pPathOidListArray->oids[pa], &pathProps); in listIndividualLogicalUnit()
1175 if (MP_PATH_STATE_OKAY == pathProps.pathState) { in listIndividualLogicalUnit()
1278 MP_PATH_LOGICAL_UNIT_PROPERTIES pathProps; in showIndividualLogicalUnit() local
1359 (void) memset(&pathProps, 0, in showIndividualLogicalUnit()
1362 pPathOidListArray->oids[pa], &pathProps); in showIndividualLogicalUnit()
1372 MP_GetInitiatorPortProperties(pathProps.initiatorPortOid, in showIndividualLogicalUnit()
1384 MP_GetTargetPortProperties(pathProps.targetPortOid, in showIndividualLogicalUnit()
1404 getPathStateStr(pathProps.pathState)); in showIndividualLogicalUnit()
1407 pathProps.disabled?getTextString(TEXT_YES): in showIndividualLogicalUnit()
2450 MP_PATH_LOGICAL_UNIT_PROPERTIES pathProps; in getPathOid() local
2562 &pathProps); in getPathOid()
2578 pathProps.initiatorPortOid, in getPathOid()
2590 mpstatus = MP_GetTargetPortProperties(pathProps.targetPortOid, in getPathOid()