Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
883
static void dump_cbmem_hex(void)
884
{
885
cbmem_drv_foreach_cbmem_entry(hexdump_handler, NULL, true);
886
}
887
888
static void dump_cbmem_raw(unsigned int id)
889
{
Callers
1
main
Function · 0.85
Calls
1
cbmem_drv_foreach_cbmem_entry
Function · 0.85
Tested by
no test coverage detected