Searched refs:device_found_node (Results 1 - 4 of 4) sorted by relevance
| /systemd/src/core/ |
| H A D | device.c | 783 int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now) { function
|
| H A D | device.h | 47 int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now);
|
| H A D | mount.c | 1537 (void) device_found_node(m, d, true, DEVICE_FOUND_MOUNT, set_flags); 1763 (void) device_found_node(m, what, false, DEVICE_FOUND_MOUNT, true);
|
| H A D | swap.c | 1109 device_found_node(m, d, true, DEVICE_FOUND_SWAP, set_flags); 1164 device_found_node(m, swap->what, false, DEVICE_FOUND_SWAP, true);
|
Completed in 34 milliseconds