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