Searched refs:hashmap_get2 (Results 1 - 7 of 7) sorted by relevance
| /systemd/src/sysctl/ |
| H A D | sysctl.c | 128 existing = hashmap_get2(sysctl_options, p, &v);
|
| /systemd/src/basic/ |
| H A D | hashmap.h | 164 void *hashmap_get2(Hashmap *h, const void *key, void **rkey); 166 return hashmap_get2(PLAIN_HASHMAP(h), key, rkey);
|
| H A D | hashmap.c | 1296 void *hashmap_get2(Hashmap *h, const void *key, void **key2) { function
|
| /systemd/src/test/ |
| H A D | test-hashmap-plain.c | 677 r = hashmap_get2(NULL, key_orig, &key_copy); 685 r = hashmap_get2(m, key_orig, &key_copy); 690 r = hashmap_get2(m, "no such key", NULL);
|
| /systemd/src/shared/ |
| H A D | logs-show.c | 774 u = PTR_TO_UINT(hashmap_get2(h, n, (void**) &kk));
|
| /systemd/src/libsystemd/sd-device/ |
| H A D | sd-device.c | 1690 value = hashmap_get2(device->sysattr_values, _key, (void **) &key);
|
| /systemd/src/core/ |
| H A D | unit.c | 441 x = hashmap_get2(u->manager->units_requiring_mounts_for, s, (void**) &y);
|
Completed in 265 milliseconds