Searched refs:load_credentials (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 349 Hashmap *load_credentials; /* output id → ExecLoadCredential */ member
|
D | dbus-execute.c | 892 HASHMAP_FOREACH(lc, c->load_credentials) { in property_get_load_credential() 2210 old = hashmap_get(c->load_credentials, id); in bus_exec_context_set_transient_property() 2230 … r = hashmap_ensure_put(&c->load_credentials, &exec_load_credential_hash_ops, lc->id, lc); in bus_exec_context_set_transient_property() 2246 c->load_credentials = hashmap_free(c->load_credentials); in bus_exec_context_set_transient_property()
|
D | load-fragment.c | 4828 context->load_credentials = hashmap_free(context->load_credentials); in config_parse_load_credential() 4869 old = hashmap_get(context->load_credentials, k); in config_parse_load_credential() 4886 … r = hashmap_ensure_put(&context->load_credentials, &exec_load_credential_hash_ops, lc->id, lc); in config_parse_load_credential()
|
D | execute.c | 1469 !hashmap_isempty(context->load_credentials); in exec_context_has_credentials() 2862 HASHMAP_FOREACH(lc, context->load_credentials) { in acquire_credentials() 5409 c->load_credentials = hashmap_free(c->load_credentials); in exec_context_done()
|