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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Duclinux.c56 struct map_info *mapp; local
60 mapp = &uclinux_ram_map;
61 mapp->phys = addr;
62 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(addr + 8))));
63 mapp->bankwidth = 4;
66 (int) mapp->phys, (int) mapp->size);
68 mapp->virt = ioremap_nocache(mapp->phys, mapp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.c456 xfs_bmbt_irec_t *mapp; /* bmap mapping structure(s) */ local
487 mapp = ↦
500 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP);
515 &mapp[mapi], &nmap, args->flist,
517 kmem_free(mapp, sizeof(*mapp) * count);
526 b = mapp[mapi - 1].br_startoff +
527 mapp[mapi - 1].br_blockcount;
535 mapp
[all...]
H A Dxfs_da_btree.c1542 xfs_bmbt_irec_t *mapp; local
1583 mapp = ↦
1591 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP);
1599 &mapp[mapi], &nmap, args->flist,
1601 kmem_free(mapp, sizeof(*mapp) * count);
1607 b = mapp[mapi - 1].br_startoff +
1608 mapp[mapi - 1].br_blockcount;
1612 mapp
1879 xfs_da_map_covers_blocks( int nmap, xfs_bmbt_irec_t *mapp, xfs_dablk_t bno, int count) argument
1921 xfs_bmbt_irec_t *mapp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dutil.h398 unsigned char * mapp; local
401 mapp = bitmap + (size >> 3);
402 map = *mapp--;
410 map = *mapp--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c294 xfs_iomap_t *mapp,
300 error = bhv_vop_bmap(vp, offset, count, flags, mapp, &nmaps);
290 xfs_map_blocks( struct inode *inode, loff_t offset, ssize_t count, xfs_iomap_t *mapp, int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c806 int flags, bus_dmamap_t *mapp)
809 dmat->maxsize, mapp);
805 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.c818 int flags, bus_dmamap_t *mapp)
821 dmat->maxsize, mapp);
817 ahd_dmamem_alloc(struct ahd_softc *ahd, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument

Completed in 144 milliseconds