/systemd-251/src/analyze/ |
D | analyze.c | 91 const char *arg_host = NULL; variable 121 r = bus_connect_transport(arg_transport, arg_host, user, bus); in acquire_bus() 128 return bus_connect_transport_systemd(arg_transport, arg_host, user, bus); in acquire_bus() 397 arg_host = optarg; in parse_argv() 402 arg_host = optarg; in parse_argv()
|
D | analyze.h | 24 extern const char *arg_host;
|
D | analyze-plot.c | 82 r = bus_connect_transport(arg_transport, arg_host, false, &system_bus); in acquire_host_info()
|
/systemd-251/src/locale/ |
D | localectl.c | 34 static const char *arg_host = NULL; variable 462 arg_host = optarg; in parse_argv() 467 arg_host = optarg; in parse_argv() 511 r = bus_connect_transport(arg_transport, arg_host, false, &bus); in run()
|
/systemd-251/src/hostname/ |
D | hostnamectl.c | 31 static char *arg_host = NULL; variable 624 arg_host = optarg; in parse_argv() 629 arg_host = optarg; in parse_argv() 697 r = bus_connect_transport(arg_transport, arg_host, false, &bus); in run()
|
/systemd-251/src/systemctl/ |
D | systemctl.c | 99 const char *arg_host = NULL; variable 123 STATIC_DESTRUCTOR_REGISTER(arg_host, unsetp); 709 arg_host = optarg; in systemctl_parse_argv() 714 arg_host = optarg; in systemctl_parse_argv()
|
D | systemctl-start-unit.c | 250 extra_args[n++] = arg_host; in make_extra_args() 253 extra_args[n++] = arg_host; in make_extra_args()
|
D | systemctl.h | 84 extern const char *arg_host;
|
D | systemctl-util.c | 52 … r = bus_connect_transport_systemd(arg_transport, arg_host, user, &buses[focus]); in acquire_bus() 54 r = bus_connect_transport(arg_transport, arg_host, user, &buses[focus]); in acquire_bus()
|
D | systemctl-show.c | 2144 printf("%s%s%s %s\n", on, special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE), off, arg_host ?: hn); in show_system_status() 2171 arg_host ?: hn, bus_error_message(&error, r)); in show_system_status()
|
/systemd-251/src/run/ |
D | run.c | 49 static const char *arg_host = NULL; variable 296 arg_host = optarg; in parse_argv() 301 arg_host = optarg; in parse_argv() 1150 "s", arg_host); in start_transient_service() 1760 r = bus_connect_transport(arg_transport, arg_host, arg_user, &bus); in run() 1762 r = bus_connect_transport_systemd(arg_transport, arg_host, arg_user, &bus); in run()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 33 static char *arg_host = NULL; variable 954 arg_host = optarg; in parse_argv() 959 arg_host = optarg; in parse_argv() 1039 r = bus_connect_transport(arg_transport, arg_host, false, &bus); in run()
|
/systemd-251/src/portable/ |
D | portablectl.c | 46 static const char *arg_host = NULL; variable 220 r = bus_connect_transport(arg_transport, arg_host, false, bus); in acquire_bus() 1324 arg_host = optarg; in parse_argv() 1329 arg_host = optarg; in parse_argv()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 57 static const char *arg_host = NULL; variable 234 arg_host = optarg; in parse_argv() 239 arg_host = optarg; in parse_argv() 1458 r = bus_connect_transport_systemd(arg_transport, arg_host, arg_user, &bus); in run()
|
/systemd-251/src/login/ |
D | loginctl.c | 49 static char *arg_host = NULL; variable 1401 arg_host = optarg; in parse_argv() 1406 arg_host = optarg; in parse_argv() 1467 r = bus_connect_transport(arg_transport, arg_host, false, &bus); in run()
|
/systemd-251/src/busctl/ |
D | busctl.c | 48 static const char *arg_host = NULL; variable 118 r = bus_set_address_system_remote(bus, arg_host); in acquire_bus() 122 r = bus_set_address_machine(bus, arg_user, arg_host); in acquire_bus() 2447 arg_host = optarg; in parse_argv() 2452 arg_host = optarg; in parse_argv()
|
/systemd-251/src/machine/ |
D | machinectl.c | 73 static const char *arg_host = NULL; variable 2719 arg_host = optarg; in parse_argv() 2724 arg_host = optarg; in parse_argv() 2870 r = bus_connect_transport(arg_transport, arg_host, false, &bus); in run()
|
/systemd-251/src/home/ |
D | homectl.c | 51 static const char *arg_host = NULL; variable 111 r = bus_connect_transport(arg_transport, arg_host, false, bus); in acquire_bus() 2521 arg_host = optarg; in parse_argv() 2526 arg_host = optarg; in parse_argv()
|