MCPcopy 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
22const char *val2str(uint32_t val, const struct valstr *vs)
23{
24 return val2str_default(val, vs, "Unknown");
25}
26
27uint32_t str2val(const char *str, const struct valstr *vs)
28{

Callers 3

eventlog_print_dataFunction · 0.85
fmap_flags_to_stringFunction · 0.85

Calls 1

val2str_defaultFunction · 0.85

Tested by

no test coverage detected