Lines Matching refs:decode_error
196 static void decode_error(struct decode_state *state, const char *fmt, ...) _util_printf_format(2,3);
199 decode_error(struct decode_state *state, const char *fmt, ...)
339 decode_error(state, "bitset conflict: %s vs %s", match->name,
352 decode_error(state, "dontcare bits in %s: %"BITSET_FORMAT,
436 decode_error(scope->state, "WARNING: unexpected "
466 decode_error(scope->state, "no match: FIELD: '%s.%s': %"BITSET_FORMAT,
538 decode_error(scope->state, "no field '%s'", field_name);
590 decode_error(scope->state, "no field '%.*s'", (int)field_name_len, field_name);
670 decode_error(scope->state, "Bad field type: %d (%s)",
682 decode_error(scope->state, "%s: no display template", bitset->name);