either_copyin 65 kernel/console.c if(either_copyin(&c, user_src, src+i, 1) == -1) either_copyin 107 kernel/defs.h int either_copyin(void *dst, int user_src, uint64 src, uint64 len); either_copyin 522 kernel/fs.c if(either_copyin(bp->data + (off % BSIZE), user_src, src, m) == -1) {