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

Function prog_name

src/include/program_loading.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58static inline const char *prog_name(const struct prog *prog)
59{
60 return prog->name;
61}
62
63static inline enum prog_type prog_type(const struct prog *prog)
64{

Callers 6

rmodule_stage_loadFunction · 0.85
cbfs_prog_stage_loadFunction · 0.85
payload_loadFunction · 0.85
selfload_checkFunction · 0.85
fsp_load_componentFunction · 0.85
fsp_relocateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected