MCPcopy 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
145static void parse_console(unsigned char *ptr)
146{
147 memcpy(&cb_info.console, (struct cb_console *)ptr,
148 sizeof(struct cb_console));
149}
150
151static int parse_header(void *addr, int len)
152{

Callers 1

parse_headerFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected