Searched refs:kwboot_tty_recv (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 156 kwboot_tty_recv(int fd, void *buf, size_t len, int timeo) in kwboot_tty_recv() function 309 rc = kwboot_tty_recv(tty, &c, 1, msg_rsp_timeo); in kwboot_bootmsg() 340 rc = kwboot_tty_recv(tty, buf, 16, msg_rsp_timeo); in kwboot_debugmsg() 387 rc = kwboot_tty_recv(fd, &c, 1, blk_rsp_timeo); in kwboot_xm_sendblock()
|