Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Djournal-util.c94 if (ordered_hashmap_isempty(j->files) && !quiet) in journal_access_check_and_warn()
104 if (ordered_hashmap_isempty(j->files)) in journal_access_check_and_warn()
Dinstall.c2101 if (ordered_hashmap_isempty(ctx->will_process)) in install_context_apply()
2172 if (ordered_hashmap_isempty(ctx->will_process)) in install_context_mark_for_removal()
/systemd-251/src/sysusers/
Dsysusers.c404 if (ordered_hashmap_isempty(todo_uids)) in write_temporary_passwd()
528 if (ordered_hashmap_isempty(todo_uids)) in write_temporary_shadow()
666 if (ordered_hashmap_isempty(todo_gids) && ordered_hashmap_isempty(members)) in write_temporary_group()
772 if (ordered_hashmap_isempty(todo_gids) && ordered_hashmap_isempty(members)) in write_temporary_gshadow()
/systemd-251/src/basic/
Dordered-set.h54 return ordered_hashmap_isempty((OrderedHashmap*) s); in ordered_set_isempty()
Dhashmap.h269 static inline bool ordered_hashmap_isempty(OrderedHashmap *h) { in ordered_hashmap_isempty() function
/systemd-251/src/libsystemd/sd-journal/
Dtest-catalog.c52 assert_se(ordered_hashmap_isempty(h)); in test_catalog_import_invalid()
/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c974 if (!ordered_hashmap_isempty(device->properties_db)) in device_has_info()
/systemd-251/src/udev/net/
Dlink-config.c910 if (ordered_hashmap_isempty(link->config->sr_iov_by_section)) in link_apply_sr_iov_config()
/systemd-251/src/network/
Dnetworkd-network.c190 if (!ordered_hashmap_isempty(network->addresses_by_section)) in network_verify()
Dnetworkd-nexthop.c1033 ordered_hashmap_isempty(nh->network->addresses_by_section)) { in nexthop_section_verify()
Dnetworkd-route.c2847 ordered_hashmap_isempty(network->addresses_by_section)) { in route_section_verify()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c1049 if (!ordered_hashmap_isempty(client->vendor_options)) { in client_append_common_discover_request_options()