Searched refs:trusted (Results 1 - 6 of 6) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-introspect.h32 bool trusted; member in struct:introspect
35 int introspect_begin(struct introspect *i, bool trusted);
H A Dbus-introspect.c29 int introspect_begin(struct introspect *i, bool trusted) { argument
33 i->trusted = trusted;
96 if (!i->trusted &&
H A Dbus-internal.h205 bool trusted:1; member in struct:sd_bus
H A Dsd-bus.c361 bus->trusted = !!b;
1181 /* We don't know whether the bus is trusted or not, so better
1183 b->trusted = false;
1229 b->trusted = false;
1297 b->trusted = true;
1367 bus->trusted = false;
1416 bus->trusted = false;
3769 return bus->trusted;
H A Dbus-objects.c321 /* If the entire bus is trusted let's grant access */
322 if (bus->trusted)
924 r = introspect_begin(&intro, bus->trusted);
/systemd/src/machine/
H A Dmachine-dbus.c549 bus->trusted = false;

Completed in 498 milliseconds