Home
last modified time | relevance | path

Searched refs:hostPosition (Results 1 – 3 of 3) 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
531 std::string sysfwVersionFile = std::format(SYSFW_VER_FILE, hostPosition); in getBiosVer()
639 size_t hostPosition = 0; in udbg_get_info_page() local
653 hostPosition = plat_get_fru_sel(); in udbg_get_info_page()
658 if (hostPosition == BMC_POSITION || hostInstances == "0") in udbg_get_info_page()
662 else if (hostPosition != BMC_POSITION && hostPosition <= maxPosition) in udbg_get_info_page()
670 data = "FRU:slot" + std::to_string(hostPosition); in udbg_get_info_page()
[all …]
H A Doemcommands.cpp583 size_t hostPosition = 0; in getMotherBoardFruPath() local
585 getSelectorPosition(hostPosition); in getMotherBoardFruPath()
587 if (platform == true && hostPosition == 0) in getMotherBoardFruPath()
598 size_t targetIndex = (hostPosition > 0 ? hostPosition - 1 : 0); in getMotherBoardFruPath()
/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()