Searched refs:copy_to_user (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | vmsystm.h | 51 #define xcopyout(from, to, size) copy_to_user(to, from, size)
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 97 if (copy_to_user(ubuffer, kbuffer, size)) in proc_copyout_string() 101 if (copy_to_user(ubuffer + size, append, 1)) in proc_copyout_string()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_uio.c | 73 if (copy_to_user(iov->iov_base+skip, p, cnt)) in uiomove_iov()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 51 #define copy_to_user(to, from, n) copyout((from), (to), (n)) macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 838 err = copy_to_user(arg, &flags, sizeof (flags)); in zpl_ioctl_getflags() 932 err = copy_to_user(arg, &fsx, sizeof (fsx)); in zpl_ioctl_getxattr()
|
| H A D | zvol_os.c | 595 error = copy_to_user((void *)arg, zv->zv_name, MAXNAMELEN); in zvol_ioctl()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 890 if (copy_to_user(msgbuf, header, in vchiq_ioctl() 912 if (copy_to_user((void __user *)( in vchiq_ioctl() 1021 (copy_to_user((void __user *)args.buf, in vchiq_ioctl() 1062 if (copy_to_user((void __user *)args.pconfig, in vchiq_ioctl()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 14 (by eliminating system calls and copy_to_user()/copy_from_user() operations.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | kernel_nic_interface.rst | 26 * Eliminate the copy_to_user and copy_from_user operations on packets.
|