Home
last modified time | relevance | path

Searched refs:maxPosition (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp22 const int maxPosition = 4; variable
83 if (position > maxPosition) in IpmiPostReporter()
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp56 void getMaxHostPosition(size_t& maxPosition) in getMaxHostPosition() argument
66 maxPosition = std::get<size_t>(variant); in getMaxHostPosition()
71 "MAXPOSITION", maxPosition); in getMaxHostPosition()
640 size_t maxPosition; in udbg_get_info_page() local
656 getMaxHostPosition(maxPosition); in udbg_get_info_page()
662 else if (hostPosition != BMC_POSITION && hostPosition <= maxPosition) in udbg_get_info_page()
/openbmc/phosphor-buttons/inc/
H A DhostSelector_switch.hpp53 maxPosition(buttonCfg.extraJsonInfo["max_position"], true); in HostSelector()
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp504 auto maxPosition = std::get<size_t>(properties.at("MaxPosition")); in increaseHostSelectorPosition() local
508 (position < maxPosition) ? (position + 1) : 0; in increaseHostSelectorPosition()