Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c471 ssize_t nin, nout; in kwboot_term_pipe() local
474 nin = read(in, buf, sizeof(buf)); in kwboot_term_pipe()
475 if (nin <= 0) in kwboot_term_pipe()
481 for (i = 0; i < nin; i++) { in kwboot_term_pipe()
487 nin--; in kwboot_term_pipe()
498 while (nin > 0) { in kwboot_term_pipe()
499 nout = write(out, buf, nin); in kwboot_term_pipe()
502 nin -= nout; in kwboot_term_pipe()
/openbmc/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot88 label="Use node that was\nactively referenced\nin global list"]
91 label="Use node that was\nactively referenced\nin (another?) CPU's cache"]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst194 Decoding -> EoS [ label = "EoS mark\nin the stream" ];