Lines Matching defs:copied
858 int i, count, copied = 0;
916 copied += count;
920 if (copied) {
933 int copied = 0;
944 copied++;
954 copied++;
964 copied++;
969 if (copied)
972 return copied;
980 int copied = 0;
998 copied++;
1001 return copied;
1006 int copied = 0;
1018 copied++;
1023 if (copied)
1026 copied += sci_handle_fifo_overrun(port);
1028 return copied;
1225 int copied;
1227 copied = tty_insert_flip_string(tport, buf, count);
1228 if (copied < count)
1231 port->icount.rx += copied;
1233 return copied;