Home
last modified time | relevance | path

Searched refs:DeviceFound (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/core/
Ddevice.h12 typedef enum DeviceFound { enum
18 } DeviceFound; typedef
30 DeviceFound found, deserialized_found, enumerated_found;
40 void device_found_node(Manager *m, const char *node, DeviceFound found, DeviceFound mask);
Ddevice.c34 static void device_update_found_one(Device *d, DeviceFound found, DeviceFound mask);
170 DeviceFound found = d->deserialized_found; in device_coldplug()
230 DeviceFound flag;
238 static int device_found_to_string_many(DeviceFound flags, char **ret) { in device_found_to_string_many()
256 static int device_found_from_string_many(const char *name, DeviceFound *ret) { in device_found_from_string_many()
257 DeviceFound flags = 0; in device_found_from_string_many()
264 DeviceFound f = 0; in device_found_from_string_many()
669 static void device_found_changed(Device *d, DeviceFound previous, DeviceFound now) { in device_found_changed()
689 static void device_update_found_one(Device *d, DeviceFound found, DeviceFound mask) { in device_update_found_one()
693 DeviceFound n, previous; in device_update_found_one()
[all …]