Home
last modified time | relevance | path

Searched refs:bus_print_property_valuef (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dbus-print-properties.c33 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()
201bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in bus_print_property()
206bus_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()
Dbus-print-properties.h19 int bus_print_property_valuef(const char *name, const char *expected_value, BusPrintPropertyFlags f…
/systemd-251/src/systemctl/
Dsystemctl-show.c997bus_print_property_valuef(name, expected_value, flags, "%"PRIi32, i); in print_property()
1009bus_print_property_valuef(name, expected_value, flags, "%s", strna(mpol_to_string(i))); in print_property()
1039bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); in print_property()
1064bus_print_property_valuef(name, expected_value, flags, "%s \"%s\"", strempty(a), strempty(b)); in print_property()
1123bus_print_property_valuef(name, expected_value, flags, "%s%s", ignore ? "-" : "", s); in print_property()
1203bus_print_property_valuef(name, expected_value, flags, "%s (ignore_errors=%s)", path, yes_no(ignor… in print_property()
1221bus_print_property_valuef(name, expected_value, flags, "%s (%s)", path, type); in print_property()
1239bus_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/
Dloginctl.c732 bus_print_property_valuef(name, expected_value, flags, UID_FMT, uid); in print_property()