Searched refs:do_shmat (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshm.h98 long do_shmat(int shmid, char __user *shmaddr, int shmflg, unsigned long *addr);
101 static inline long do_shmat(int shmid, char __user *shmaddr, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsyscalls.c109 ret = do_shmat (first, (char *) ptr, second, &raddr);
118 ret = do_shmat (first, (char *) ptr, second,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsys_frv.c148 ret = do_shmat (first, (char __user *) ptr, second, &raddr);
157 return do_shmat (first, (char __user *) ptr, second, (ulong *) third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsyscall.c90 err = do_shmat(shmid, shmaddr, shmflg, &ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsys_sh64.c250 ret = do_shmat (first, (char __user *) ptr,
259 return do_shmat (first, (char __user *) ptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsyscalls.c151 ret = do_shmat (first, (char *) ptr, second, &raddr);
159 return do_shmat (first, (char *) ptr, second, (ulong *) third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c214 ret = do_shmat (first, (char *) ptr, second, &raddr);
222 return do_shmat (first, (char *) ptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsys_i386.c181 ret = do_shmat (first, (char __user *) ptr, second, &raddr);
190 return do_shmat (first, (char __user *) ptr, second, (ulong *) third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsys_cris.c159 ret = do_shmat (first, (char __user *) ptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsys_sh.c255 ret = do_shmat (first, (char __user *) ptr,
264 return do_shmat (first, (char __user *) ptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscall.c370 ret = do_shmat (first, (char __user *) ptr, second,
379 return do_shmat (first, (char __user *) ptr, second,
H A Dsysirix.c871 return do_shmat((int) arg0, (char __user *) arg1, (int) arg2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsys_s390.c190 ret = do_shmat(first, (char __user *)ptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsys_h8300.c198 ret = do_shmat (first, (char *) ptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsys_m32r.c186 ret = do_shmat (first, (char __user *) ptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsys_m68k.c198 ret = do_shmat (first, ptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_arm.c211 ret = do_shmat(first, (char __user *)ptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsyscalls.c119 ret = do_shmat(first, (char __user *)ptr, (int)second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sparc.c188 err = do_shmat (first, (char __user *) ptr, second, &raddr);
H A Dsys_sunos.c1025 /* do_shmat(): attach a shared memory area */
1026 rval = do_shmat((int)arg1,(char __user *)arg2,(int)arg3,&raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsys_m68k.c196 ret = do_shmat (first, ptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dshm.c836 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) function
990 err = do_shmat(shmid, shmaddr, shmflg, &ret);
H A Dcompat.c479 err = do_shmat(first, uptr, second, &raddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc.c498 err = do_shmat(first, ptr, (int)second, &raddr);
H A Dsys_sunos32.c1164 /* do_shmat(): attach a shared memory area */
1165 rval = do_shmat((int)arg1,(char __user *)(unsigned long)arg2,(int)arg3,&raddr);

Completed in 231 milliseconds