HomeSort by: relevance | last modified time | path
    Searched defs:req32 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_ioc32.c 53 struct drm_i915_getparam32 req32; local in function:compat_i915_getparam
56 if (copy_from_user(&req32, (void __user *)arg, sizeof(req32)))
61 __put_user(req32.param, &request->param) ||
62 __put_user((void __user *)(unsigned long)req32.value,
i915_ioc32.c 53 struct drm_i915_getparam32 req32; local in function:compat_i915_getparam
56 if (copy_from_user(&req32, (void __user *)arg, sizeof(req32)))
61 __put_user(req32.param, &request->param) ||
62 __put_user((void __user *)(unsigned long)req32.value,
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1007 blkif_x86_32_request_t *req32; local in function:xbdback_co_main_loop
1042 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1044 real_op = req->operation = req32->operation;
1046 rin32 = (blkif_x86_32_request_indirect_t*)req32;
1049 req->id = req32->id;
1180 blkif_x86_32_request_t *req32; local in function:xbdback_co_io
1224 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1226 req->handle = req32->handle;
1227 req->sector_number = req32->sector_number;
1228 if (req32->operation == BLKIF_OP_INDIRECT)
    [all...]
xbdback_xenbus.c 1007 blkif_x86_32_request_t *req32; local in function:xbdback_co_main_loop
1042 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1044 real_op = req->operation = req32->operation;
1046 rin32 = (blkif_x86_32_request_indirect_t*)req32;
1049 req->id = req32->id;
1180 blkif_x86_32_request_t *req32; local in function:xbdback_co_io
1224 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1226 req->handle = req32->handle;
1227 req->sector_number = req32->sector_number;
1228 if (req32->operation == BLKIF_OP_INDIRECT)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_drm.c 435 drm_buf_free32_t req32; local in function:compat_drm_freebufs
439 if ((error = copyin(&req32, arg, sizeof(req32))) != 0)
442 req64.count = req32.count;
443 req64.list = NETBSD32PTR64(req32.list);
456 drm_ctx_priv_map32_t req32; local in function:compat_drm_setsareactx
460 if ((error = copyin(&req32, arg, sizeof(req32))) != 0)
463 req64.ctx_id = req32.ctx_id;
464 req64.handle = NETBSD32PTR64(req32.handle)
480 drm_ctx_priv_map32_t req32; local in function:compat_drm_getsareactx
657 drm_agp_buffer32_t req32; local in function:compat_drm_agp_alloc
682 drm_agp_buffer32_t req32; local in function:compat_drm_agp_free
704 drm_agp_binding32_t req32; local in function:compat_drm_agp_bind
721 drm_agp_binding32_t req32; local in function:compat_drm_agp_unbind
744 drm_scatter_gather32_t req32; local in function:compat_drm_sg_alloc
767 drm_scatter_gather32_t req32; local in function:compat_drm_sg_free
850 drm_wait_vblank32_t req32; local in function:compat_drm_wait_vblank
893 struct drm_mode_fb_cmd232 req32; local in function:compat_drm_mode_addfb2
    [all...]
netbsd32_drm.c 435 drm_buf_free32_t req32; local in function:compat_drm_freebufs
439 if ((error = copyin(&req32, arg, sizeof(req32))) != 0)
442 req64.count = req32.count;
443 req64.list = NETBSD32PTR64(req32.list);
456 drm_ctx_priv_map32_t req32; local in function:compat_drm_setsareactx
460 if ((error = copyin(&req32, arg, sizeof(req32))) != 0)
463 req64.ctx_id = req32.ctx_id;
464 req64.handle = NETBSD32PTR64(req32.handle)
480 drm_ctx_priv_map32_t req32; local in function:compat_drm_getsareactx
657 drm_agp_buffer32_t req32; local in function:compat_drm_agp_alloc
682 drm_agp_buffer32_t req32; local in function:compat_drm_agp_free
704 drm_agp_binding32_t req32; local in function:compat_drm_agp_bind
721 drm_agp_binding32_t req32; local in function:compat_drm_agp_unbind
744 drm_scatter_gather32_t req32; local in function:compat_drm_sg_alloc
767 drm_scatter_gather32_t req32; local in function:compat_drm_sg_free
850 drm_wait_vblank32_t req32; local in function:compat_drm_wait_vblank
893 struct drm_mode_fb_cmd232 req32; local in function:compat_drm_mode_addfb2
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 402 drm_buf_info32_t req32; local in function:compat_drm_infobufs
406 if (copy_from_user(&req32, argp, sizeof(req32)))
409 if (req32.count < 0)
410 req32.count = 0;
412 err = drm_ioctl_kernel(file, drm_legacy_infobufs32, &req32, DRM_AUTH);
416 if (put_user(req32.count, &argp->count))
467 drm_buf_map32_t req32; local in function:compat_drm_mapbufs
470 if (copy_from_user(&req32, argp, sizeof(req32)))
494 drm_buf_free32_t req32; local in function:compat_drm_freebufs
514 drm_ctx_priv_map32_t req32; local in function:compat_drm_setsareactx
531 drm_ctx_priv_map32_t req32; local in function:compat_drm_getsareactx
693 drm_agp_buffer32_t req32; local in function:compat_drm_agp_alloc
740 drm_agp_binding32_t req32; local in function:compat_drm_agp_bind
851 drm_wait_vblank32_t req32; local in function:compat_drm_wait_vblank
    [all...]
drm_ioc32.c 402 drm_buf_info32_t req32; local in function:compat_drm_infobufs
406 if (copy_from_user(&req32, argp, sizeof(req32)))
409 if (req32.count < 0)
410 req32.count = 0;
412 err = drm_ioctl_kernel(file, drm_legacy_infobufs32, &req32, DRM_AUTH);
416 if (put_user(req32.count, &argp->count))
467 drm_buf_map32_t req32; local in function:compat_drm_mapbufs
470 if (copy_from_user(&req32, argp, sizeof(req32)))
494 drm_buf_free32_t req32; local in function:compat_drm_freebufs
514 drm_ctx_priv_map32_t req32; local in function:compat_drm_setsareactx
531 drm_ctx_priv_map32_t req32; local in function:compat_drm_getsareactx
693 drm_agp_buffer32_t req32; local in function:compat_drm_agp_alloc
740 drm_agp_binding32_t req32; local in function:compat_drm_agp_bind
851 drm_wait_vblank32_t req32; local in function:compat_drm_wait_vblank
    [all...]

Completed in 71 milliseconds