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

Function printerr

util/intelvbttool/intelvbttool.c:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276static void printerr(const char *format, ...)
277{
278 va_list args;
279 fprintf(stderr, "VBTTOOL: ERR: ");
280 va_start(args, format);
281 vfprintf(stderr, format, args);
282 va_end(args);
283}
284
285struct fileobject {
286 unsigned char *data;

Callers 10

read_fileFunction · 0.85
read_physmemFunction · 0.85
write_fileFunction · 0.85
dump_vbtFunction · 0.85
parse_vbtFunction · 0.85
is_valid_vbiosFunction · 0.85
parse_vbiosFunction · 0.85
print_vbtFunction · 0.85
patch_vbiosFunction · 0.85
mainFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected