Searched refs:copy_to_user (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/
H A Duaccess.h37 copy_to_user(void *to, const void *from, unsigned long n) function
43 #define __copy_to_user(...) copy_to_user(__VA_ARGS__)
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmsystm.h51 #define xcopyout(from, to, size) copy_to_user(to, from, size)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c427 if (copy_to_user((void __user *)(unsigned long)cmd.response,
496 if (copy_to_user((void __user *)(unsigned long)cmd.response,
623 if (copy_to_user((void __user *)(unsigned long)cmd.response,
853 if (copy_to_user((void __user *)(unsigned long)cmd.response,
895 if (copy_to_user(response, &resp, sizeof(resp)))
925 if (copy_to_user(response, resp,
973 if (copy_to_user(response, &resp, sizeof(resp)))
1171 if (copy_to_user((void __user *)(unsigned long)cmd.response,
1373 if (copy_to_user((void __user *)(unsigned long) cmd->response,
1475 if (copy_to_user((voi
[all...]
H A Dib_ucm.c431 if (copy_to_user((void __user *)(unsigned long)cmd.response,
442 if (copy_to_user((void __user *)(unsigned long)cmd.data,
454 if (copy_to_user((void __user *)(unsigned long)cmd.info,
503 if (copy_to_user((void __user *)(unsigned long)cmd.response,
557 if (copy_to_user((void __user *)(unsigned long)cmd.response,
589 if (copy_to_user((void __user *)(unsigned long)cmd.response,
626 if (copy_to_user((void __user *)(unsigned long)cmd.response,
H A Dib_uverbs_cmd.c393 if (copy_to_user((void __user *) (unsigned long) cmd.response,
487 if (copy_to_user((void __user *) (unsigned long) cmd.response,
538 if (copy_to_user((void __user *) (unsigned long) cmd.response,
593 if (copy_to_user((void __user *) (unsigned long) cmd.response,
840 if (copy_to_user((void __user *) (unsigned long) cmd.response,
1036 if (copy_to_user((void __user *) (unsigned long) cmd.response,
1140 if (copy_to_user((void __user *)(unsigned long)cmd.response,
1253 if (copy_to_user((void __user *)(unsigned long)cmd.response,
1351 if (copy_to_user((void __user *) (unsigned long) cmd.response,
1596 if (copy_to_user((voi
[all...]
H A Dib_user_mad.c285 if (copy_to_user(buf, &packet->mad, hdr_size(file)))
290 if (copy_to_user(buf, recv_buf->mad, seg_payload))
313 if (copy_to_user(buf, (char *)recv_buf->mad + offset,
329 if (copy_to_user(buf, &packet->mad, hdr_size(file)))
334 if (copy_to_user(buf, packet->mad.data, packet->length))
H A Dib_uverbs_main.c432 if (copy_to_user(buf, event, eventsz))
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_bufs.c1459 if (copy_to_user(&to->count,
1462 copy_to_user(&to->size,
1465 copy_to_user(&to->low_mark,
1468 copy_to_user(&to->high_mark,
1653 if (copy_to_user(&request->list[i].idx,
1659 if (copy_to_user(&request->list[i].total,
1665 if (copy_to_user(&request->list[i].used,
1671 if (copy_to_user(&request->list[i].address,
H A Ddrm_context.c331 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx)))
H A Ddrm_ioctl.c60 if (copy_to_user(u->unique, master->unique, master->unique_len))
H A Ddrm_os_freebsd.h336 #define copy_to_user(to, from, n) __copy_to_user((to), (from), (n)) macro
342 size = copy_to_user(ptr, x, size);
H A Ddrm_crtc.c1533 if (copy_to_user(mode_ptr + copied,
1722 if (copy_to_user(format_ptr,
3040 if (copy_to_user(values_ptr + i, &property->values[i], sizeof(uint64_t))) {
3054 if (copy_to_user(&enum_ptr[copied].value, &prop_enum->value, sizeof(uint64_t))) {
3059 if (copy_to_user(&enum_ptr[copied].name,
3155 if (copy_to_user(blob_ptr, blob->data, blob->length)){
3535 if (copy_to_user((void __user *)(unsigned long)crtc_lut->red, r_base, size)) {
3541 if (copy_to_user((void __user *)(unsigned long)crtc_lut->green, g_base, size)) {
3547 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) {
H A Ddrm_drv.c308 if (copy_to_user(buf, value, len))
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c476 ret = copy_to_user(rbuf, virtual, io_size);
544 ret = copy_to_user(rbuf, virtual, io_size);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c73 if (copy_to_user(iov->iov_base+skip, p, cnt))
H A Dzpl_file.c835 err = copy_to_user(arg, &flags, sizeof (flags));
929 err = copy_to_user(arg, &fsx, sizeof (fsx));
H A Dzvol_os.c637 error = copy_to_user((void *)arg, zv->zv_name, MAXNAMELEN);
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h51 #define copy_to_user(to, from, n) copyout((from), (to), (n)) macro
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c890 if (copy_to_user(msgbuf, header,
912 if (copy_to_user((void __user *)(
1021 (copy_to_user((void __user *)args.buf,
1062 if (copy_to_user((void __user *)args.pconfig,
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2176 return copy_to_user(udata->outbuf, src, len) ? -EFAULT : 0;

Completed in 194 milliseconds