Searched refs:map (Results 351 - 375 of 4005) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-pci.c93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; local
117 map = GT_READ(GT_PCI0M0REMAP_OFS);
127 map = map1;
131 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) &&
135 gt64120_controller.mem_offset = (start & mask) - (map & mask);
144 map = GT_READ(GT_PCI0IOREMAP_OFS);
148 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) &&
150 gt64120_io_resource.start = map & mask;
151 gt64120_io_resource.end = (map & mask) | ~mask;
163 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dfilemap_utils.c42 filemap->map = mmap(0, filemap->size, PROT_READ, MAP_SHARED, filemap->fd, 0);
43 if (filemap->map == MAP_FAILED) {
59 munmap(filemap->map, filemap->size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_routemap.c72 isis->rmap[i].map = route_map_lookup_by_name (isis->rmap[i].name);
74 isis->rmap[i].map = NULL;
89 if (isis->rmap[type].name && isis->rmap[type].map &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bit.h76 extern int xfs_bitmap_empty(uint *map, uint size);
78 /* Count continuous one bits in map starting with start_bit */
79 extern int xfs_contig_bits(uint *map, uint size, uint start_bit);
81 /* Find next set bit in map */
82 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Drbtx4939-flash.c21 #include <linux/mtd/map.h>
27 struct map_info map; member in struct:rbtx4939_flash_info
97 info->map.name = dev_name(&dev->dev);
98 info->map.phys = res->start;
99 info->map.size = size;
100 info->map.bankwidth = pdata->width;
102 info->map.virt = devm_ioremap(&dev->dev, info->map.phys, size);
103 if (!info->map.virt)
107 (*pdata->map_init)(&info->map);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_vm.c87 * Find the right map and if it's AGP memory find the real physical page to
88 * map, get the page, increment the use count and return it.
95 struct drm_local_map *map = NULL; local
100 * Find the right map
112 map = r_list->map;
114 if (map && map->type == _DRM_AGP) {
121 resource_size_t baddr = map->offset + offset;
133 * It's AGP memory - find the real physical page to map
182 struct drm_local_map *map = vma->vm_private_data; local
215 struct drm_local_map *map; local
328 struct drm_local_map *map = vma->vm_private_data; local
526 drm_core_get_map_ofs(struct drm_local_map * map) argument
561 struct drm_local_map *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_vm.c87 * Find the right map and if it's AGP memory find the real physical page to
88 * map, get the page, increment the use count and return it.
95 struct drm_local_map *map = NULL; local
100 * Find the right map
112 map = r_list->map;
114 if (map && map->type == _DRM_AGP) {
121 resource_size_t baddr = map->offset + offset;
133 * It's AGP memory - find the real physical page to map
182 struct drm_local_map *map = vma->vm_private_data; local
215 struct drm_local_map *map; local
328 struct drm_local_map *map = vma->vm_private_data; local
526 drm_core_get_map_ofs(struct drm_local_map * map) argument
561 struct drm_local_map *map = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Drbtx4939-flash.c21 #include <linux/mtd/map.h>
27 struct map_info map; member in struct:rbtx4939_flash_info
97 info->map.name = dev_name(&dev->dev);
98 info->map.phys = res->start;
99 info->map.size = size;
100 info->map.bankwidth = pdata->width;
102 info->map.virt = devm_ioremap(&dev->dev, info->map.phys, size);
103 if (!info->map.virt)
107 (*pdata->map_init)(&info->map);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_bit.h76 extern int xfs_bitmap_empty(uint *map, uint size);
78 /* Count continuous one bits in map starting with start_bit */
79 extern int xfs_contig_bits(uint *map, uint size, uint start_bit);
81 /* Find next set bit in map */
82 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_routemap.c72 isis->rmap[i].map = route_map_lookup_by_name (isis->rmap[i].name);
74 isis->rmap[i].map = NULL;
89 if (isis->rmap[type].name && isis->rmap[type].map &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dfilemap_utils.c42 filemap->map = mmap(0, filemap->size, PROT_READ, MAP_SHARED, filemap->fd, 0);
43 if (filemap->map == MAP_FAILED) {
59 munmap(filemap->map, filemap->size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_routemap.c72 isis->rmap[i].map = route_map_lookup_by_name (isis->rmap[i].name);
74 isis->rmap[i].map = NULL;
89 if (isis->rmap[type].name && isis->rmap[type].map &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dfilemap_utils.c42 filemap->map = mmap(0, filemap->size, PROT_READ, MAP_SHARED, filemap->fd, 0);
43 if (filemap->map == MAP_FAILED) {
59 munmap(filemap->map, filemap->size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/profile/
H A Dmap.h1 // Profiling map implementation -*- C++ -*-
30 /** @file profile/map.h
44 /// Class std::map wrapper with performance instrumentation.
47 class map class in namespace:std::__profile
48 : public _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
74 explicit map(const _Compare& __comp = _Compare(), function in class:std::__profile::map
81 map(_InputIterator __first, _InputIterator __last, function in class:std::__profile::map
88 map(const map function in class:std::__profile::map
93 map(const _Base& __x) function in class:std::__profile::map
99 map(map&& __x) function in class:std::__profile::map
103 map(initializer_list<value_type> __l, function in class:std::__profile::map
429 operator ==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
440 operator !=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
451 operator <(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
462 operator <=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
473 operator >=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
484 operator >(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/profile/
H A Dmap.h1 // Profiling map implementation -*- C++ -*-
30 /** @file profile/map.h
44 /// Class std::map wrapper with performance instrumentation.
47 class map class in namespace:std::__profile
48 : public _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
74 explicit map(const _Compare& __comp = _Compare(), function in class:std::__profile::map
81 map(_InputIterator __first, _InputIterator __last, function in class:std::__profile::map
88 map(const map function in class:std::__profile::map
93 map(const _Base& __x) function in class:std::__profile::map
99 map(map&& __x) function in class:std::__profile::map
103 map(initializer_list<value_type> __l, function in class:std::__profile::map
429 operator ==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
440 operator !=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
451 operator <(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
462 operator <=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
473 operator >=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
484 operator >(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.c65 * decode crush map
453 static int __decode_pool_names(void **p, void *end, struct ceph_osdmap *map) argument
464 pi = __lookup_pg_pool(&map->pg_pools, pool);
483 * osd map
485 void ceph_osdmap_destroy(struct ceph_osdmap *map) argument
487 dout("osdmap_destroy %p\n", map);
488 if (map->crush)
489 crush_destroy(map->crush);
490 while (!RB_EMPTY_ROOT(&map->pg_temp)) {
492 rb_entry(rb_first(&map
512 osdmap_set_max_osd(struct ceph_osdmap *map, int max) argument
550 struct ceph_osdmap *map; local
684 osdmap_apply_incremental(void **p, void *end, struct ceph_osdmap *map, struct ceph_messenger *msgr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java31 public final void initializeProxy(Map<K,V> map) { argument
32 int size = map.size();
36 for (Map.Entry<K,V> entry : map.entrySet()) {
45 Map<K,V> map = newInstance(size);
47 map.put(keys[i], values[i]);
49 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dosdmap.c65 * decode crush map
453 static int __decode_pool_names(void **p, void *end, struct ceph_osdmap *map) argument
464 pi = __lookup_pg_pool(&map->pg_pools, pool);
483 * osd map
485 void ceph_osdmap_destroy(struct ceph_osdmap *map) argument
487 dout("osdmap_destroy %p\n", map);
488 if (map->crush)
489 crush_destroy(map->crush);
490 while (!RB_EMPTY_ROOT(&map->pg_temp)) {
492 rb_entry(rb_first(&map
512 osdmap_set_max_osd(struct ceph_osdmap *map, int max) argument
550 struct ceph_osdmap *map; local
684 osdmap_apply_incremental(void **p, void *end, struct ceph_osdmap *map, struct ceph_messenger *msgr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java31 public final void initializeProxy(Map<K,V> map) { argument
32 int size = map.size();
36 for (Map.Entry<K,V> entry : map.entrySet()) {
45 Map<K,V> map = newInstance(size);
47 map.put(keys[i], values[i]);
49 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java31 public final void initializeProxy(Map<K,V> map) { argument
32 int size = map.size();
36 for (Map.Entry<K,V> entry : map.entrySet()) {
45 Map<K,V> map = newInstance(size);
47 map.put(keys[i], values[i]);
49 return map;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dnfsctl.c53 } map[] = { variable in typeref:struct:__anon32305
100 if (cmd < 0 || cmd >= ARRAY_SIZE(map) || !map[cmd].name)
103 file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY);
106 err = file->f_op->write(file, p, map[cmd].wsize, &file->f_pos);
107 if (err >= 0 && map[cmd].rsize)
108 err = file->f_op->read(file, res, map[cmd].rsize, &file->f_pos);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Dmake-c-ext.tcl22 set buf [string map [list \\ \\\\ \" \\"] $buf]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/
H A Dmake_string.tcl25 set buf [string map [list \\ \\\\ \" \\"] $buf]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dnfsctl.c53 } map[] = { variable in typeref:struct:__anon20612
100 if (cmd < 0 || cmd >= ARRAY_SIZE(map) || !map[cmd].name)
103 file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY);
106 err = file->f_op->write(file, p, map[cmd].wsize, &file->f_pos);
107 if (err >= 0 && map[cmd].rsize)
108 err = file->f_op->read(file, res, map[cmd].rsize, &file->f_pos);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-w90x900/
H A Dmach-nuc950evb.c20 #include <asm/mach/map.h>
22 #include <mach/map.h>

Completed in 317 milliseconds

<<11121314151617181920>>