Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ console_tx_byte
Function
console_tx_byte
src/console/console.c:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void console_tx_byte(unsigned char byte)
62
{
63
console_interactive_tx_byte(byte, NULL);
64
console_stored_tx_byte(byte, NULL);
65
}
66
67
void console_tx_flush(void)
68
{
Callers
6
do_putchar
Function · 0.85
wrap_putchar
Function · 0.85
console_write_line
Function · 0.85
send_to_console
Function · 0.85
send_to_console
Function · 0.85
send_to_console
Function · 0.85
Calls
2
console_interactive_tx_byte
Function · 0.85
console_stored_tx_byte
Function · 0.85
Tested by
no test coverage detected