Searched defs:all (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.c | 169 * queue all further start requests, 715 int bus_print_property(const char *name, sd_bus_message *property, bool all) { argument 736 if (all || !isempty(s)) { 775 if (t || all) 863 if (first && all) 865 if (!first || all) 882 if (all || n > 0) { 903 if (all || n > 0) { 923 int bus_print_all_properties(sd_bus *bus, const char *dest, const char *path, char **filter, bool all) { argument 963 r = bus_print_property(name, reply, all); [all...] |
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-message.c | 2224 * fixed-size themselves. But gvariant requires all fixed-size 2992 * sure we allocated enough space for this, so all we need to 3848 * GVariant only stores offsets for all variable size elements 5730 _public_ int sd_bus_message_copy(sd_bus_message *m, sd_bus_message *source, int all) { argument 5804 } while (all);
|
Completed in 26 milliseconds