Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-util.c219 if (!LIST_IS_EMPTY(options)) { in bus_read_mount_options()
Ddbus-cgroup.c740 if (!LIST_IS_EMPTY(c->bpf_foreign_programs)) { in bus_cgroup_set_transient_property()
Dcgroup.c1700 return !LIST_IS_EMPTY(c->bpf_foreign_programs); in unit_get_needs_bpf_foreign_program()
Ddbus-execute.c1697 if (LIST_IS_EMPTY(options)) { in bus_exec_context_set_transient_property()
Dunit.c4134 if ((ec->root_image || !LIST_IS_EMPTY(ec->mount_images)) && in unit_patch_contexts()
Dload-fragment.c1695 if (LIST_IS_EMPTY(options)) in config_parse_root_image_options()
/systemd-251/src/basic/
Dlist.h173 #define LIST_IS_EMPTY(head) \ macro
/systemd-251/coccinelle/
Dmacros.h192 #define LIST_IS_EMPTY(head) \ macro
/systemd-251/src/resolve/
Dresolved-dnssd.c110 if (LIST_IS_EMPTY(service->txt_data_items)) { in dnssd_service_load()
Dresolved-conf.c397 if (!LIST_IS_EMPTY(txt_data->txt)) { in config_parse_dnssd_txt()
/systemd-251/src/test/
Dtest-list.c243 assert_se(!LIST_IS_EMPTY(head)); in main()
/systemd-251/src/udev/
Dudevd.c1011 if (LIST_IS_EMPTY(manager->events) || in event_queue_start()
1169 if (LIST_IS_EMPTY(manager->events)) { in event_queue_insert()
1614 if (!LIST_IS_EMPTY(manager->events)) { in on_post()
Dudev-rules.c1066 while (!LIST_IS_EMPTY(head_old)) { in sort_tokens()