Searched refs:tocopy (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/alpha/boot/tools/ |
D | objstrip.c | 52 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; in main() local 235 tocopy = fil_size; in main() 236 while (tocopy > 0) { in main() 237 n = tocopy; in main() 241 tocopy -= n; in main() 260 tocopy = mem_size - fil_size; in main() 261 if (tocopy > 0) { in main() 264 prog_name, pad, (unsigned long) tocopy); in main() 268 n = tocopy; in main() 277 tocopy -= nwritten; in main() [all …]
|
/linux-2.4.37.9/drivers/atm/ |
D | nicstar.c | 2395 int remaining, tocopy; in dequeue_rx() local 2472 tocopy = min_t(int, remaining, iov->iov_len); in dequeue_rx() 2473 memcpy(hb->tail, lb->data, tocopy); in dequeue_rx() 2474 skb_put(hb, tocopy); in dequeue_rx() 2476 remaining -= tocopy; in dequeue_rx()
|