user_src           59 kernel/console.c consolewrite(int user_src, uint64 src, int n)
user_src           68 kernel/console.c     if(either_copyin(buf, user_src, src+i, nn) == -1)
user_src          102 kernel/defs.h  int             either_copyin(void *dst, int user_src, uint64 src, uint64 len);
user_src          529 kernel/fs.c    writei(struct inode *ip, int user_src, uint64 src, uint off, uint n)
user_src          545 kernel/fs.c        if(either_copyin(bp->data + (off % BSIZE), user_src, src, m) == -1) {
user_src          648 kernel/proc.c  either_copyin(void *dst, int user_src, uint64 src, uint64 len)
user_src          651 kernel/proc.c    if(user_src){