Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ get_log_level
Function
get_log_level
src/console/init.c:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
static int console_loglevel;
16
17
int get_log_level(void)
18
{
19
if (console_inited == 0)
20
return -1;
21
22
return console_loglevel;
23
}
24
25
static void init_log_level(void)
26
{
Callers
4
console_log_level
Function · 0.70
console_init
Function · 0.70
print_fsp_string_data
Function · 0.50
fsp_map_console_log_level
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected