Lines Matching refs:luProps

738 	MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps;  in listLogicalUnit()  local
809 (void) memset(&luProps, 0, in listLogicalUnit()
815 &luProps); in listLogicalUnit()
824 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit()
895 (void) memset(&luProps, 0, in listLogicalUnit()
901 &luProps); in listLogicalUnit()
920 luProps.deviceFileName); in listLogicalUnit()
936 compareLUName(optionList->optarg, luProps.name)) { in listLogicalUnit()
1013 if (listIndividualLogicalUnit(luOid, luProps) in listLogicalUnit()
1135 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps) in listIndividualLogicalUnit() argument
1143 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in listIndividualLogicalUnit()
1152 getStringArray(luProps.deviceFileName, in listIndividualLogicalUnit()
1153 sizeof (luProps.deviceFileName))); in listIndividualLogicalUnit()
1202 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in showLogicalUnit() local
1213 (void) memset(&luProps, 0, in showLogicalUnit()
1217 luOid, &luProps); in showLogicalUnit()
1241 if (showIndividualLogicalUnit(luOid, luProps, in showLogicalUnit()
1275 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps, in showIndividualLogicalUnit() argument
1290 displayArray(luProps.deviceFileName, sizeof (luProps.deviceFileName)); in showIndividualLogicalUnit()
1296 displayArray(luProps.vendor, in showIndividualLogicalUnit()
1297 sizeof (luProps.vendor)); in showIndividualLogicalUnit()
1299 displayArray(luProps.product, in showIndividualLogicalUnit()
1300 sizeof (luProps.product)); in showIndividualLogicalUnit()
1302 displayArray(luProps.revision, in showIndividualLogicalUnit()
1303 sizeof (luProps.revision)); in showIndividualLogicalUnit()
1305 displayLogicalUnitNameTypeString(luProps.nameType); in showIndividualLogicalUnit()
1307 displayArray(luProps.name, sizeof (luProps.name)); in showIndividualLogicalUnit()
1309 (MP_TRUE == luProps.asymmetric)? in showIndividualLogicalUnit()
1314 if (luProps.currentLoadBalanceType == 0) { in showIndividualLogicalUnit()
1317 displayLoadBalanceString(luProps.currentLoadBalanceType); in showIndividualLogicalUnit()
1322 if (0xffffffff == luProps.logicalUnitGroupID) { in showIndividualLogicalUnit()
1325 (void) printf("0x%x\n", luProps.logicalUnitGroupID); in showIndividualLogicalUnit()
1332 (void) printf("%s\n", (MP_TRUE == luProps.autoFailbackEnabled)? in showIndividualLogicalUnit()
1340 (void) printf("%s\n", (MP_TRUE == luProps.autoProbingEnabled)? in showIndividualLogicalUnit()
1350 displayArray(luProps.deviceFileName, in showIndividualLogicalUnit()
1351 sizeof (luProps.deviceFileName)); in showIndividualLogicalUnit()
1396 } else if (luProps.overridePath.objectSequenceNumber == in showIndividualLogicalUnit()
1420 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1437 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1487 if (MP_TRUE == luProps.asymmetric) { in showIndividualLogicalUnit()
1639 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in failoverLogicalUnit() local
1657 (void) memset(&luProps, 0, in failoverLogicalUnit()
1660 MP_GetMPLogicalUnitProperties(luOid, &luProps); in failoverLogicalUnit()
1667 if (MP_TRUE != luProps.asymmetric) { in failoverLogicalUnit()
1754 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in getLogicalUnitOid() local
1812 (void) memset(&luProps, 0, in getLogicalUnitOid()
1816 pLogicalUnitOidList->oids[lu], &luProps); in getLogicalUnitOid()
1823 if (compareLUName(luFileName, luProps.deviceFileName) in getLogicalUnitOid()
1838 ((fd2 = open(luProps.deviceFileName, in getLogicalUnitOid()
2449 MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES luProps; in getPathOid() local
2530 (void) memset(&luProps, 0, in getPathOid()
2534 pLogicalUnitOidList->oids[lu], &luProps); in getPathOid()
2541 luProps.deviceFileName) == B_TRUE) { in getPathOid()