Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp53 const std::string_view& chassisType) in translateChassisTypeToRedfish()
55 if (chassisType == in translateChassisTypeToRedfish()
60 if (chassisType == in translateChassisTypeToRedfish()
65 if (chassisType == in translateChassisTypeToRedfish()
70 if (chassisType == in translateChassisTypeToRedfish()
75 if (chassisType == in translateChassisTypeToRedfish()
80 if (chassisType == in translateChassisTypeToRedfish()
85 if (chassisType == in translateChassisTypeToRedfish()
90 if (chassisType == in translateChassisTypeToRedfish()
535 auto chassisType in handleChassisProperties()
52 translateChassisTypeToRedfish(const std::string_view & chassisType) translateChassisTypeToRedfish() argument
540 auto chassisType = translateChassisTypeToRedfish(*type); handleChassisProperties() local
[all...]
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp136 uint8_t chassisType = 0; // Not specified in appendChassisType() local
143 chassisType = std::stoi(value); in appendChassisType()
150 chassisType = 0; in appendChassisType()
153 data.emplace_back(chassisType); in appendChassisType()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DChassisStore.js37 chassisType: ChassisType,
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableChassis.vue95 <dt>{{ $t('pageInventory.table.chassisType') }}:</dt>
96 <dd>{{ dataFormatter(item.chassisType) }}</dd>
/openbmc/smbios-mdr/include/
H A Dsmbios_mdrv2.hpp189 chassisType = 3,
180 chassisType = 3, global() enumerator
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp175 std::string chassisType; in recalculateHashes()
178 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()
182 if (chassisType.compare(chassisTypeRackMount) != 0 && in recalculateHashes()
183 chassisType.compare(chassisTypeMainServer) != 0) in recalculateHashes()
177 std::string chassisType; recalculateHashes() local
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp177 const char* chassisType[] = {"ORV1", "ORV2"}; variable
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp190 std::string chassisType; in recalculateHashes() local
193 chassisType = std::get<std::string>(chassisFind->second); in recalculateHashes()
197 if (chassisType.compare(chassisTypeRackMount) != 0) in recalculateHashes()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1160 if (req->chassis_type >= sizeof(chassisType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1164 chassisType[req->chassis_type]; in ipmiOemSetMachineCfgInfo()