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

Function print

util/intelvbttool/intelvbttool.c:249–256  ·  view source on GitHub ↗

print helpers */

Source from the content-addressed store, hash-verified

247
248/* print helpers */
249static void print(const char *format, ...)
250{
251 va_list args;
252 fprintf(stdout, "VBTTOOL: ");
253 va_start(args, format);
254 vfprintf(stdout, format, args);
255 va_end(args);
256}
257
258static void printt(const char *format, ...)
259{

Callers 15

mt_set_emiFunction · 0.85
fastk_data_dumpFunction · 0.85
dramc_pi_main.cFile · 0.85
mt_set_emiFunction · 0.85
dramc_pi_main.cFile · 0.85
Init_DRAMFunction · 0.85
dump_param_headerFunction · 0.85
mainFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected