Searched refs:chassisType (Results 1 – 9 of 9) sorted by relevance
52 const std::string_view& chassisType) in translateChassisTypeToRedfish() argument54 if (chassisType == in translateChassisTypeToRedfish()59 if (chassisType == in translateChassisTypeToRedfish()64 if (chassisType == in translateChassisTypeToRedfish()69 if (chassisType == in translateChassisTypeToRedfish()74 if (chassisType == in translateChassisTypeToRedfish()79 if (chassisType == in translateChassisTypeToRedfish()84 if (chassisType == in translateChassisTypeToRedfish()89 if (chassisType == in translateChassisTypeToRedfish()540 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,
95 <dt>{{ $t('pageInventory.table.chassisType') }}:</dt>96 <dd>{{ dataFormatter(item.chassisType) }}</dd>
180 chassisType = 3,178 chassisType = 3, global() enumerator
177 std::string chassisType; in recalculateHashes() local180 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()184 if (chassisType.compare(chassisTypeRackMount) != 0 && in recalculateHashes()185 chassisType.compare(chassisTypeMainServer) != 0) in recalculateHashes()
177 const char* chassisType[] = {"ORV1", "ORV2"}; variable
190 std::string chassisType; in recalculateHashes() local193 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()197 if (chassisType.compare(chassisTypeRackMount) != 0) in recalculateHashes()
1160 if (req->chassis_type >= sizeof(chassisType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()1164 chassisType[req->chassis_type]; in ipmiOemSetMachineCfgInfo()