MCPcopy Create free account
hub / github.com/coreboot/coreboot / serial_putcmd

Function serial_putcmd

payloads/libpayload/drivers/serial/serial.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#define VT100_SET_COLOR "\e[3%d;4%dm"
53
54static void serial_putcmd(const char *str)
55{
56 while (*str)
57 serial_putchar(*(str++));
58}
59
60void serial_clear(void)
61{

Callers 10

serial_clearFunction · 0.85
serial_start_boldFunction · 0.85
serial_end_boldFunction · 0.85
serial_start_reverseFunction · 0.85
serial_end_reverseFunction · 0.85
serial_start_altcharsetFunction · 0.85
serial_end_altcharsetFunction · 0.85
serial_set_colorFunction · 0.85
serial_set_cursorFunction · 0.85
serial_cursor_enableFunction · 0.85

Calls 1

serial_putcharFunction · 0.70

Tested by

no test coverage detected