/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | openprom.c | 123 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() function 138 return copyout(argp, op, sizeof(int)); in opromgetprop() 144 return copyout(argp, op, sizeof(int) + bufsize); in opromgetprop() 153 return copyout(argp, op, sizeof(int)); in opromnxtprop() 157 return copyout(argp, op, sizeof(int)); in opromnxtprop() 165 return copyout(argp, op, sizeof(int)); in opromnxtprop() 174 return copyout(argp, op, sizeof(int) + bufsize); in opromnxtprop() 229 return copyout(argp, op, bufsize + sizeof(int)); in opromnext() 249 err = copyout(argp, op, bufsize + sizeof(int)); in oprompci2node() 269 return copyout(arg in oprompath2node() [all...] |
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | openprom.c | 123 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() function 138 return copyout(argp, op, sizeof(int)); in opromgetprop() 144 return copyout(argp, op, sizeof(int) + bufsize); in opromgetprop() 153 return copyout(argp, op, sizeof(int)); in opromnxtprop() 157 return copyout(argp, op, sizeof(int)); in opromnxtprop() 165 return copyout(argp, op, sizeof(int)); in opromnxtprop() 174 return copyout(argp, op, sizeof(int) + bufsize); in opromnxtprop() 229 return copyout(argp, op, bufsize + sizeof(int)); in opromnext() 249 err = copyout(argp, op, bufsize + sizeof(int)); in oprompci2node() 269 return copyout(arg in oprompath2node() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | iov_iter.c | 142 static int copyout(void __user *to, const void *from, size_t n) in copyout() function 190 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 200 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 219 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 228 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 626 copyout(v.iov_base, (from += v.iov_len) - v.iov_len, v.iov_len), in _copy_to_iter()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 389 | Writes to memory while in supervisor mode. copyout accomplishes 390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function. 391 | If you don't have copyout, use the local copy of the function below. 400 | copyout. The probability of a page fault is exceedingly small because 422 jsr copyout 467 | Use these routines if your kernel doesn't have copyout/copyin equivalents. 468 | Assumes that D0/D1/A0/A1 are scratch registers. copyout overwrites DFC, 471 copyout: label
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 389 | Writes to memory while in supervisor mode. copyout accomplishes 390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function. 391 | If you don't have copyout, use the local copy of the function below. 400 | copyout. The probability of a page fault is exceedingly small because 422 jsr copyout 467 | Use these routines if your kernel doesn't have copyout/copyin equivalents. 468 | Assumes that D0/D1/A0/A1 are scratch registers. copyout overwrites DFC, 471 copyout: label
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv() 268 rv = copyout(rsp, to); in handle_recv()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv() 270 rv = copyout(rsp, to); in handle_recv()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 1336 static void copyout(void __iomem *dest, const void *src, int c) in copyout() function 1397 copyout(shmem, buf, count); in shmem_block_output()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 1345 static void copyout(void __iomem *dest, const void *src, int c) in copyout() function 1406 copyout(shmem, buf, count); in shmem_block_output()
|
/kernel/linux/linux-6.6/lib/ |
H A D | iov_iter.c | 162 static int copyout(void __user *to, const void *from, size_t n) in copyout() function 317 copyout(base, addr + off, len), in _copy_to_iter()
|