Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-patch-uid.c130 acl_entry_t new_entry; in shift_acl() local
132 if (acl_create_entry(&copy, &new_entry) < 0) in shift_acl()
135 if (acl_copy_entry(new_entry, i) < 0) in shift_acl()
139 if (acl_set_qualifier(new_entry, &new_uid) < 0) in shift_acl()
/systemd-251/src/basic/
Dhashmap.c1011 struct ordered_hashmap_entry *new_entry; in hashmap_base_put_boldly() local
1016 new_entry = bucket_at_swap(swap, IDX_PUT); in hashmap_base_put_boldly()
1023 idx = bucket_hash(h, new_entry->p.b.key); in hashmap_base_put_boldly()
1030 new_entry->iterate_next = IDX_NIL; in hashmap_base_put_boldly()
1031 new_entry->iterate_previous = lh->iterate_list_tail; in hashmap_base_put_boldly()