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

Function dump_cbmem_toc

util/cbmem/cbmem.c:954–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954static void dump_cbmem_toc(void)
955{
956 int i = 0;
957
958 printf("CBMEM table of contents:\n");
959 printf(" %-20s %-8s %-8s %-8s\n", "NAME", "ID", "START", "LENGTH");
960
961 cbmem_drv_foreach_cbmem_entry(toc_handler, &i, false);
962}
963
964#define COVERAGE_MAGIC 0x584d4153
965struct file {

Callers 1

mainFunction · 0.85

Calls 2

printfFunction · 0.85

Tested by

no test coverage detected