Searched refs:BUS_TRANSPORT_LOCAL (Results 1 - 13 of 13) sorted by relevance

/systemd/src/timedate/
H A Dtimedatectl.c39 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
57 if (arg_transport != BUS_TRANSPORT_LOCAL)
106 } else if (IN_SET(arg_transport, BUS_TRANSPORT_LOCAL, BUS_TRANSPORT_MACHINE)) {
/systemd/src/cgls/
H A Dcgls.c149 r = bus_connect_transport_systemd(BUS_TRANSPORT_LOCAL, NULL, false, &bus);
/systemd/src/hostname/
H A Dhostnamectl.c38 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
50 if (arg_transport != BUS_TRANSPORT_LOCAL)
/systemd/src/run/
H A Drun.c51 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
77 if (arg_transport != BUS_TRANSPORT_LOCAL)
376 if (arg_user && arg_transport != BUS_TRANSPORT_LOCAL) {
381 if (arg_scope && arg_transport != BUS_TRANSPORT_LOCAL) {
745 if (arg_transport == BUS_TRANSPORT_LOCAL) {
1211 if (argc > optind && arg_transport == BUS_TRANSPORT_LOCAL) {
/systemd/src/locale/
H A Dlocalectl.c45 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
63 if (arg_transport != BUS_TRANSPORT_LOCAL)
/systemd/src/shared/
H A Dbus-util.h38 BUS_TRANSPORT_LOCAL, enumerator in enum:BusTransport
H A Dbus-util.c1245 assert_return((transport == BUS_TRANSPORT_LOCAL) == !host, -EINVAL);
1246 assert_return(transport == BUS_TRANSPORT_LOCAL || !user, -EOPNOTSUPP);
1250 case BUS_TRANSPORT_LOCAL:
1280 assert_return((transport == BUS_TRANSPORT_LOCAL) == !host, -EINVAL);
1281 assert_return(transport == BUS_TRANSPORT_LOCAL || !user, -EOPNOTSUPP);
1285 case BUS_TRANSPORT_LOCAL:
/systemd/src/login/
H A Dloginctl.c56 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
77 if (arg_transport != BUS_TRANSPORT_LOCAL)
243 if (arg_transport != BUS_TRANSPORT_LOCAL)
537 if (arg_transport == BUS_TRANSPORT_LOCAL) {
673 if (arg_transport == BUS_TRANSPORT_LOCAL) {
/systemd/src/systemctl/
H A Dsystemctl.c145 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
174 if (arg_transport != BUS_TRANSPORT_LOCAL)
221 if (arg_transport != BUS_TRANSPORT_LOCAL)
237 if (arg_transport != BUS_TRANSPORT_LOCAL)
3047 if (arg_transport == BUS_TRANSPORT_LOCAL) {
3693 (!IN_SET(arg_transport, BUS_TRANSPORT_LOCAL, BUS_TRANSPORT_MACHINE) || cg_is_empty_recursive(SYSTEMD_CGROUP_CONTROLLER, i->control_group) == 0))) {
3699 BUS_TRANSPORT_LOCAL,
3721 if (i->id && arg_transport == BUS_TRANSPORT_LOCAL)
4610 BUS_TRANSPORT_LOCAL,
4786 if (arg_transport != BUS_TRANSPORT_LOCAL) {
[all...]
/systemd/src/machine/
H A Dmachinectl.c69 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
98 if (arg_transport != BUS_TRANSPORT_LOCAL)
600 if (arg_transport == BUS_TRANSPORT_LOCAL)
1241 if (arg_transport != BUS_TRANSPORT_LOCAL &&
1303 if (arg_transport != BUS_TRANSPORT_LOCAL &&
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c52 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
2032 case BUS_TRANSPORT_LOCAL:
/systemd/src/cgtop/
H A Dcgtop.c866 r = bus_connect_transport_systemd(BUS_TRANSPORT_LOCAL, NULL, false, &bus);
/systemd/src/analyze/
H A Danalyze.c74 static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;

Completed in 5391 milliseconds