Lines Matching refs:expected_value
972 static int print_property(const char *name, const char *expected_value, sd_bus_message *m, BusPrint… in print_property() argument
997 … bus_print_property_valuef(name, expected_value, flags, "%"PRIi32, i); in print_property()
999 bus_print_property_value(name, expected_value, flags, "[not set]"); in print_property()
1009 … bus_print_property_valuef(name, expected_value, flags, "%s", strna(mpol_to_string(i))); in print_property()
1023 …bus_print_property_value(name, expected_value, flags, FORMAT_TIMESTAMP_STYLE(timestamp, arg_timest… in print_property()
1039 … bus_print_property_valuef(name, expected_value, flags, "%"PRIu32, u); 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()
1064 … bus_print_property_valuef(name, expected_value, flags, "%s \"%s\"", strempty(a), strempty(b)); in print_property()
1066 bus_print_property_value(name, expected_value, flags, NULL); in print_property()
1123 … bus_print_property_valuef(name, expected_value, flags, "%s%s", ignore ? "-" : "", s); in print_property()
1125 bus_print_property_value(name, expected_value, flags, NULL); 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()
1314 bus_print_property_valuef(name, expected_value, flags, in print_property()
1327 bus_print_property_valuef(name, expected_value, flags, in print_property()
1359 … bus_print_property_valuef(name, expected_value, flags, "%s %s", strna(path), strna(rwm)); in print_property()
1379 … bus_print_property_valuef(name, expected_value, flags, "%s %"PRIu64, strna(path), weight); in print_property()
1400 … bus_print_property_valuef(name, expected_value, flags, "%s %"PRIu64, strna(path), bandwidth); in print_property()
1420 … bus_print_property_valuef(name, expected_value, flags, "%s %s", strna(path), 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()
1621 bus_print_property_value(name, expected_value, flags, fields); in print_property()
1646 bus_print_property_value(name, expected_value, flags, affinity); in print_property()
1704 bus_print_property_value(name, expected_value, flags, paths); in print_property()
1760 bus_print_property_value(name, expected_value, flags, paths); in print_property()
1772 … bus_print_property_valuef(name, expected_value, flags, "%s:%s", a, p); in print_property()
1800 … bus_print_property_valuef(name, expected_value, flags, "%s%s%s%sany", in print_property()
1804 name, expected_value, flags, "%s%s%s%s%hu", in print_property()
1808 … name, expected_value, flags, "%s%s%s%s%hu-%hu", in print_property()
1829 … bus_print_property_valuef(name, expected_value, flags, "%s:%s", a, p); in print_property()