Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static struct cbfile *firstfile(void)
64
{
65
return getfile((void *)(0 - ntohl(header->romsize) +
66
ntohl(header->offset)));
67
}
68
69
static struct cbfile *nextfile(struct cbfile *f)
70
{
Callers
2
findfile
Function · 0.85
cbfs_module_init
Function · 0.85
Calls
1
getfile
Function · 0.85
Tested by
no test coverage detected