/src/usr.bin/tset/ |
map.c | 67 static MAP *cur, *maplist; variable in typeref:typename:MAP ** 85 if (maplist == NULL) 86 cur = maplist = mapp; 195 for (mapp = maplist; mapp; mapp = mapp->next)
|
map.c | 67 static MAP *cur, *maplist; variable in typeref:typename:MAP ** 85 if (maplist == NULL) 86 cur = maplist = mapp; 195 for (mapp = maplist; mapp; mapp = mapp->next)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_bufs.c | 61 list_for_each_entry(entry, &dev->maplist, head) { 140 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 146 struct drm_map_list **maplist) 215 *maplist = list; 252 *maplist = list; 374 list_add(&list->head, &dev->maplist); 400 *maplist = list; 422 list_for_each_entry(_entry, &dev->maplist, head) 444 struct drm_map_list *maplist; local in function:drm_legacy_addmap_ioctl 455 map->flags, &maplist); [all...] |
drm_bufs.c | 61 list_for_each_entry(entry, &dev->maplist, head) { 140 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 146 struct drm_map_list **maplist) 215 *maplist = list; 252 *maplist = list; 374 list_add(&list->head, &dev->maplist); 400 *maplist = list; 422 list_for_each_entry(_entry, &dev->maplist, head) 444 struct drm_map_list *maplist; local in function:drm_legacy_addmap_ioctl 455 map->flags, &maplist); [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_device.h | 356 struct list_head maplist; member in struct:drm_device
|
drm_device.h | 356 struct list_head maplist; member in struct:drm_device
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 808 drm_map_list_t maplist; member in struct:drm_device 1301 TAILQ_FOREACH(map, &dev->maplist, link) {
|
drmP.h | 808 drm_map_list_t maplist; member in struct:drm_device 1301 TAILQ_FOREACH(map, &dev->maplist, link) {
|