Home
last modified time | relevance | path

Searched refs:drm_agp_buffer32_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioc32.c71 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
72 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
687 } drm_agp_buffer32_t; typedef
692 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_alloc()
693 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
721 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_free()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_drm.c64 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
65 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
652 } drm_agp_buffer32_t; typedef
657 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
682 drm_agp_buffer32_t req32; in compat_drm_agp_free()