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

/systemd/src/login/
H A Dlogind.c118 while ((session = hashmap_first(m->sessions)))
121 while ((u = hashmap_first(m->users)))
124 while ((d = hashmap_first(m->devices)))
127 while ((s = hashmap_first(m->seats)))
130 while ((i = hashmap_first(m->inhibitors)))
133 while ((b = hashmap_first(m->buttons)))
H A Dlogind-session.c107 while ((sd = hashmap_first(s->devices)))
693 while ((sd = hashmap_first(s->devices)))
1148 while ((sd = hashmap_first(s->devices)))
/systemd/src/machine/
H A Dmachined.c73 while ((machine = hashmap_first(m->machines)))
/systemd/src/network/
H A Dnetworkd-wait-online-manager.c320 while ((l = hashmap_first(m->links)))
H A Dnetworkd-manager.c1057 while ((link = hashmap_first(m->links)))
1066 while ((netdev = hashmap_first(m->netdevs)))
H A Dnetworkd-netdev.c698 while ((netdev = hashmap_first(manager->netdevs)))
/systemd/src/test/
H A Dtest-hashmap-plain.c751 assert_se(!hashmap_first(m));
753 assert_se(streq(hashmap_first(m), "val 1"));
756 assert_se(streq(hashmap_first(m), "val 1"));
758 assert_se(streq(hashmap_first(m), "val 2"));
/systemd/src/basic/
H A Dhashmap.h324 static inline void *hashmap_first(Hashmap *h) { function
/systemd/src/journal/
H A Dmmap-cache.c346 while ((f = hashmap_first(m->fds)))
H A Dsd-journal.c1791 while ((d = hashmap_first(j->directories_by_path)))
1794 while ((d = hashmap_first(j->directories_by_wd)))
/systemd/src/resolve/
H A Dresolved-dns-zone.c86 while ((i = hashmap_first(z->by_key)))
H A Dresolved-manager.c564 while ((l = hashmap_first(m->links)))
/systemd/src/core/
H A Dtransaction.c58 while ((j = hashmap_first(tr->jobs)))
H A Dmanager.c907 while ((u = hashmap_first(m->units)))
1428 while ((j = hashmap_first(m->jobs)))
/systemd/src/import/
H A Dimportd.c543 while ((t = hashmap_first(m->transfers)))
/systemd/src/sysusers/
H A Dsysusers.c1733 name = hashmap_first(by_id);

Completed in 4031 milliseconds