| /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)
|
| /src/usr.sbin/acpitools/acpidump/ |
| acpi_user.c | 61 static LIST_HEAD(acpi_user_mapping_list, acpi_user_mapping) maplist; 87 LIST_INIT(&maplist); 114 for (map = LIST_FIRST(&maplist); map; map = LIST_NEXT(map, link)) { 136 LIST_INSERT_HEAD(&maplist, map, link); 242 LIST_INIT(&maplist);
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_vm.c | 107 TAILQ_FOREACH(map, &dev->maplist, link) { 115 TAILQ_FOREACH(map, &dev->maplist, link) {
|
| drm_sysctl.c | 287 TAILQ_FOREACH(map, &dev->maplist, link) 294 TAILQ_FOREACH(map, &dev->maplist, link)
|
| drm_context.c | 170 TAILQ_FOREACH(map, &dev->maplist, link) {
|
| drm_ioctl.c | 161 TAILQ_FOREACH(mapinlist, &dev->maplist, link) {
|
| drm_bufs.c | 137 TAILQ_FOREACH(map, &dev->maplist, link) { 272 TAILQ_INSERT_TAIL(&dev->maplist, map, link); 339 TAILQ_REMOVE(&dev->maplist, map, link); 396 TAILQ_FOREACH(map, &dev->maplist, link) {
|
| drm_drv.c | 568 TAILQ_FOREACH_SAFE(map, &dev->maplist, link, mapsave) { 589 TAILQ_INIT(&dev->maplist); 1076 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) {
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_legacy_misc.c | 56 INIT_LIST_HEAD(&dev->maplist);
|
| 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_context.c | 206 list_for_each_entry(_entry, &dev->maplist, head) { 246 list_for_each_entry(r_list, &dev->maplist, head) {
|
| drm_vm.c | 239 * person to close a mapping and it's not in the global maplist. 267 /* Check to see if we are in the maplist, if we are not, then 271 list_for_each_entry(r_list, &dev->maplist, head) { 531 * area, so calls mmap_dma(). Otherwise searches the map in drm_device::maplist,
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_device.h | 356 struct list_head maplist; member in struct:drm_device
|
| /src/lib/libc/citrus/modules/ |
| citrus_mapper_serial.c | 79 SIMPLEQ_HEAD(maplist, maplink); 82 struct maplist sr_mappers;
|
| /src/sys/external/bsd/drm2/dist/drm/sis/ |
| sis_mm.c | 239 list_for_each_entry(entry, &dev->maplist, head) {
|
| /src/usr.sbin/ypserv/ypserv/ |
| ypserv_db.c | 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */ 85 struct maplist dmaps; /* the domain's active maps */
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mga_dma.c | 562 list_for_each_entry(_entry, &dev->maplist, head) {
|
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_dma.c | 574 list_for_each_entry(_entry, &dev->maplist, head) {
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_verifier.c | 271 list_for_each_entry(r_list, &dev->maplist, head) {
|
| /src/sys/external/bsd/drm2/dist/drm/i810/ |
| i810_dma.c | 333 list_for_each_entry(r_list, &dev->maplist, head) {
|