either_copyout    112 kernel/console.c     if(either_copyout(user_dst, dst, &cbuf, 1) == -1)
either_copyout    106 kernel/defs.h  int             either_copyout(int user_dst, uint64 dst, void *src, uint64 len);
either_copyout    488 kernel/fs.c        if(either_copyout(user_dst, dst, bp->data + (off % BSIZE), m) == -1) {