Searched refs:map (Results 151 - 175 of 2136) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dintegrator-flash.c3 drivers/mtd/maps/integrator-flash.c: ARM Integrator flash map driver
37 #include <linux/mtd/map.h>
48 struct map_info map; member in struct:armflash_subdev_info
60 static void armflash_set_vpp(struct map_info *map, int on) argument
63 container_of(map, struct armflash_subdev_info, map);
93 subdev->map.size = size;
94 subdev->map.bankwidth = plat->width;
95 subdev->map.phys = res->start;
96 subdev->map
[all...]
H A Dplat-ram.c7 * Generic platform device based RAM map
35 #include <linux/mtd/map.h>
46 struct map_info map; member in struct:platram_info
119 if (info->map.virt != NULL)
120 iounmap(info->map.virt);
175 /* setup map parameters */
177 info->map.phys = res->start;
178 info->map.size = resource_size(res);
179 info->map.name = pdata->mapname != NULL ?
181 info->map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dfilemap_utils.c34 filemap->map = mmap(0, filemap->size, PROT_READ, MAP_SHARED, filemap->fd, 0);
35 if (filemap->map == MAP_FAILED) {
45 munmap(filemap->map, filemap->size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIP2Country.h48 #include <map>
60 typedef std::map<wxString, CountryData> CountryDataMap;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnfsctl.c53 } map[] = { variable in typeref:struct:__anon16767
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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/
H A Dcommon.c15 #include <asm/mach/map.h>
16 #include <mach/addr-map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dmach-nuc950evb.c20 #include <asm/mach/map.h>
22 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Dfixdep.c223 static void parse_config_file(char *map, size_t len) argument
225 int *end = (int *) (map + len);
226 /* start at +1, so that p can never be < map */
227 int *m = (int *) map + 1;
237 if (p > map + len - 7)
241 for (q = p + 7; q < map + len; q++) {
272 void *map; local
285 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
286 if ((long) map == -1) {
292 parse_config_file(map, s
299 parse_dep_file(void *map, size_t len) argument
343 void *map; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c64 struct ChannelMap map[MAX_CH]; member in struct:ChannelMapContext
73 { "map", "A comma-separated list of input channel numbers in output order.",
89 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) argument
91 char *next = split(*map, delim);
96 len = strlen(*map);
97 sscanf(*map, "%d%n", ch, &n);
102 *map = next;
106 static int get_channel(char **map, uint64_t *ch, char delim) argument
108 char *next = split(*map, delim);
111 *ch = av_get_channel_layout(*map);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpid.c57 struct pidmap *map, int off)
59 return (map - pid_ns->pidmap)*BITS_PER_PAGE + off;
62 #define find_next_offset(map, off) \
63 find_next_zero_bit((map)->page, BITS_PER_PAGE, off)
66 * PID-map pages start out as NULL, they get allocated upon
118 struct pidmap *map = upid->ns->pidmap + nr / BITS_PER_PAGE; local
121 clear_bit(offset, map->page);
122 atomic_inc(&map->nr_free);
165 struct pidmap *map; local
171 map
56 mk_pid(struct pid_namespace *pid_ns, struct pidmap *map, int off) argument
223 struct pidmap *map, *end; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dmm.c90 * struct map - address space state variables holder
107 struct map { struct
116 static void __maybe_unused _debug_dump_map(const struct map *m,
119 DBG("%s:%d: map.total = %llxh\n", func, line, m->total);
120 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size);
121 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id);
122 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size);
123 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base);
124 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset);
125 DBG("%s:%d: map
128 static struct map map; variable in typeref:struct:map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_cipso_v4.c165 doi_def->map.std = kzalloc(sizeof(*doi_def->map.std), GFP_KERNEL);
166 if (doi_def->map.std == NULL) {
192 doi_def->map.std->lvl.local_size)
193 doi_def->map.std->lvl.local_size =
201 doi_def->map.std->lvl.cipso_size)
202 doi_def->map.std->lvl.cipso_size =
207 doi_def->map.std->lvl.local = kcalloc(doi_def->map.std->lvl.local_size,
210 if (doi_def->map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dincludes.h51 #include <map>
74 typedef map<const char*, const char*, ltstr> MapOfStringToString;
76 typedef map<Pair, const char*, ltpair> MapOfPairToString;
78 typedef map<const char*, size_t, ltstr> MapOfStringToNum;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstdcpp.h16 #include <map>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/keymaps/
H A Drc-lirc.c19 .map = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A DMakefile8 inode.o map.o name.o namei.o super.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/include/mach/
H A Duncompress.h24 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dpm-h1940.S24 #include <mach/map.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/include/mach/
H A Dsystem.h20 #include <mach/map.h>

Completed in 134 milliseconds

1234567891011>>