Searched refs:unit_ids (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/test/ |
D | test-unit-file.c | 29 _cleanup_hashmap_free_ Hashmap *unit_ids = NULL; in TEST() local 40 assert_se(unit_file_build_name_map(&lp, &mtime, &unit_ids, &unit_names, NULL) == 1); in TEST() 42 HASHMAP_FOREACH_KEY(dst, k, unit_ids) in TEST() 53 r = unit_file_build_name_map(&lp, &mtime, &unit_ids, &unit_names, NULL); in TEST() 62 r = unit_file_find_fragment(unit_ids, in TEST() 78 r = unit_file_find_fragment(unit_ids, in TEST()
|
/systemd-251/src/analyze/ |
D | analyze-unit-files.c | 17 _cleanup_hashmap_free_ Hashmap *unit_ids = NULL, *unit_names = NULL; in verb_unit_files() local 28 r = unit_file_build_name_map(&lp, NULL, &unit_ids, &unit_names, NULL); in verb_unit_files() 32 HASHMAP_FOREACH_KEY(dst, k, unit_ids) { in verb_unit_files()
|
/systemd-251/src/core/ |
D | transaction.c | 363 _cleanup_free_ char **array = NULL, *unit_ids = NULL; in transaction_verify_order_one() local 388 unit_ids = merge_unit_ids(j->manager->unit_log_field, array); /* ignore error */ in transaction_verify_order_one() 397 "%s", unit_ids); in transaction_verify_order_one() 407 "%s", unit_ids); in transaction_verify_order_one() 426 "%s", unit_ids); in transaction_verify_order_one()
|