Searched refs:DeviceFound (Results 1 - 2 of 2) sorted by relevance
/systemd/src/core/ |
H A D | device.h | 24 typedef enum DeviceFound { enum 29 } DeviceFound; typedef in typeref:enum:DeviceFound 35 DeviceFound found; 47 int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now);
|
H A D | device.c | 452 static void device_update_found_one(Device *d, bool add, DeviceFound found, bool now) { 453 DeviceFound n, previous; 484 static int device_update_found_by_sysfs(Manager *m, const char *sysfs, bool add, DeviceFound found, bool now) { 500 static int device_update_found_by_name(Manager *m, const char *path, bool add, DeviceFound found, bool now) { 783 int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now) {
|
Completed in 12 milliseconds