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

Function firstfile

payloads/coreinfo/cbfs_module.c:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static struct cbfile *firstfile(void)
64{
65 return getfile((void *)(0 - ntohl(header->romsize) +
66 ntohl(header->offset)));
67}
68
69static struct cbfile *nextfile(struct cbfile *f)
70{

Callers 2

findfileFunction · 0.85
cbfs_module_initFunction · 0.85

Calls 1

getfileFunction · 0.85

Tested by

no test coverage detected