Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c198 kwboot_tty_send(int fd, const void *buf, size_t len) in kwboot_tty_send() function
225 return kwboot_tty_send(fd, &c, 1); in kwboot_tty_send_char()
302 rc = kwboot_tty_send(tty, msg, 8); in kwboot_bootmsg()
334 rc = kwboot_tty_send(tty, msg, 8); in kwboot_debugmsg()
382 rc = kwboot_tty_send(fd, block, sizeof(*block)); in kwboot_xm_sendblock()