Searched refs:chassisType (Results 1 – 9 of 9) sorted by relevance
54 const std::string_view& chassisType) in translateChassisTypeToRedfish() argument56 if (chassisType == in translateChassisTypeToRedfish()61 if (chassisType == in translateChassisTypeToRedfish()66 if (chassisType == in translateChassisTypeToRedfish()71 if (chassisType == in translateChassisTypeToRedfish()76 if (chassisType == in translateChassisTypeToRedfish()81 if (chassisType == in translateChassisTypeToRedfish()86 if (chassisType == in translateChassisTypeToRedfish()91 if (chassisType == in translateChassisTypeToRedfish()516 auto chassisType = translateChassisTypeToRedfish(*type); in handleChassisProperties() local[all …]
136 uint8_t chassisType = 0; // Not specified in appendChassisType() local143 chassisType = std::stoi(value); in appendChassisType()150 chassisType = 0; in appendChassisType()153 data.emplace_back(chassisType); in appendChassisType()
37 chassisType: ChassisType,
97 <dt>{{ $t('pageInventory.table.chassisType') }}:</dt>98 <dd>{{ dataFormatter(item.chassisType) }}</dd>
178 std::string chassisType; in recalculateHashes() local181 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()185 if (chassisType.compare(chassisTypeRackMount) != 0 && in recalculateHashes()186 chassisType.compare(chassisTypeMainServer) != 0) in recalculateHashes()
192 chassisType = 3, enumerator
177 const char* chassisType[] = {"ORV1", "ORV2"}; variable
189 std::string chassisType; in recalculateHashes() local192 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()196 if (chassisType.compare(chassisTypeRackMount) != 0) in recalculateHashes()
1225 if (req->chassis_type >= sizeof(chassisType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1229 chassisType[req->chassis_type]; in ipmiOemSetMachineCfgInfo()