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

  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1008 blkif_x86_64_request_t *req64; local in function:xbdback_co_main_loop
1052 req64 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_64,
1054 real_op = req->operation = req64->operation;
1056 rin64 = (blkif_x86_64_request_indirect_t*)req64;
1059 req->id = req64->id;
1181 blkif_x86_64_request_t *req64; local in function:xbdback_co_io
1249 req64 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_64,
1251 req->handle = req64->handle;
1252 req->sector_number = req64->sector_number;
1253 if (req64->operation == BLKIF_OP_INDIRECT)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_drm.c 436 struct drm_buf_free req64; local in function:compat_drm_freebufs
442 req64.count = req32.count;
443 req64.list = NETBSD32PTR64(req32.list);
445 return drm_ioctl(file, DRM_IOCTL_FREE_BUFS, &req64);
457 struct drm_ctx_priv_map req64; local in function:compat_drm_setsareactx
463 req64.ctx_id = req32.ctx_id;
464 req64.handle = NETBSD32PTR64(req32.handle);
466 error = drm_ioctl(file, DRM_IOCTL_SET_SAREA_CTX, &req64);
470 req32.ctx_id = req64.ctx_id;
471 NETBSD32PTR32(req32.handle, req64.handle)
479 struct drm_ctx_priv_map req64; local in function:compat_drm_getsareactx
658 struct drm_agp_buffer req64; local in function:compat_drm_agp_alloc
683 struct drm_agp_buffer req64; local in function:compat_drm_agp_free
705 struct drm_agp_binding req64; local in function:compat_drm_agp_bind
720 struct drm_agp_binding req64; local in function:compat_drm_agp_unbind
743 struct drm_scatter_gather req64; local in function:compat_drm_sg_alloc
765 struct drm_scatter_gather req64; local in function:compat_drm_sg_free
800 struct drm_update_draw req64; local in function:compat_drm_update_draw
851 union drm_wait_vblank req64; local in function:compat_drm_wait_vblank
894 struct drm_mode_fb_cmd2 req64; local in function:compat_drm_mode_addfb2
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 892 struct drm_mode_fb_cmd2 req64; local in function:compat_drm_mode_addfb2
895 if (copy_from_user(&req64, argp,
899 if (copy_from_user(&req64.modifier, &argp->modifier,
900 sizeof(req64.modifier)))
903 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, 0);
907 if (put_user(req64.fb_id, &argp->fb_id))

Completed in 16 milliseconds