Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ console_stored_tx_byte
Function
console_stored_tx_byte
src/console/console.c:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void console_stored_tx_byte(unsigned char byte, void *data_unused)
56
{
57
__flashconsole_tx_byte(byte);
58
__cbmemc_tx_byte(byte);
59
}
60
61
void console_tx_byte(unsigned char byte)
62
{
Callers
2
line_start
Function · 0.85
console_tx_byte
Function · 0.85
Calls
2
__flashconsole_tx_byte
Function · 0.85
__cbmemc_tx_byte
Function · 0.85
Tested by
no test coverage detected