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

  /src/sys/compat/netbsd32/
netbsd32_drm.c 72 #define DRM_IOCTL_UPDATE_DRAW32 DRM_IOW( 0x3f, drm_update_draw32_t)
786 } __attribute__((__packed__)) drm_update_draw32_t; typedef in typeref:struct:drm_update_draw32
789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32)
799 drm_update_draw32_t update32;
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 79 #define DRM_IOCTL_UPDATE_DRAW32 DRM_IOW( 0x3f, drm_update_draw32_t)
815 } __attribute__((packed)) drm_update_draw32_t; typedef in typeref:struct:drm_update_draw32
820 drm_update_draw32_t update32;

Completed in 13 milliseconds