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

  /src/sys/compat/netbsd32/
netbsd32_drm.c 232 compat_drm_addmap(struct file *file, void *arg) function in typeref:typename:int
933 return compat_drm_addmap(file, arg);
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 205 static int compat_drm_addmap(struct file *file, unsigned int cmd, function in typeref:typename:int
230 pr_err_ratelimited("compat_drm_addmap truncated handle %p for type %d offset %x\n",
928 DRM_IOCTL32_DEF(DRM_IOCTL_ADD_MAP, compat_drm_addmap),

Completed in 15 milliseconds