Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp221 volatile enum class ManagerStatus { STARTING, RUNNING, STOPPING } _status; enumerator
H A Dmanager.cpp98 _status = ManagerStatus::STOPPING; in shutdown()
120 while (_status != ManagerStatus::STOPPING) in run()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h76 STOPPING, enumerator
H A Drcar-dma.c1440 vin->state = STOPPING; in rvin_stop_streaming()
/openbmc/linux/drivers/net/wan/
H A Dhdlc_ppp.c82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
324 proto->restart_counter = (proto->state == STOPPING) ? in ppp_cp_event()
577 case STOPPING: in ppp_timer()