Searched refs:presentState (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/ |
H A D | fan-table-init.sh | 22 presentState=() 38 presentState[i]="true" 40 presentState[i]="false"
|
/openbmc/pldm/platform-mc/ |
H A D | sensor_manager.cpp | 298 uint8_t presentState = 0; in getSensorReading() local 304 &sensorOperationalState, &sensorEventMessageEnable, &presentState, in getSensorReading()
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 2739 uint8_t presentState = PLDM_SENSOR_ENABLED; in TEST() local 2741 sensorData->present_op_state = presentState; in TEST() 2751 EXPECT_EQ(retPresentState, presentState); in TEST() 3418 uint8_t presentState = PLDM_SENSOR_NORMAL; in TEST() local 3425 sensor_event_messageEnable, presentState, previousState, eventState, in TEST() 3440 EXPECT_EQ(presentState, resp->present_state); in TEST() 3489 uint8_t presentState = PLDM_SENSOR_CRITICAL; in TEST() local 3514 resp->present_state = presentState; in TEST() 3533 EXPECT_EQ(presentState, retpresentState); in TEST() 3556 uint8_t presentState = PLDM_SENSOR_FATAL; in TEST() local [all …]
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 111 ipmi::Value presentState; in ledStoreAndSet() local 116 &presentState) != 0) in ledStoreAndSet() 120 ledProp->setPrevState(std::get<std::string>(presentState)); in ledStoreAndSet()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 1912 uint8_t presentState = 0; in parseResponseMsg() local 1921 &sensorOperationalState, &sensorEventMessageEnable, &presentState, in parseResponseMsg() 1939 output["presentState"] = getSensorState(presentState, &sensorPresState); in parseResponseMsg()
|