Home
last modified time | relevance | path

Searched refs:database_by_uid (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/sysusers/
Dsysusers.c101 static Hashmap *database_by_uid = NULL, *database_by_username = NULL; variable
117 STATIC_DESTRUCTOR_REGISTER(database_by_uid, hashmap_freep);
168 r = hashmap_ensure_allocated(&database_by_uid, NULL); in load_user_database()
194 q = hashmap_put(database_by_uid, UID_TO_PTR(pw->pw_uid), n); in load_user_database()
954 if (hashmap_contains(database_by_uid, UID_TO_PTR(uid))) in uid_is_ok()
1186 if (hashmap_contains(database_by_uid, UID_TO_PTR(gid))) in gid_is_ok()