Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dkwboot.c465 ssize_t nin, nout; in kwboot_term_pipe() local
484 nout = write(out, quit, *s); in kwboot_term_pipe()
485 if (nout <= 0) in kwboot_term_pipe()
487 (*s) -= nout; in kwboot_term_pipe()
493 nout = write(out, buf, nin); in kwboot_term_pipe()
494 if (nout <= 0) in kwboot_term_pipe()
496 nin -= nout; in kwboot_term_pipe()