| /src/usr.bin/tset/ |
| map.c | 67 static MAP *cur, *maplist; variable 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 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
|
| /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) {
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 1077 const cfg_obj_t *maplist = NULL; local 1083 result = cfg_map_get(config, listname, &maplist); 1088 for (elt = cfg_list_first(maplist); elt != NULL;
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 11377 const cfg_obj_t *maplist = NULL; local 11383 result = cfg_map_get(config, listname, &maplist); 11388 for (elt = cfg_list_first(maplist); elt != NULL;
|