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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_sysctl.c 277 int i, mapcount; variable in typeref:typename:int
286 mapcount = 0;
288 mapcount++;
290 tempmaps = malloc(sizeof(drm_local_map_t) * mapcount, DRM_MEM_DRIVER,
302 for (i = 0; i < mapcount; i++) {
drm_sysctl.c 277 int i, mapcount; variable in typeref:typename:int
286 mapcount = 0;
288 mapcount++;
290 tempmaps = malloc(sizeof(drm_local_map_t) * mapcount, DRM_MEM_DRIVER,
302 for (i = 0; i < mapcount; i++) {

Completed in 24 milliseconds