Searched refs:arg_machine (Results 1 - 5 of 5) sorted by relevance
/systemd/src/cgls/ |
H A D | cgls.c | 45 static char* arg_machine = NULL; variable 110 arg_machine = optarg; 130 if (!arg_machine) { 140 m = strjoina("/run/systemd/machines/", arg_machine); 248 if (!arg_machine) {
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 119 static char *arg_machine = NULL; variable 534 arg_machine = mfree(arg_machine); 541 r = free_and_strdup(&arg_machine, optarg); 915 if (arg_template && !(arg_directory || arg_machine)) { 1363 if (sethostname_idempotent(arg_machine) < 0) 1655 p = strjoina("/run/systemd/nspawn/propagate/", arg_machine); 2280 log_full(arg_quiet ? LOG_DEBUG : LOG_INFO, "Container %s exited successfully.", arg_machine); 2283 log_full(arg_quiet ? LOG_DEBUG : LOG_INFO, "Container %s failed with error code %i.", arg_machine, status.si_status); 2291 log_full(arg_quiet ? LOG_DEBUG : LOG_INFO, "Container %s has been shut down.", arg_machine); [all...] |
/systemd/src/journal-remote/ |
H A D | journal-upload.c | 58 static const char *arg_machine = NULL; variable 677 if (arg_machine) { 682 arg_machine = optarg; 759 if (optind < argc && (arg_directory || arg_file || arg_machine || arg_journal_type)) { 774 else if (arg_machine) 775 r = sd_journal_open_container(j, arg_machine, 0);
|
/systemd/src/journal/ |
H A D | journalctl.c | 119 static const char *arg_machine = NULL; variable 221 r = add_match_this_boot(j, arg_machine); 591 arg_machine = optarg; 837 if (!!arg_directory + !!arg_file + !!arg_machine > 1) { 1219 return add_match_this_boot(j, arg_machine); 1864 if (arg_machine) { 1926 if (arg_machine) { 2108 else if (arg_machine) 2109 r = sd_journal_open_container(&j, arg_machine, 0);
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 74 static char* arg_machine = NULL; variable 810 arg_machine = optarg; 849 if (!arg_machine) { 857 m = strjoina("/run/systemd/machines/", arg_machine);
|
Completed in 3204 milliseconds