Lines Matching defs:tocopy
3999 int count, error, i, pos, tocopy;
4003 for (count = uap->val, pos = 0; count > 0; count -= tocopy,
4004 pos += tocopy) {
4005 tocopy = MIN(count, BATCH_SIZE);
4006 error = copyin(upp + pos, uaddrs, tocopy * sizeof(char *));
4009 for (i = 0; i < tocopy; ++i) {
4021 int count, error, i, pos, tocopy;
4025 for (count = uap->val, pos = 0; count > 0; count -= tocopy,
4026 pos += tocopy) {
4027 tocopy = MIN(count, BATCH_SIZE);
4028 error = copyin(upp + pos, uaddrs, tocopy * sizeof(uint32_t));
4031 for (i = 0; i < tocopy; ++i) {