Searched refs:STOPPING (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-inventory-manager/ |
H A D | manager.hpp | 221 volatile enum class ManagerStatus { STARTING, RUNNING, STOPPING } _status; enumerator
|
H A D | manager.cpp | 98 _status = ManagerStatus::STOPPING; in shutdown() 120 while (_status != ManagerStatus::STOPPING) in run()
|
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-vin.h | 76 STOPPING, enumerator
|
H A D | rcar-dma.c | 1450 vin->state = STOPPING; in rvin_stop_streaming()
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 82 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()
|