Searched refs:bus_print_property_valuef (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | bus-print-properties.c | 33 int bus_print_property_valuef(const char *name, const char *expected_value, BusPrintPropertyFlags f… in bus_print_property_valuef() function 116 bus_print_property_valuef(name, expected_value, flags, "0x%"PRIx64, u); in bus_print_property() 171 bus_print_property_valuef(name, expected_value, flags, "%"PRIu64, u); in bus_print_property() 183 bus_print_property_valuef(name, expected_value, flags, "%"PRIi64, i); in bus_print_property() 195 bus_print_property_valuef(name, expected_value, flags, "%04o", u); in bus_print_property() 201 … bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in bus_print_property() 206 … bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in bus_print_property() 208 bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in bus_print_property() 220 bus_print_property_valuef(name, expected_value, flags, "%"PRIi32, i); in bus_print_property() 231 bus_print_property_valuef(name, expected_value, flags, "%g", d); in bus_print_property()
|
D | bus-print-properties.h | 19 int bus_print_property_valuef(const char *name, const char *expected_value, BusPrintPropertyFlags f…
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 997 … bus_print_property_valuef(name, expected_value, flags, "%"PRIi32, i); in print_property() 1009 … bus_print_property_valuef(name, expected_value, flags, "%s", strna(mpol_to_string(i))); in print_property() 1039 … bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in print_property() 1064 … bus_print_property_valuef(name, expected_value, flags, "%s \"%s\"", strempty(a), strempty(b)); in print_property() 1123 … bus_print_property_valuef(name, expected_value, flags, "%s%s", ignore ? "-" : "", s); in print_property() 1203 …bus_print_property_valuef(name, expected_value, flags, "%s (ignore_errors=%s)", path, yes_no(ignor… in print_property() 1221 … bus_print_property_valuef(name, expected_value, flags, "%s (%s)", path, type); in print_property() 1239 … bus_print_property_valuef(name, expected_value, flags, "%s (%s)", path, type); in print_property() 1258 bus_print_property_valuef(name, expected_value, flags, in print_property() 1281 bus_print_property_valuef(name, expected_value, flags, in print_property() [all …]
|
/systemd-251/src/login/ |
D | loginctl.c | 732 bus_print_property_valuef(name, expected_value, flags, UID_FMT, uid); in print_property()
|