Home
last modified time | relevance | path

Searched refs:floorIndex (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dpcie_card_floors.cpp63 int32_t floorIndex = -1; in execute() local
105 floorIndex = std::max( in execute()
106 floorIndex, std::get<int32_t>(*floorIndexOrTempSensor)); in execute()
136 if (floorIndex != -1) in execute()
138 if (origIndex != floorIndex) in execute()
141 floorIndex)); in execute()
142 Manager::setParameter(floorIndexParam, floorIndex); in execute()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp125 data.floorIndex = card.value("floor_index", -1); in load()
134 iter->floorIndex = data.floorIndex; in load()
156 std::cerr << "floorIndex: " << entry.floorIndex << "\n"; in dump()
182 return card->floorIndex; in lookup()
H A Dpcie_card_metadata.hpp101 int32_t floorIndex; member