| /systemd/src/test/ |
| H A D | test-hashmap-plain.c | 51 r = hashmap_get(m, "key 3"); 55 r = hashmap_get(m, "key 5"); 88 r = hashmap_get(copy, "key 1"); 90 r = hashmap_get(copy, "key 2"); 92 r = hashmap_get(copy, "key 3"); 94 r = hashmap_get(copy, "key 4"); 164 r = hashmap_get(n, "key 3"); 166 r = hashmap_get(n, "key 4"); 168 r = hashmap_get(m, "key 3"); 203 r = hashmap_get( [all...] |
| /systemd/src/login/ |
| H A D | logind-core.c | 43 d = hashmap_get(m->devices, sysfs); 65 s = hashmap_get(m->seats, id); 84 s = hashmap_get(m->sessions, id); 104 u = hashmap_get(m->users, UID_TO_PTR(uid)); 151 i = hashmap_get(m->inhibitors, id); 175 b = hashmap_get(m->buttons, name); 196 device = hashmap_get(m->devices, udev_device_get_syspath(d)); 217 seat = hashmap_get(m->seats, sn); 254 b = hashmap_get(m->buttons, udev_device_get_sysname(d)); 292 s = hashmap_get( [all...] |
| H A D | logind-session-dbus.c | 390 sd = hashmap_get(s->devices, &dev); 428 sd = hashmap_get(s->devices, &dev); 454 sd = hashmap_get(s->devices, &dev); 538 session = hashmap_get(m->sessions, name); 551 session = hashmap_get(m->sessions, e); 606 session = hashmap_get(m->sessions, name);
|
| H A D | logind-seat-dbus.c | 237 session = hashmap_get(s->manager->sessions, name); 352 session = hashmap_get(m->sessions, name); 369 seat = hashmap_get(m->seats, e); 425 session = hashmap_get(m->sessions, name);
|
| H A D | logind-session-device.c | 310 sd->device = hashmap_get(sd->session->manager->devices, sp); 320 sd->device = hashmap_get(sd->session->manager->devices, sp);
|
| H A D | logind-user-dbus.c | 296 user = hashmap_get(m->users, UID_TO_PTR(uid)); 348 user = hashmap_get(m->users, UID_TO_PTR(uid));
|
| H A D | logind-dbus.c | 72 session = hashmap_get(m->sessions, name); 101 user = hashmap_get(m->users, UID_TO_PTR(uid)); 128 seat = hashmap_get(m->seats, name); 632 seat = hashmap_get(m->seats, cseat); 739 if (hashmap_get(m->sessions, id)) { 754 } while (hashmap_get(m->sessions, id)); 1155 u = hashmap_get(m->users, UID_TO_PTR(uid)); 2449 } while (hashmap_get(m->inhibitors, id)); 2618 session = hashmap_get(m->session_units, unit); 2628 user = hashmap_get( [all...] |
| /systemd/src/resolve/ |
| H A D | resolved-dns-zone.c | 64 first = hashmap_get(z->by_key, i->rr->key); 71 first = hashmap_get(z->by_name, DNS_RESOURCE_KEY_NAME(i->rr->key)); 102 LIST_FOREACH(by_key, i, hashmap_get(z->by_key, rr->key)) 140 first = hashmap_get(z->by_key, i->rr->key); 150 first = hashmap_get(z->by_name, DNS_RESOURCE_KEY_NAME(i->rr->key)); 306 first = hashmap_get(z->by_name, DNS_RESOURCE_KEY_NAME(key)); 332 first = hashmap_get(z->by_key, key); 342 first = hashmap_get(z->by_name, DNS_RESOURCE_KEY_NAME(key)); 373 first = hashmap_get(z->by_name, DNS_RESOURCE_KEY_NAME(key)); 403 first = hashmap_get( [all...] |
| H A D | resolved-dns-cache.c | 79 first = hashmap_get(c->by_key, i->key); 96 first = hashmap_get(c->by_key, rr->key); 247 first = hashmap_get(c->by_key, i->key); 281 LIST_FOREACH(by_key, i, hashmap_get(c->by_key, rr->key)) 758 i = hashmap_get(c->by_key, k); 766 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_ANY, n)); 772 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_CNAME, n)); 781 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_DNAME, n)); 794 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_NSEC, n)); 957 first = hashmap_get(cach [all...] |
| H A D | resolved-dns-trust-anchor.c | 340 old_answer = hashmap_get(d->positive_by_key, rr->key); 538 a = hashmap_get(d->positive_by_key, key); 582 old_answer = hashmap_get(d->positive_by_key, rr->key); 623 a = hashmap_get(d->positive_by_key, revoked_dnskey->key); 654 a = hashmap_get(d->positive_by_key, &DNS_RESOURCE_KEY_CONST(revoked_dnskey->key->class, DNS_TYPE_DS, DNS_RESOURCE_KEY_NAME(revoked_dnskey->key)));
|
| /systemd/src/machine/ |
| H A D | machined-dbus.c | 148 machine = hashmap_get(m->machines, name); 348 if (hashmap_get(manager->machines, name)) 488 machine = hashmap_get(m->machines, name); 508 machine = hashmap_get(m->machines, name); 528 machine = hashmap_get(m->machines, name); 548 machine = hashmap_get(m->machines, name); 621 machine = hashmap_get(m->machines, name); 641 machine = hashmap_get(m->machines, name); 662 machine = hashmap_get(m->machines, name); 682 machine = hashmap_get( [all...] |
| /systemd/src/sysusers/ |
| H A D | sysusers.c | 250 a = hashmap_get(members, gr->gr_name); 300 a = hashmap_get(members, sg->sg_namp); 409 i = hashmap_get(groups, gr->gr_name); 483 i = hashmap_get(groups, sg->sg_namp); 550 i = hashmap_get(users, pw->pw_name); 639 i = hashmap_get(users, sp->sp_namp); 775 if (hashmap_get(todo_uids, UID_TO_PTR(uid))) 780 i = hashmap_get(todo_gids, GID_TO_PTR(uid)); 788 n = hashmap_get(database_gid, GID_TO_PTR(uid)); 888 z = hashmap_get(database_use [all...] |
| /systemd/src/core/ |
| H A D | bus-endpoint.c | 96 po = hashmap_get(ep->policy_hash, name);
|
| H A D | transaction.c | 49 while ((j = hashmap_get(tr->jobs, u))) 381 if (!delete && hashmap_get(tr->jobs, k->unit) && !unit_matters_to_anchor(k->unit, k)) 427 o = hashmap_get(tr->jobs, u); 587 if (hashmap_get(tr->jobs, j->unit)) 755 f = hashmap_get(tr->jobs, unit); 1059 if (hashmap_get(tr->jobs, u))
|
| H A D | cgroup.c | 1234 u = hashmap_get(m->cgroup_inotify_wd_unit, INT_TO_PTR(e->wd)); 1397 u = hashmap_get(m->cgroup_unit, cgroup); 1407 return hashmap_get(m->cgroup_unit, SPECIAL_ROOT_SLICE); 1411 u = hashmap_get(m->cgroup_unit, p); 1442 return hashmap_get(m->units, SPECIAL_INIT_SCOPE); 1444 u = hashmap_get(m->watch_pids1, PID_TO_PTR(pid)); 1448 u = hashmap_get(m->watch_pids2, PID_TO_PTR(pid));
|
| H A D | device.c | 58 first = hashmap_get(devices, d->sysfs); 89 first = hashmap_get(UNIT(d)->manager->devices_by_sysfs, sysfs); 493 l = hashmap_get(m->devices_by_sysfs, sysfs);
|
| /systemd/src/network/ |
| H A D | networkd-wait-online-manager.c | 62 l = hashmap_get(m->links_by_name, *ifname); 122 l = hashmap_get(m->links, INT_TO_PTR(ifindex));
|
| H A D | networkd-fdb.c | 41 fdb_entry = hashmap_get(network->fdb_entries_by_section, UINT_TO_PTR(section));
|
| /systemd/src/libsystemd/sd-bus/ |
| H A D | bus-match.c | 396 found = hashmap_get(node->compare.children, test_str); 401 found = hashmap_get(node->compare.children, *i); 411 found = hashmap_get(node->compare.children, UINT_TO_PTR(test_u8)); 465 n = hashmap_get(c->compare.children, UINT_TO_PTR(value_u8)); 467 n = hashmap_get(c->compare.children, value_str); 578 n = hashmap_get(c->compare.children, UINT_TO_PTR(value_u8)); 580 n = hashmap_get(c->compare.children, value_str);
|
| H A D | bus-objects.c | 1026 n = hashmap_get(bus->nodes, prefix); 1234 n = hashmap_get(bus->nodes, p); 1253 v = hashmap_get(bus->vtable_methods, &vtable_key); 1280 v = hashmap_get(bus->vtable_properties, &vtable_key); 1420 n = hashmap_get(bus->nodes, path); 1495 n = hashmap_get(bus->nodes, path); 1501 n = hashmap_get(bus->nodes, prefix); 1898 n = hashmap_get(bus->nodes, prefix); 1945 v = hashmap_get(bus->vtable_properties, &key); 2038 assert_se(v = hashmap_get(bu [all...] |
| /systemd/src/delta/ |
| H A D | delta.c | 278 h = hashmap_get(drops, unit); 408 o = hashmap_get(bottom, key); 423 h = hashmap_get(drops, key);
|
| /systemd/src/journal/ |
| H A D | mmap-cache.c | 312 f = hashmap_get(m->fds, FD_TO_PTR(fd)); 443 f = hashmap_get(m->fds, FD_TO_PTR(fd)); 701 f = hashmap_get(m->fds, FD_TO_PTR(fd)); 720 f = hashmap_get(m->fds, FD_TO_PTR(fd));
|
| /systemd/src/cryptsetup/ |
| H A D | cryptsetup-generator.c | 257 d = hashmap_get(arg_disks, uuid); 408 d = hashmap_get(arg_disks, uuid);
|
| /systemd/src/import/ |
| H A D | curl-util.c | 49 translated_fd = PTR_TO_FD(hashmap_get(g->translate_fds, FD_TO_PTR(fd))); 78 io = hashmap_get(g->ios, FD_TO_PTR(s));
|
| /systemd/src/analyze/ |
| H A D | analyze.c | 803 times = hashmap_get(unit_times_hashmap, *a); 806 times = hashmap_get(unit_times_hashmap, *b); 837 times = hashmap_get(unit_times_hashmap, *c); 852 times = hashmap_get(unit_times_hashmap, *c); 861 times = hashmap_get(unit_times_hashmap, *c); 928 times = hashmap_get(unit_times_hashmap, id);
|