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

/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c138 Hashmap **hashmap; local
145 hashmap = &enumerator->match_sysattr;
147 hashmap = &enumerator->nomatch_sysattr;
149 r = hashmap_ensure_allocated(hashmap, NULL);
163 r = hashmap_put(*hashmap, sysattr, value);

Completed in 1193 milliseconds