Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ parse_console
Function
parse_console
payloads/coreinfo/coreboot_module.c:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static void parse_console(unsigned char *ptr)
146
{
147
memcpy(&cb_info.console, (struct cb_console *)ptr,
148
sizeof(struct cb_console));
149
}
150
151
static int parse_header(void *addr, int len)
152
{
Callers
1
parse_header
Function · 0.85
Calls
1
memcpy
Function · 0.50
Tested by
no test coverage detected