Home
last modified time | relevance | path

Searched refs:hostPosition (Results 1 – 2 of 2) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp76 void getSelectorPosition(size_t& hostPosition) in getSelectorPosition() argument
85 hostPosition = std::get<size_t>(variant); in getSelectorPosition()
90 hostPosition); in getSelectorPosition()
529 static int getBiosVer(std::string& ver, size_t hostPosition) in getBiosVer() argument
538 std::string version_key = KEY_SYSFW_VER + std::to_string(hostPosition); in getBiosVer()
638 size_t hostPosition = 0; in udbg_get_info_page() local
652 hostPosition = plat_get_fru_sel(); in udbg_get_info_page()
656 if (hostPosition == BMC_POSITION || hostInstances == "0") in udbg_get_info_page()
661 else if (hostPosition != BMC_POSITION && hostPosition <= maxPosition) in udbg_get_info_page()
663 std::string data = "FRU:slot" + std::to_string(hostPosition); in udbg_get_info_page()
[all …]
/openbmc/phosphor-buttons/src/
H A Dserial_uart_mux.cpp97 size_t hostPosition = std::get<size_t>(property.second); in hostSelectorPositionChanged() local
98 lg2::debug("property changed : {VALUE}", "VALUE", hostPosition); in hostSelectorPositionChanged()
99 configSerialConsoleMux(hostPosition); in hostSelectorPositionChanged()