Lines Matching refs:luProps

739 	MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps;  in listLogicalUnit()  local
810 (void) memset(&luProps, 0, in listLogicalUnit()
816 &luProps); in listLogicalUnit()
825 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit()
896 (void) memset(&luProps, 0, in listLogicalUnit()
902 &luProps); in listLogicalUnit()
921 luProps.deviceFileName); in listLogicalUnit()
937 compareLUName(optionList->optarg, luProps.name)) { in listLogicalUnit()
1014 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit()
1136 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps) in listIndividualLogicalUnit() argument
1144 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in listIndividualLogicalUnit()
1153 getStringArray(luProps.deviceFileName, in listIndividualLogicalUnit()
1154 sizeof (luProps.deviceFileName))); in listIndividualLogicalUnit()
1203 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in showLogicalUnit() local
1214 (void) memset(&luProps, 0, in showLogicalUnit()
1218 luOid, &luProps); in showLogicalUnit()
1242 if (showIndividualLogicalUnit(luOid, luProps, in showLogicalUnit()
1276 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps, in showIndividualLogicalUnit() argument
1291 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in showIndividualLogicalUnit()
1297 displayArray(luProps.vendor, in showIndividualLogicalUnit()
1298 sizeof (luProps.vendor)); in showIndividualLogicalUnit()
1300 displayArray(luProps.product, in showIndividualLogicalUnit()
1301 sizeof (luProps.product)); in showIndividualLogicalUnit()
1303 displayArray(luProps.revision, in showIndividualLogicalUnit()
1304 sizeof (luProps.revision)); in showIndividualLogicalUnit()
1306 displayLogicalUnitNameTypeString(luProps.nameType); in showIndividualLogicalUnit()
1308 displayArray(luProps.name, sizeof (luProps.name)); in showIndividualLogicalUnit()
1310 (MP_TRUE == luProps.asymmetric)? in showIndividualLogicalUnit()
1315 if (luProps.currentLoadBalanceType == 0) { in showIndividualLogicalUnit()
1318 displayLoadBalanceString(luProps.currentLoadBalanceType); in showIndividualLogicalUnit()
1323 if (0xffffffff == luProps.logicalUnitGroupID) { in showIndividualLogicalUnit()
1326 (void) printf("0x%x\n", luProps.logicalUnitGroupID); in showIndividualLogicalUnit()
1333 (void) printf("%s\n", (MP_TRUE == luProps.autoFailbackEnabled)? in showIndividualLogicalUnit()
1341 (void) printf("%s\n", (MP_TRUE == luProps.autoProbingEnabled)? in showIndividualLogicalUnit()
1351 displayArray(luProps.deviceFileName, in showIndividualLogicalUnit()
1352 sizeof (luProps.deviceFileName)); in showIndividualLogicalUnit()
1397 } else if (luProps.overridePath.objectSequenceNumber == in showIndividualLogicalUnit()
1421 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1438 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1488 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1640 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in failoverLogicalUnit() local
1658 (void) memset(&luProps, 0, in failoverLogicalUnit()
1661 MP_GetMPLogicalUnitProperties(luOid, &luProps); in failoverLogicalUnit()
1668 if (MP_TRUE != luProps.asymmetric) { in failoverLogicalUnit()
1755 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in getLogicalUnitOid() local
1813 (void) memset(&luProps, 0, in getLogicalUnitOid()
1817 pLogicalUnitOidList->oids[lu], &luProps); in getLogicalUnitOid()
1824 if (compareLUName(luFileName, luProps.deviceFileName) in getLogicalUnitOid()
1839 ((fd2 = open(luProps.deviceFileName, in getLogicalUnitOid()
2450 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in getPathOid() local
2531 (void) memset(&luProps, 0, in getPathOid()
2535 pLogicalUnitOidList->oids[lu], &luProps); in getPathOid()
2542 luProps.deviceFileName) == B_TRUE) { in getPathOid()