Searched refs:DeviceAction (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h98 typedef enum DeviceAction { enum
107 } DeviceAction; typedef in typeref:enum:DeviceAction
125 DeviceAction device_action_from_string(const char *s) _pure_;
126 const char *device_action_to_string(DeviceAction a) _const_;
H A Ddevice-private.c471 DEFINE_STRING_TABLE_LOOKUP(device_action, DeviceAction);
474 DeviceAction *_action) {
475 DeviceAction action = _DEVICE_ACTION_INVALID;
542 static int device_verify(sd_device *device, DeviceAction action, uint64_t seqnum) {
559 DeviceAction action = _DEVICE_ACTION_INVALID;
595 DeviceAction action = _DEVICE_ACTION_INVALID;

Completed in 323 milliseconds