Searched defs:MachineState (Results 1 - 1 of 1) sorted by relevance

/systemd/src/machine/
H A Dmachine.h29 typedef enum MachineState { enum
35 } MachineState; typedef in typeref:enum:MachineState
110 MachineState machine_get_state(Machine *u);
117 const char* machine_state_to_string(MachineState t) _const_;
118 MachineState machine_state_from_string(const char *s) _pure_;

Completed in 764 milliseconds