Searched refs:DeviceState (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Ddevice.h42 DeviceState state, deserialized_state;
H A Ddevice.c128 static void device_set_state(Device *d, DeviceState state) {
129 DeviceState old_state;
180 DeviceState state;
/systemd/src/basic/
H A Dunit-name.h91 typedef enum DeviceState { enum
97 } DeviceState; typedef in typeref:enum:DeviceState
337 const char* device_state_to_string(DeviceState i) _const_;
338 DeviceState device_state_from_string(const char *s) _pure_;
H A Dunit-name.c906 DEFINE_STRING_TABLE_LOOKUP(device_state, DeviceState);

Completed in 41 milliseconds