Searched refs:arg_host (Results 1 - 9 of 9) sorted by relevance

/systemd/src/hostname/
H A Dhostnamectl.c39 static char *arg_host = NULL; variable
393 arg_host = optarg;
398 arg_host = optarg;
519 r = bus_connect_transport(arg_transport, arg_host, false, &bus);
/systemd/src/timedate/
H A Dtimedatectl.c40 static char *arg_host = NULL; variable
380 arg_host = optarg;
385 arg_host = optarg;
502 r = bus_connect_transport(arg_transport, arg_host, false, &bus);
/systemd/src/locale/
H A Dlocalectl.c46 static char *arg_host = NULL; variable
98 if (detect_container() > 0 || arg_host)
564 arg_host = optarg;
569 arg_host = optarg;
678 r = bus_connect_transport(arg_transport, arg_host, false, &bus);
/systemd/src/run/
H A Drun.c52 static const char *arg_host = NULL; variable
239 arg_host = optarg;
244 arg_host = optarg;
772 "s", arg_host);
1239 r = bus_connect_transport_systemd(arg_transport, arg_host, arg_user, &bus);
/systemd/src/login/
H A Dloginctl.c57 static char *arg_host = NULL; variable
1483 arg_host = optarg;
1488 arg_host = optarg;
1546 r = bus_connect_transport(arg_transport, arg_host, false, &bus);
/systemd/src/analyze/
H A Danalyze.c75 static char *arg_host = NULL; variable
1408 arg_host = optarg;
1413 arg_host = optarg;
1459 r = bus_connect_transport_systemd(arg_transport, arg_host, arg_user, &bus);
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c53 static char *arg_host = NULL; variable
1861 arg_host = optarg;
1866 arg_host = optarg;
2043 r = bus_set_address_system_remote(bus, arg_host);
2047 r = bus_set_address_system_machine(bus, arg_host);
/systemd/src/machine/
H A Dmachinectl.c70 static char *arg_host = NULL; variable
2541 arg_host = optarg;
2546 arg_host = optarg;
2660 r = bus_connect_transport(arg_transport, arg_host, false, &bus);
/systemd/src/systemctl/
H A Dsystemctl.c146 static const char *arg_host = NULL; variable
183 r = bus_connect_transport_systemd(arg_transport, arg_host, user, &busses[focus]);
185 r = bus_connect_transport(arg_transport, arg_host, user, &busses[focus]);
4596 printf("%s%s%s %s\n", on, draw_special_char(DRAW_BLACK_CIRCLE), off, arg_host ? arg_host : hn);
6729 arg_host = optarg;
6734 arg_host = optarg;

Completed in 1514 milliseconds