MCPcopy 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
139static void parse_serial(unsigned char *ptr)
140{
141 memcpy(&cb_info.serial, (struct cb_serial *)ptr,
142 sizeof(struct cb_serial));
143}
144
145static void parse_console(unsigned char *ptr)
146{

Callers 1

parse_headerFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected