Searched defs:devices (Results 1 - 4 of 4) sorted by relevance
/systemd/src/login/ |
H A D | logind-session.h | 117 Hashmap *devices; member in struct:Session
|
H A D | logind.h | 43 Hashmap *devices; member in struct:Manager
|
/systemd/src/core/ |
H A D | device.c | 47 Hashmap *devices; local 55 /* Remove this unit from the chain of devices which share the 57 devices = UNIT(d)->manager->devices_by_sysfs; 58 first = hashmap_get(devices, d->sysfs); 62 hashmap_remove_and_replace(devices, d->sysfs, first->sysfs, first); 64 hashmap_remove(devices, d->sysfs); 111 * for devices by default. This is because they otherwise wait 112 * indefinitely for plugged in devices, something which cannot 414 * conflicting devices, e.g. when two disks want the 669 log_error_errno(r, "Failed to enumerate devices [all...] |
/systemd/src/libsystemd/sd-device/ |
H A D | device-enumerator.c | 47 Prioq *devices; member in struct:sd_device_enumerator 91 while ((device = prioq_pop(enumerator->devices))) 94 prioq_free(enumerator->devices); 293 * when creating those devices, and hence we should too when 319 /* md and dm devices are enumerated after all other devices */ 334 r = prioq_ensure_allocated(&enumerator->devices, device_compare); 338 r = prioq_put(enumerator->devices, device, NULL); 506 /* this is necessarily racey, so ignore missing devices */ 531 * All devices wit [all...] |
Completed in 1215 milliseconds