Searched refs:bus_print_property_value (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | bus-print-properties.c | 16 int bus_print_property_value(const char *name, const char *expected_value, BusPrintPropertyFlags fl… in bus_print_property_value() function 47 return bus_print_property_value(name, expected_value, flags, s); in bus_print_property_valuef() 77 … bus_print_property_value(name, expected_value, flags, good ? s : "[unprintable]"); in bus_print_property() 93 bus_print_property_value(name, NULL, flags, yes_no(b)); in bus_print_property() 110 bus_print_property_value(name, expected_value, flags, FORMAT_TIMESTAMP(u)); in bus_print_property() 113 … bus_print_property_value(name, expected_value, flags, FORMAT_TIMESPAN(u, 0)); in bus_print_property() 134 bus_print_property_value(name, expected_value, flags, result); in bus_print_property() 143 bus_print_property_value(name, expected_value, flags, result); in bus_print_property() 152 bus_print_property_value(name, expected_value, flags, s); in bus_print_property() 160 bus_print_property_value(name, expected_value, flags, "[not set]"); in bus_print_property() [all …]
|
D | bus-print-properties.h | 18 int bus_print_property_value(const char *name, const char *expected_value, BusPrintPropertyFlags fl…
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 999 bus_print_property_value(name, expected_value, flags, "[not set]"); in print_property() 1023 …bus_print_property_value(name, expected_value, flags, FORMAT_TIMESTAMP_STYLE(timestamp, arg_timest… in print_property() 1041 bus_print_property_value(name, expected_value, flags, NULL); in print_property() 1052 bus_print_property_value(name, expected_value, flags, s); in print_property() 1066 bus_print_property_value(name, expected_value, flags, NULL); in print_property() 1125 bus_print_property_value(name, expected_value, flags, NULL); in print_property() 1445 bus_print_property_value(name, expected_value, flags, h); in print_property() 1505 bus_print_property_value(name, expected_value, flags, addresses); in print_property() 1543 bus_print_property_value(name, expected_value, flags, paths); in print_property() 1574 bus_print_property_value(name, expected_value, flags, paths); in print_property() [all …]
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 758 bus_print_property_value(name, expected_value, flags, str); in print_timesync_property()
|
/systemd-251/src/login/ |
D | loginctl.c | 716 bus_print_property_value(name, expected_value, flags, s); in print_property()
|