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

/systemd/src/core/
H A Ddevice.c57 devices = UNIT(d)->manager->devices_by_sysfs;
79 r = hashmap_ensure_allocated(&UNIT(d)->manager->devices_by_sysfs, &string_hash_ops);
89 first = hashmap_get(UNIT(d)->manager->devices_by_sysfs, sysfs);
92 r = hashmap_replace(UNIT(d)->manager->devices_by_sysfs, copy, first);
493 l = hashmap_get(m->devices_by_sysfs, sysfs);
606 m->devices_by_sysfs = hashmap_free(m->devices_by_sysfs);
H A Dmanager.h174 Hashmap *devices_by_sysfs; member in struct:Manager

Completed in 676 milliseconds