Home
last modified time | relevance | path

Searched refs:chassis_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmi-fru-parser/
H A Dfrup.cpp251 const void* areabuf, unsigned int areabuflen, uint8_t* chassis_type, in ipmi_fru_chassis_info_area() argument
276 if (chassis_type) in ipmi_fru_chassis_info_area()
277 (*chassis_type) = areabufptr[area_offset]; in ipmi_fru_chassis_info_area()
682 uint8_t chassis_type; in parse_fru_area() local
710 static_cast<const uint8_t*>(msgbuf) + 2, len, &chassis_type, in parse_fru_area()
722 vpd_key_names[i], "TYPE", chassis_type); in parse_fru_area()
724 std::to_string(chassis_type)); in parse_fru_area()
/openbmc/u-boot/include/
H A Dsmbios.h122 u8 chassis_type; member
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp193 uint8_t chassis_type; // 00 - ORv1, 01 - ORv2 (FBTP) member
/openbmc/u-boot/lib/
H A Dsmbios.c163 t->chassis_type = SMBIOS_ENCLOSURE_DESKTOP; in smbios_write_type3()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1225 if (req->chassis_type >= sizeof(chassisType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1229 chassisType[req->chassis_type]; in ipmiOemSetMachineCfgInfo()