either_copyin      68 kernel/console.c     if(either_copyin(buf, user_src, src+i, nn) == -1)
either_copyin     102 kernel/defs.h  int             either_copyin(void *dst, int user_src, uint64 src, uint64 len);
either_copyin     545 kernel/fs.c        if(either_copyin(bp->data + (off % BSIZE), user_src, src, m) == -1) {