Searched refs:copyout (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/drivers/sbus/char/ |
| D | openprom.c | 136 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() function 151 return copyout(argp, op, sizeof(int)); in opromgetprop() 157 return copyout(argp, op, sizeof(int) + bufsize); in opromgetprop() 166 return copyout(argp, op, sizeof(int)); in opromnxtprop() 170 return copyout(argp, op, sizeof(int)); in opromnxtprop() 178 return copyout(argp, op, sizeof(int)); in opromnxtprop() 187 return copyout(argp, op, sizeof(int) + bufsize); in opromnxtprop() 242 return copyout(argp, op, bufsize + sizeof(int)); in opromnext() 262 err = copyout(argp, op, bufsize + sizeof(int)); in oprompci2node() 282 return copyout(argp, op, bufsize + sizeof(int)); in oprompath2node() [all …]
|
| /Linux-v4.19/lib/ |
| D | iov_iter.c | 133 static int copyout(void __user *to, const void *from, size_t n) in copyout() function 177 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 187 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 206 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 215 left = copyout(buf, from, copy); in copy_page_to_iter_iovec() 566 copyout(v.iov_base, (from += v.iov_len) - v.iov_len, v.iov_len), in _copy_to_iter()
|
| /Linux-v4.19/arch/m68k/fpsp040/ |
| D | skeleton.S | 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
|
| /Linux-v4.19/drivers/char/ipmi/ |
| D | ipmi_devintf.c | 203 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv() 271 rv = copyout(rsp, to); in handle_recv()
|
| /Linux-v4.19/drivers/net/ethernet/8390/ |
| D | pcnet_cs.c | 1329 static void copyout(void __iomem *dest, const void *src, int c) in copyout() function 1390 copyout(shmem, buf, count); in shmem_block_output()
|
| /Linux-v4.19/Documentation/networking/ |
| D | kcm.txt | 233 operations on the TCP socket (for instance copyin and copyout of data is
|
| /Linux-v4.19/Documentation/block/ |
| D | biodoc.txt | 195 is used for performing the i/o with copyin/copyout as needed depending on
|