MCPcopy 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
61void console_tx_byte(unsigned char byte)
62{
63 console_interactive_tx_byte(byte, NULL);
64 console_stored_tx_byte(byte, NULL);
65}
66
67void console_tx_flush(void)
68{

Callers 6

do_putcharFunction · 0.85
wrap_putcharFunction · 0.85
console_write_lineFunction · 0.85
send_to_consoleFunction · 0.85
send_to_consoleFunction · 0.85
send_to_consoleFunction · 0.85

Calls 2

console_stored_tx_byteFunction · 0.85

Tested by

no test coverage detected