Searched refs:mapinlist (Results 1 – 1 of 1) sorted by relevance
149 drm_local_map_t *mapinlist; in drm_getmap() local161 TAILQ_FOREACH(mapinlist, &dev->maplist, link) { in drm_getmap()163 map->offset = mapinlist->offset; in drm_getmap()164 map->size = mapinlist->size; in drm_getmap()165 map->type = mapinlist->type; in drm_getmap()166 map->flags = mapinlist->flags; in drm_getmap()167 map->handle = mapinlist->handle; in drm_getmap()168 map->mtrr = mapinlist->mtrr; in drm_getmap()176 if (mapinlist == NULL) in drm_getmap()