Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
static inline const char *prog_name(const struct prog *prog)
59
{
60
return prog->name;
61
}
62
63
static inline enum prog_type prog_type(const struct prog *prog)
64
{
Callers
6
rmodule_stage_load
Function · 0.85
cbfs_prog_stage_load
Function · 0.85
payload_load
Function · 0.85
selfload_check
Function · 0.85
fsp_load_component
Function · 0.85
fsp_relocate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected