Searched refs:mapp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Duclinux.c61 struct map_info *mapp; local
63 mapp = &uclinux_ram_map;
64 if (!mapp->size)
65 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8))));
66 mapp->bankwidth = 4;
69 (int) mapp->phys, (int) mapp->size);
71 mapp->virt = ioremap_nocache(mapp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dmap.h184 struct map **mapp,
190 struct map **mapp,
196 struct map **mapp,
199 return map_groups__find_symbol(&self->kmaps, type, addr, mapp, filter);
204 struct map **mapp,
207 return machine__find_kernel_symbol(self, MAP__FUNCTION, addr, mapp, filter);
212 const char *name, struct map **mapp,
215 return map_groups__find_symbol_by_name(self, MAP__FUNCTION, name, mapp, filter);
194 machine__find_kernel_symbol(struct machine *self, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) argument
203 machine__find_kernel_function(struct machine *self, u64 addr, struct map **mapp, symbol_filter_t filter) argument
211 map_groups__find_function_by_name(struct map_groups *self, const char *name, struct map **mapp, symbol_filter_t filter) argument
H A Dmap.c289 struct map **mapp,
295 if (mapp != NULL)
296 *mapp = map;
306 struct map **mapp,
317 if (mapp != NULL)
318 *mapp = pos;
287 map_groups__find_symbol(struct map_groups *self, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) argument
303 map_groups__find_symbol_by_name(struct map_groups *self, enum map_type type, const char *name, struct map **mapp, symbol_filter_t filter) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2.c520 xfs_bmbt_irec_t *mapp; /* bmap mapping structure(s) */ local
554 mapp = ↦
567 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP);
582 &mapp[mapi], &nmap, args->flist))) {
583 kmem_free(mapp);
592 b = mapp[mapi - 1].br_startoff +
593 mapp[mapi - 1].br_blockcount;
601 mapp = NULL;
607 got += mapp[
[all...]
H A Dxfs_da_btree.c1558 xfs_bmbt_irec_t *mapp; local
1602 mapp = ↦
1610 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP);
1618 &mapp[mapi], &nmap, args->flist))) {
1619 kmem_free(mapp);
1625 b = mapp[mapi - 1].br_startoff +
1626 mapp[mapi - 1].br_blockcount;
1630 mapp = NULL;
1636 got += mapp[
1899 xfs_da_map_covers_blocks( int nmap, xfs_bmbt_irec_t *mapp, xfs_dablk_t bno, int count) argument
1941 xfs_bmbt_irec_t *mapp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dprominfo_proc.c80 struct fit_type_map_t const *mapp; local
82 for (mapp = fit_entry_types; mapp->type != 0xff; mapp++)
83 if (type == mapp->type)
84 return mapp->name;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c497 uint8_t *mapp = fm->map_data[plane]; local
513 fill_buf(mapp, width, height, map_linesize, 0);
520 mapp = mapp + fbase * map_linesize;
538 mapp, map_linesize, height, width, plane);
541 mapp + map_linesize, map_linesize, height, width, plane);
546 if (mapp[x] > 0 || mapp[x + map_linesize] > 0) {
550 if (temp2 > 23 && ((mapp[x]&1) || (mapp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dutil.h424 unsigned char * mapp; local
427 mapp = bitmap + (size >> 3);
428 map = *mapp--;
436 map = *mapp--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c864 int flags, bus_dmamap_t *mapp)
867 dmat->maxsize, mapp);
863 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument
H A Daic79xx_osm.c944 int flags, bus_dmamap_t *mapp)
947 dmat->maxsize, mapp);
943 ahd_dmamem_alloc(struct ahd_softc *ahd, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument

Completed in 194 milliseconds