Searched defs:combined (Results 1 - 3 of 3) sorted by relevance
/systemd/src/journal/ |
H A D | test-catalog.c | 128 const char *combined = local 140 assert_se(streq(combined, payload)); 161 const char *combined = local 173 assert_se(streq(combined, payload));
|
H A D | catalog.c | 170 _cleanup_free_ char *combined = NULL, *prev = NULL; local 190 combined = combine_entries(payload, prev); 191 if (!combined) 193 r = hashmap_update(h, i, combined); 196 combined = NULL;
|
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 670 _cleanup_free_ char *controller = NULL, *origin = NULL, *combined = NULL; local 680 r = readlink_malloc(origin, &combined); 699 if (!filename_is_valid(combined)) { 700 log_warning("Ignoring invalid combined hierarchy %s.", combined); 704 r = mount_legacy_cgroup_hierarchy(dest, combined, combined, true); 708 r = symlink_idempotent(combined, target); 710 log_error("Invalid existing symlink for combined hierarchy"); 714 return log_error_errno(r, "Failed to create symlink for combined hierarch [all...] |
Completed in 15 milliseconds