Searched refs:hashmap_get (Results 1 - 25 of 66) sorted by relevance

123

/systemd/src/test/
H A Dtest-hashmap-plain.c51 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 Dlogind-core.c43 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 Dlogind-session-dbus.c390 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 Dlogind-seat-dbus.c237 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 Dlogind-session-device.c310 sd->device = hashmap_get(sd->session->manager->devices, sp);
320 sd->device = hashmap_get(sd->session->manager->devices, sp);
H A Dlogind-user-dbus.c296 user = hashmap_get(m->users, UID_TO_PTR(uid));
348 user = hashmap_get(m->users, UID_TO_PTR(uid));
H A Dlogind-dbus.c72 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 Dresolved-dns-zone.c64 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 Dresolved-dns-cache.c79 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 Dresolved-dns-trust-anchor.c340 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 Dmachined-dbus.c148 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 Dsysusers.c250 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 Dbus-endpoint.c96 po = hashmap_get(ep->policy_hash, name);
H A Dtransaction.c49 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 Dcgroup.c1234 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 Ddevice.c58 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 Dnetworkd-wait-online-manager.c62 l = hashmap_get(m->links_by_name, *ifname);
122 l = hashmap_get(m->links, INT_TO_PTR(ifindex));
H A Dnetworkd-fdb.c41 fdb_entry = hashmap_get(network->fdb_entries_by_section, UINT_TO_PTR(section));
/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c396 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 Dbus-objects.c1026 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 Ddelta.c278 h = hashmap_get(drops, unit);
408 o = hashmap_get(bottom, key);
423 h = hashmap_get(drops, key);
/systemd/src/journal/
H A Dmmap-cache.c312 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 Dcryptsetup-generator.c257 d = hashmap_get(arg_disks, uuid);
408 d = hashmap_get(arg_disks, uuid);
/systemd/src/import/
H A Dcurl-util.c49 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 Danalyze.c803 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);

Completed in 81 milliseconds

123