Searched refs:eaten (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | testdev.c | 91 int tocopy, eaten, orig_len = len; in testdev_chr_write() local 104 (eaten = testdev_eat_packet(testdev)) > 0) { in testdev_chr_write() 105 memmove(testdev->in_buf, testdev->in_buf + eaten, in testdev_chr_write() 106 testdev->in_buf_used - eaten); in testdev_chr_write() 107 testdev->in_buf_used -= eaten; in testdev_chr_write()
|
H A D | baum.c | 494 int tocopy, cur, eaten, orig_len = len; in baum_chr_write() local 517 (eaten = baum_eat_packet(baum, baum->in_buf + cur, baum->in_buf_used - cur))) in baum_chr_write() 518 cur += eaten; in baum_chr_write()
|
/openbmc/linux/net/strparser/ |
H A D | strparser.c | 96 size_t eaten = 0, cand_len; in __strp_recv() local 169 while (eaten < orig_len) { in __strp_recv() 178 cand_len = orig_len - eaten; in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 222 eaten += cand_len; in __strp_recv() 224 WARN_ON(eaten != orig_len); in __strp_recv() 273 eaten += cand_len; in __strp_recv() 281 eaten += cand_len; in __strp_recv() 282 WARN_ON(eaten != orig_len); in __strp_recv() 292 eaten += (cand_len - extra); in __strp_recv() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | configure-sbindir.patch | 7 fix the test, the [ ] syntax was getting eaten by autoconf
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_ldisc.rst | 24 discipline even with the same data or your computer again will be eaten by
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 4848 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4873 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4876 if (!eaten) in tcp_ofo_queue() 5060 int eaten; in tcp_queue_rcv() local 5063 eaten = (tail && in tcp_queue_rcv() 5067 if (!eaten) { in tcp_queue_rcv() 5071 return eaten; in tcp_queue_rcv() 5137 int eaten; in tcp_data_queue() local 5185 eaten = tcp_queue_rcv(sk, skb, &fragstolen); in tcp_data_queue() 5206 if (eaten > 0) in tcp_data_queue() [all …]
|
/openbmc/qemu/disas/ |
H A D | m68k.c | 1817 int eaten = print_insn_arg (d, buffer, p, memaddr + (p - buffer), info); in match_insn_m68k() local 1819 if (eaten >= 0) in match_insn_m68k() 1820 p += eaten; in match_insn_m68k() 1821 else if (eaten == -1) in match_insn_m68k()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 3195 will be eaten.
|