Searched defs:trusted (Results 1 - 3 of 3) 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

Completed in 514 milliseconds