Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mpathadm/
H A Dmpathadm.c1137 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()
[all …]