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

Function ramdump_module_redraw

payloads/coreinfo/ramdump_module.c:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static int ramdump_module_redraw(WINDOW *win)
43{
44 print_module_title(win, "RAM Dump");
45 dump_ram(win, cursor * 256, 2, 2);
46
47 return 0;
48}
49
50static int ramdump_module_handle(int key)
51{

Callers

nothing calls this directly

Calls 2

print_module_titleFunction · 0.85
dump_ramFunction · 0.85

Tested by

no test coverage detected