Home
last modified time | relevance | path

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 Dvmsystm.h51 #define xcopyout(from, to, size) copy_to_user(to, from, size)
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c97 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 Dzfs_uio.c73 if (copy_to_user(iov->iov_base+skip, p, cnt)) in uiomove_iov()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h51 #define copy_to_user(to, from, n) copyout((from), (to), (n)) macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c838 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 Dzvol_os.c595 error = copy_to_user((void *)arg, zv->zv_name, MAXNAMELEN); in zvol_ioctl()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c890 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 Dkernel_nic_interface.rst14 (by eliminating system calls and copy_to_user()/copy_from_user() operations.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst26 * Eliminate the copy_to_user and copy_from_user operations on packets.