Searched refs:hostPosition (Results 1 – 2 of 2) sorted by relevance
76 void getSelectorPosition(size_t& hostPosition) in getSelectorPosition() argument85 hostPosition = std::get<size_t>(variant); in getSelectorPosition()90 hostPosition); in getSelectorPosition()529 static int getBiosVer(std::string& ver, size_t hostPosition) in getBiosVer() argument538 std::string version_key = KEY_SYSFW_VER + std::to_string(hostPosition); in getBiosVer()638 size_t hostPosition = 0; in udbg_get_info_page() local652 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 …]
97 size_t hostPosition = std::get<size_t>(property.second); in hostSelectorPositionChanged() local98 lg2::debug("property changed : {VALUE}", "VALUE", hostPosition); in hostSelectorPositionChanged()99 configSerialConsoleMux(hostPosition); in hostSelectorPositionChanged()