Searched refs:map (Results 276 - 300 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/drivers/media/video/
H A Dvideobuf-vmalloc.c56 struct videobuf_mapping *map = vma->vm_private_data; local
58 dprintk(2, "vm_open %p [count=%u,vma=%08lx-%08lx]\n", map,
59 map->count, vma->vm_start, vma->vm_end);
61 map->count++;
66 struct videobuf_mapping *map = vma->vm_private_data; local
67 struct videobuf_queue *q = map->q;
70 dprintk(2, "vm_close %p [count=%u,vma=%08lx-%08lx]\n", map,
71 map->count, vma->vm_start, vma->vm_end);
73 map->count--;
74 if (0 == map
219 struct videobuf_mapping *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dinstall.sh16 # $3 - kernel map file
38 if [ -f $4/System.map ]; then
39 mv $4/System.map $4/System.old
43 cp $3 $4/System.map
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-vmalloc.c56 struct videobuf_mapping *map = vma->vm_private_data; local
58 dprintk(2, "vm_open %p [count=%u,vma=%08lx-%08lx]\n", map,
59 map->count, vma->vm_start, vma->vm_end);
61 map->count++;
66 struct videobuf_mapping *map = vma->vm_private_data; local
67 struct videobuf_queue *q = map->q;
70 dprintk(2, "vm_close %p [count=%u,vma=%08lx-%08lx]\n", map,
71 map->count, vma->vm_start, vma->vm_end);
73 map->count--;
74 if (0 == map
219 struct videobuf_mapping *map; local
[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.c34 xfs_bitmap_empty(uint *map, uint size) argument
40 ret |= map[i];
51 xfs_contig_bits(uint *map, uint size, uint start_bit) argument
53 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT);
90 int xfs_next_bit(uint *map, uint size, uint start_bit) argument
92 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dinstall.sh16 # $3 - kernel map file
38 if [ -f $4/System.map ]; then
39 mv $4/System.map $4/System.old
43 cp $3 $4/System.map
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/xmlwf/
H A Dcodepage.c14 codepageMap(int cp, int *map) argument
21 map[i] = -1;
29 map[j] = -2;
33 if (map[i] == -1) {
38 map[i] = n;
57 codepageMap(int cp, int *map) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/xmlwf/
H A Dcodepage.c14 codepageMap(int cp, int *map) argument
21 map[i] = -1;
29 map[j] = -2;
33 if (map[i] == -1) {
38 map[i] = n;
57 codepageMap(int cp, int *map) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/xmlwf/
H A Dcodepage.c14 codepageMap(int cp, int *map) argument
21 map[i] = -1;
29 map[j] = -2;
33 if (map[i] == -1) {
38 map[i] = n;
57 codepageMap(int cp, int *map) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-n-core.h75 unsigned map,
90 map_to_str (map),
102 map_to_str (map),
113 map_to_str (map),
123 map_to_str (map),
133 map_to_str (map),
150 unsigned map,
164 mapping = sim_core_find_mapping (core, map, addr, N, read_transfer, 1 /*abort*/, cpu, cia);
190 PROFILE_COUNT_CORE (cpu, addr, N, map);
192 sim_core_trace_M (cpu, cia, __LINE__, read_transfer, map, add
71 sim_core_trace_M(sim_cpu *cpu, sim_cia cia, int line_nr, transfer_type type, unsigned map, address_word addr, unsigned_M val, int nr_bytes) argument
148 sim_core_read_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr) argument
203 sim_core_read_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
218 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
224 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
253 sim_core_read_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
260 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
279 sim_core_write_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr, unsigned_M val) argument
331 sim_core_write_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
347 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
354 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
383 sim_core_write_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
395 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-n-core.h75 unsigned map,
90 map_to_str (map),
102 map_to_str (map),
113 map_to_str (map),
123 map_to_str (map),
133 map_to_str (map),
150 unsigned map,
164 mapping = sim_core_find_mapping (core, map, addr, N, read_transfer, 1 /*abort*/, cpu, cia);
190 PROFILE_COUNT_CORE (cpu, addr, N, map);
192 sim_core_trace_M (cpu, cia, __LINE__, read_transfer, map, add
71 sim_core_trace_M(sim_cpu *cpu, sim_cia cia, int line_nr, transfer_type type, unsigned map, address_word addr, unsigned_M val, int nr_bytes) argument
148 sim_core_read_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr) argument
203 sim_core_read_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
218 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
224 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
253 sim_core_read_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
260 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
279 sim_core_write_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr, unsigned_M val) argument
331 sim_core_write_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
347 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
354 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
383 sim_core_write_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
395 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-n-core.h75 unsigned map,
90 map_to_str (map),
102 map_to_str (map),
113 map_to_str (map),
123 map_to_str (map),
133 map_to_str (map),
150 unsigned map,
164 mapping = sim_core_find_mapping (core, map, addr, N, read_transfer, 1 /*abort*/, cpu, cia);
190 PROFILE_COUNT_CORE (cpu, addr, N, map);
192 sim_core_trace_M (cpu, cia, __LINE__, read_transfer, map, add
71 sim_core_trace_M(sim_cpu *cpu, sim_cia cia, int line_nr, transfer_type type, unsigned map, address_word addr, unsigned_M val, int nr_bytes) argument
148 sim_core_read_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr) argument
203 sim_core_read_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
218 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
224 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
253 sim_core_read_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr) argument
260 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
279 sim_core_write_aligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word xaddr, unsigned_M val) argument
331 sim_core_write_unaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
347 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
354 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
383 sim_core_write_misaligned_N(sim_cpu *cpu, sim_cia cia, unsigned map, address_word addr, unsigned_M val) argument
395 SIM_CORE_SIGNAL (CPU_STATE (cpu), cpu, cia, map, N, addr, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/
H A Dopl3.c270 struct physical_voice_info *map; local
275 devc->v_alloc->map[voice] = 0;
277 map = &pv_map[devc->lv_map[voice]];
280 if (map->voice_mode == 0)
283 opl3_command(map->ioaddr, KEYON_BLOCK + map->voice_num, devc->voc[voice].keyon_byte & ~0x20);
375 struct physical_voice_info *map; local
380 map = &pv_map[devc->lv_map[voice]];
405 opl3_command(map->ioaddr, KSL_LEVEL + map
463 struct physical_voice_info *map; local
869 struct physical_voice_info *map; local
938 struct physical_voice_info *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/
H A Dopl3.c270 struct physical_voice_info *map; local
275 devc->v_alloc->map[voice] = 0;
277 map = &pv_map[devc->lv_map[voice]];
280 if (map->voice_mode == 0)
283 opl3_command(map->ioaddr, KEYON_BLOCK + map->voice_num, devc->voc[voice].keyon_byte & ~0x20);
375 struct physical_voice_info *map; local
380 map = &pv_map[devc->lv_map[voice]];
405 opl3_command(map->ioaddr, KSL_LEVEL + map
463 struct physical_voice_info *map; local
869 struct physical_voice_info *map; local
938 struct physical_voice_info *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dmacmodes.c204 const struct mode_map *map; local
206 for (map = mac_modes; map->vmode != -1; map++)
207 if (map->vmode == vmode) {
208 mode = map->mode;
286 const struct mode_map *map; local
301 for (map = mac_modes; map->vmode != -1; map
349 const struct monitor_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dixp4xx.c27 #include <linux/mtd/map.h>
88 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) argument
91 val.x[0] = flash_read16(map->virt + ofs);
100 static void ixp4xx_copy_from(struct map_info *map, void *to, argument
104 void __iomem *src = map->virt + from;
131 static void ixp4xx_probe_write16(struct map_info *map, map_word d, unsigned long adr) argument
134 flash_write16(d.x[0], map->virt + adr);
140 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) argument
142 flash_write16(d.x[0], map->virt + adr);
147 struct map_info map; member in struct:ixp4xx_flash_info
[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 Dixp4xx.c27 #include <linux/mtd/map.h>
88 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) argument
91 val.x[0] = flash_read16(map->virt + ofs);
100 static void ixp4xx_copy_from(struct map_info *map, void *to, argument
104 void __iomem *src = map->virt + from;
131 static void ixp4xx_probe_write16(struct map_info *map, map_word d, unsigned long adr) argument
134 flash_write16(d.x[0], map->virt + adr);
140 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) argument
142 flash_write16(d.x[0], map->virt + adr);
147 struct map_info map; member in struct:ixp4xx_flash_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dmacmodes.c204 const struct mode_map *map; local
206 for (map = mac_modes; map->vmode != -1; map++)
207 if (map->vmode == vmode) {
208 mode = map->mode;
286 const struct mode_map *map; local
301 for (map = mac_modes; map->vmode != -1; map
349 const struct monitor_map *map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java92 private StoredSortedMap map; field in class:TransactionTest
108 map = new StoredSortedMap(store, testStore.getKeyBinding(),
129 map = null;
158 assertTrue(!isReadUncommitted(map));
159 assertTrue(!isReadUncommitted(map.values()));
160 assertTrue(!isReadUncommitted(map.keySet()));
161 assertTrue(!isReadUncommitted(map.entrySet()));
165 (map, CursorConfig.READ_UNCOMMITTED);
170 assertTrue(!isReadUncommitted(map));
171 assertTrue(!isReadUncommitted(map
705 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadOne
746 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadTwo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java92 private StoredSortedMap map; field in class:TransactionTest
108 map = new StoredSortedMap(store, testStore.getKeyBinding(),
129 map = null;
158 assertTrue(!isReadUncommitted(map));
159 assertTrue(!isReadUncommitted(map.values()));
160 assertTrue(!isReadUncommitted(map.keySet()));
161 assertTrue(!isReadUncommitted(map.entrySet()));
165 (map, CursorConfig.READ_UNCOMMITTED);
170 assertTrue(!isReadUncommitted(map));
171 assertTrue(!isReadUncommitted(map
705 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadOne
746 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadTwo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java92 private StoredSortedMap map; field in class:TransactionTest
108 map = new StoredSortedMap(store, testStore.getKeyBinding(),
129 map = null;
158 assertTrue(!isReadUncommitted(map));
159 assertTrue(!isReadUncommitted(map.values()));
160 assertTrue(!isReadUncommitted(map.keySet()));
161 assertTrue(!isReadUncommitted(map.entrySet()));
165 (map, CursorConfig.READ_UNCOMMITTED);
170 assertTrue(!isReadUncommitted(map));
171 assertTrue(!isReadUncommitted(map
705 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadOne
746 private final StoredSortedMap map; field in class:TransactionTest.ReadUncommittedThreadTwo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/lib/
H A Dbitext.c18 * bit_map_string_get - find and set a bit string in bit map.
19 * @t: the bit map.
23 * Returns offset in the map or -1 if out of space.
59 off_new = find_next_zero_bit(t->map, t->size, offset);
80 while (test_bit(offset + i, t->map) == 0) {
84 __set_bit(offset + i, t->map);
87 (t->map, t->size,
111 if (test_bit(offset + i, t->map) == 0)
113 __clear_bit(offset + i, t->map);
121 void bit_map_init(struct bit_map *t, unsigned long *map, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/lib/
H A Dbitext.c18 * bit_map_string_get - find and set a bit string in bit map.
19 * @t: the bit map.
23 * Returns offset in the map or -1 if out of space.
59 off_new = find_next_zero_bit(t->map, t->size, offset);
80 while (test_bit(offset + i, t->map) == 0) {
84 __set_bit(offset + i, t->map);
87 (t->map, t->size,
111 if (test_bit(offset + i, t->map) == 0)
113 __clear_bit(offset + i, t->map);
121 void bit_map_init(struct bit_map *t, unsigned long *map, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pcmcia/
H A Dsoc_common.c329 * the map speed as requested, but override the address ranges
335 soc_common_pcmcia_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *map) argument
338 unsigned short speed = map->speed;
340 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n",
341 map->map, map->speed, (unsigned long long)map->start,
342 (unsigned long long)map->stop);
344 (map
389 soc_common_pcmcia_set_mem_map(struct pcmcia_socket *sock, struct pccard_mem_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pcmcia/
H A Dsoc_common.c329 * the map speed as requested, but override the address ranges
335 soc_common_pcmcia_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *map) argument
338 unsigned short speed = map->speed;
340 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n",
341 map->map, map->speed, (unsigned long long)map->start,
342 (unsigned long long)map->stop);
344 (map
389 soc_common_pcmcia_set_mem_map(struct pcmcia_socket *sock, struct pccard_mem_map *map) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/chips/
H A Dchipreg.c11 #include <linux/mtd/map.h>
57 struct mtd_info *do_map_probe(const char *name, struct map_info *map) argument
70 ret = drv->probe(map);
85 * Destroy an MTD device which was created for a map device.
90 struct map_info *map = mtd->priv; local
92 if (map->fldrv->destroy)
93 map->fldrv->destroy(mtd);
95 module_put(map->fldrv->module);

Completed in 318 milliseconds

<<11121314151617181920>>