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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h40 Hashmap *sysattr_values; /* cached sysattr values */ member in struct:sd_device
H A Dsd-device.c85 hashmap_free_free_free(device->sysattr_values);
1664 r = hashmap_ensure_allocated(&device->sysattr_values, &string_hash_ops);
1668 value_old = hashmap_remove2(device->sysattr_values, _key, (void **)&key);
1675 r = hashmap_put(device->sysattr_values, key, value);
1690 value = hashmap_get2(device->sysattr_values, _key, (void **) &key);
1786 value = hashmap_remove2(device->sysattr_values, _key, (void **) &key);

Completed in 17 milliseconds