Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ parse_serial
Function
parse_serial
payloads/coreinfo/coreboot_module.c:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
static void parse_serial(unsigned char *ptr)
140
{
141
memcpy(&cb_info.serial, (struct cb_serial *)ptr,
142
sizeof(struct cb_serial));
143
}
144
145
static void parse_console(unsigned char *ptr)
146
{
Callers
1
parse_header
Function · 0.85
Calls
1
memcpy
Function · 0.50
Tested by
no test coverage detected