MCPcopy Create free account
hub / github.com/coreboot/coreboot / printwarn

Function printwarn

util/intelvbttool/intelvbttool.c:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static void printwarn(const char *format, ...)
268{
269 va_list args;
270 fprintf(stderr, "VBTTOOL: WARN: ");
271 va_start(args, format);
272 vfprintf(stderr, format, args);
273 va_end(args);
274}
275
276static void printerr(const char *format, ...)
277{

Callers 2

is_valid_vbiosFunction · 0.85
parse_vbiosFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected