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

Function dump_cbmem_hex

util/cbmem/cbmem.c:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883static void dump_cbmem_hex(void)
884{
885 cbmem_drv_foreach_cbmem_entry(hexdump_handler, NULL, true);
886}
887
888static void dump_cbmem_raw(unsigned int id)
889{

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected