Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ val2str
Function
val2str
util/cbfstool/flashmap/valstr.c:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
const char *val2str(uint32_t val, const struct valstr *vs)
23
{
24
return val2str_default(val, vs,
"Unknown"
);
25
}
26
27
uint32_t str2val(const char *str, const struct valstr *vs)
28
{
Callers
3
eventlog_print_post_extra
Function · 0.85
eventlog_print_data
Function · 0.85
fmap_flags_to_string
Function · 0.85
Calls
1
val2str_default
Function · 0.85
Tested by
no test coverage detected