Searched refs:copyout (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/sbus/char/ |
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(argp, op, bufsize + sizeof(int)); in oprompath2node() [all …]
|
/linux-6.1.9/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-6.1.9/drivers/char/ipmi/ |
D | ipmi_devintf.c | 200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv() 270 rv = copyout(rsp, to); in handle_recv()
|
/linux-6.1.9/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 1346 static void copyout(void __iomem *dest, const void *src, int c) in copyout() function 1407 copyout(shmem, buf, count); in shmem_block_output()
|
/linux-6.1.9/Documentation/networking/ |
D | kcm.rst | 237 operations on the TCP socket (for instance copyin and copyout of data is
|
/linux-6.1.9/lib/ |
D | iov_iter.c | 164 static int copyout(void __user *to, const void *from, size_t n) in copyout() function 528 copyout(base, addr + off, len), in _copy_to_iter()
|