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

Function nextfile

payloads/coreinfo/cbfs_module.c:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static struct cbfile *nextfile(struct cbfile *f)
70{
71 f = (struct cbfile *)((u8 *)f + ALIGN_UP(ntohl(f->len) + ntohl(f->offset),
72 ntohl(header->align)));
73 return getfile(f);
74}
75
76static struct cbfile *findfile(const char *filename)
77{

Callers 2

findfileFunction · 0.85
cbfs_module_initFunction · 0.85

Calls 1

getfileFunction · 0.85

Tested by

no test coverage detected