Searched refs:source2 (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/boot/ |
D | bless-boot.c | 403 const char *target, *source1, *source2; in verb_set() local 429 source2 = bad; /* Maybe this boot was previously marked as 'bad'? */ in verb_set() 433 source2 = good; /* Maybe this boot was previously marked as 'good'? */ in verb_set() 438 source2 = bad; in verb_set() 453 r = rename_noreplace(fd, skip_slash(source2), fd, skip_slash(target)); in verb_set() 467 … return log_error_errno(r, "Failed to rename '%s' to '%s': %m", source2, target); in verb_set() 469 log_debug("Successfully renamed '%s' to '%s'.", source2, target); in verb_set()
|
/systemd-251/man/ |
D | inotify-watch-tmp.c | 38 _cleanup_(sd_event_source_unrefp) sd_event_source *source1 = NULL, *source2 = NULL; in main() 51 sd_event_add_inotify(event, &source2, path2, in main()
|