Home
last modified time | relevance | path

Searched refs:found_properties (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dbus-print-properties.c330 Set **found_properties) { in bus_message_print_all_properties() argument
348 if (found_properties) { in bus_message_print_all_properties()
349 r = set_ensure_put(found_properties, &string_hash_ops, name); in bus_message_print_all_properties()
413 Set **found_properties) { in bus_print_all_properties() argument
433 return bus_message_print_all_properties(reply, func, filter, flags, found_properties); in bus_print_all_properties()
Dbus-print-properties.h20 … *m, bus_message_print_t func, char **filter, BusPrintPropertyFlags flags, Set **found_properties);
21 …ath, bus_message_print_t func, char **filter, BusPrintPropertyFlags flags, Set **found_properties);
/systemd-251/src/systemctl/
Dsystemctl-show.c1967 _cleanup_set_free_ Set *found_properties = NULL; in show_one() local
2034 …ge_print_all_properties(reply, print_property, arg_properties, arg_print_flags, &found_properties); in show_one()
2039 if (!set_contains(found_properties, *pp)) in show_one()