Searched refs:arg_machine (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/cgls/ |
D | cgls.c | 37 static const char* arg_machine = NULL; variable 143 arg_machine = optarg; in parse_argv() 169 if (arg_machine && arg_show_unit != SHOW_UNIT_NONE) in parse_argv() 251 r = show_cgroup_get_path_and_warn(arg_machine, NULL, &root); in run() 286 if (!arg_machine) { in run() 305 r = show_cgroup_get_path_and_warn(arg_machine, NULL, &root); in run()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 136 static char *arg_machine = NULL; /* The name used by the host to refer to this */ variable 242 STATIC_DESTRUCTOR_REGISTER(arg_machine, freep); 1015 arg_machine = mfree(arg_machine); in parse_argv() 1021 r = free_and_strdup(&arg_machine, optarg); in parse_argv() 1793 if (arg_template && !(arg_directory || arg_machine)) in verify_arguments() 2560 r = sethostname_idempotent(arg_hostname ?: arg_machine); in setup_hostname() 2783 p = strjoina("/run/systemd/nspawn/propagate/", arg_machine); in setup_propagate() 2894 … log_full(arg_quiet ? LOG_DEBUG : LOG_INFO, "Container %s exited successfully.", arg_machine); in wait_for_container() 2896 …iet ? LOG_DEBUG : LOG_INFO, "Container %s failed with error code %i.", arg_machine, status.si_stat… in wait_for_container() 2903 … log_full(arg_quiet ? LOG_DEBUG : LOG_INFO, "Container %s has been shut down.", arg_machine); in wait_for_container() [all …]
|
/systemd-251/src/journal-remote/ |
D | journal-upload.c | 52 static const char *arg_machine = NULL; variable 722 if (arg_machine) in parse_argv() 726 arg_machine = optarg; in parse_argv() 793 if (optind < argc && (arg_directory || arg_file || arg_machine || arg_journal_type)) in parse_argv() 807 else if (arg_machine) { in open_journal() 811 r = sd_journal_open_container(j, arg_machine, 0); in open_journal()
|
/systemd-251/src/journal/ |
D | journalctl.c | 129 static const char *arg_machine = NULL; variable 259 r = add_match_this_boot(j, arg_machine); in add_matches_for_device() 697 arg_machine = optarg; in parse_argv() 1070 if (!!arg_directory + !!arg_file + !!arg_machine + !!arg_root + !!arg_image > 1) in parse_argv() 1513 return add_match_this_boot(j, arg_machine); in add_boot() 2069 if (arg_machine) in simple_varlink_call() 2275 else if (arg_machine) { in main() 2302 "s", arg_machine); in main()
|
/systemd-251/src/cgtop/ |
D | cgtop.c | 63 static char* arg_machine = NULL; variable 880 arg_machine = optarg; in parse_argv() 935 r = show_cgroup_get_path_and_warn(arg_machine, arg_root, &root); in run()
|