do_shmat 165 arch/x86/kernel/sys_i386_32.c ret = do_shmat(first, (char __user *) ptr, second, &raddr); do_shmat 174 arch/x86/kernel/sys_i386_32.c return do_shmat(first, (char __user *) ptr, second, (ulong *) third); do_shmat 107 include/linux/shm.h long do_shmat(int shmid, char __user *shmaddr, int shmflg, unsigned long *addr); do_shmat 479 ipc/compat.c err = do_shmat(first, uptr, second, &raddr); do_shmat 949 ipc/shm.c err = do_shmat(shmid, shmaddr, shmflg, &ret);