Home
last modified time | relevance | path

Searched refs:updateState (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-webui/app/server-control/directives/
H A Dkvm-console.js53 updateState(
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp289 updateState(sensor); in process()
319 updateState(sensor); in process()
367 void Fan::updateState(TachSensor& sensor) in updateState() function in phosphor::fan::monitor::Fan
H A Dfan.hpp110 void updateState(TachSensor& sensor);
H A Dtach_sensor.cpp85 _timer(event, std::bind(&Fan::updateState, &fan, std::ref(*this))), in TachSensor()
/openbmc/ipmitool/lib/
H A Dipmi_ime.c688 printf("%x - ", pStatus->updateState); in ImeUpdateGetStatus()