Searched refs:basep (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.h85 filemap_set_next_iovec(const struct iovec **iovp, size_t *basep, size_t bytes) argument
88 size_t base = *basep;
101 *basep = base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas.c834 const u32 *basep, *entryp, *sizep; local
836 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL);
838 if (basep != NULL && sizep != NULL) {
839 rtas.base = *basep;
872 u32 *basep, *entryp, *sizep; local
877 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL);
881 if (basep && entryp && sizep) {
882 rtas.base = *basep;
888 basep = of_get_flat_dt_prop(node, "put-term-char", NULL);
889 if (basep)
[all...]
H A Dmachine_kexec_64.c34 const unsigned long *basep; local
75 basep = of_get_property(node, "linux,tce-base", NULL);
77 if (basep == NULL || sizep == NULL)
80 low = *basep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c274 static void gen_line(char *basep,int inipos,int wmax,
283 char *basep; local
295 basep = kmap_atomic(pg, KM_BOUNCE_READ)+to_addr[oldpg].sg->offset;
312 kunmap_atomic(basep, KM_BOUNCE_READ);
313 basep= kmap_atomic(pg, KM_BOUNCE_READ)+to_addr[pgpos].sg->offset;
316 p=basep+pos-to_addr[pgpos].pos;
318 p=basep+pos;
370 kunmap_atomic(basep,
372 basep= kmap_atomic(pg,
377 p=basep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Diommu.c251 const unsigned long *basep; local
256 basep = of_get_property(node, "linux,tce-base", NULL);
258 if (basep == NULL || sizep == NULL) {
264 tbl->it_base = (unsigned long)__va(*basep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c87 * The "getdents()" interface is much more sane: the "basep" stuff is
102 long __user *basep; member in struct:osf_dirent_callback
122 if (buf->basep) {
123 if (put_user(offset, buf->basep))
125 buf->basep = NULL;
142 unsigned int count, long __user *basep)
154 buf.basep = basep;
141 osf_getdirentries(unsigned int fd, struct osf_dirent __user *dirent, unsigned int count, long __user *basep) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.c1313 ocfs2_set_next_iovec(const struct iovec **iovp, size_t *basep, size_t bytes) argument
1316 size_t base = *basep;
1329 *basep = base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c436 int cnt, unsigned int __user *basep)
466 put_user(file->f_pos, basep);
435 sunos_getdirentries(unsigned int fd, void __user *dirent, int cnt, unsigned int __user *basep) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c397 unsigned int __user *basep)
427 put_user(file->f_pos, basep);
394 sunos_getdirentries(unsigned int fd, void __user *dirent, int cnt, unsigned int __user *basep) argument

Completed in 142 milliseconds