Home
last modified time | relevance | path

Searched refs:os_putc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dos.h242 void os_putc(int ch);
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c159 os_putc(ch); in _debug_uart_putc()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c499 void os_putc(int ch) in os_putc() function
507 os_putc(*str++); in os_puts()
/openbmc/u-boot/common/
H A Dconsole.c496 os_putc(c); in putc()