taglinefilesource code
to819fs/buffer.c#define COPYBLK(size,from,to) \
to821fs/buffer.c:"c" (((unsigned long) size) >> 2),"S" (from),"D" (to) \
to134fs/msdos/file.cchar *start,*to,ch;
to173fs/msdos/file.cto = (char *) data+(filp->f_pos & (SECTOR_SIZE-1));
to175fs/msdos/file.c*to++ = '\n';
to181fs/msdos/file.c*to++ = '\r';
to186fs/msdos/file.c*to++ = ch;
to593fs/namei.cchar * from, * to;
to597fs/namei.cerror = getname(newname,&to);
to599fs/namei.cerror = do_symlink(from,to);
to600fs/namei.cputname(to);
to649fs/namei.cchar * to;
to655fs/namei.cerror = getname(newname,&to);
to657fs/namei.cerror = do_link(oldinode,to);
to658fs/namei.cputname(to);
to721fs/namei.cchar * from, * to;
to725fs/namei.cerror = getname(newname,&to);
to727fs/namei.cerror = do_rename(from,to);
to728fs/namei.cputname(to);
to35fs/nfs/mmap.cextern int file_mmap_share(struct vm_area_struct * from, struct vm_area_struct * to,
to55include/asm/segment.hstatic inline void memcpy_tofs(void * to, const void * from, unsigned long n)
to71include/asm/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to75include/asm/segment.hstatic inline void memcpy_fromfs(void * to, const void * from, unsigned long n)
to87include/asm/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to11include/linux/iso_fs.h#define ISODCL(from, to) (to - from + 1)
to47include/linux/mm.hint (*share)(struct vm_area_struct * from, struct vm_area_struct * to, unsigned long address);
to96include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to97include/linux/mm.hextern int clone_page_tables(struct task_struct * to);
to99include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask);
to335include/linux/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
to349include/linux/string.h:"d" (n),"D" ((long) to),"S" ((long) from)
to351include/linux/string.hreturn (to);
to432kernel/blk_drv/floppy.c#define copy_buffer(from,to) \
to435kernel/blk_drv/floppy.c:"c" (BLOCK_SIZE/4),"S" ((long)(from)),"D" ((long)(to)) \
to391kernel/blk_drv/scsi/scsi_debug.cint to;
to428kernel/blk_drv/scsi/scsi_debug.cto = timeout[i];
to441kernel/blk_drv/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to50kernel/chr_drv/pty.cstatic inline void pty_copy(struct tty_struct * from, struct tty_struct * to)
to55kernel/chr_drv/pty.cif (FULL(&to->read_q)) {
to56kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to57kernel/chr_drv/pty.cif (FULL(&to->read_q))
to62kernel/chr_drv/pty.cput_tty_queue(c, &to->read_q);
to66kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to60mm/memory.c#define copy_page(from,to) \
to61mm/memory.c__asm__("cld ; rep ; movsl": :"S" (from),"D" (to),"c" (1024):"cx","di","si")
to384mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask)
to396mm/memory.cif ((from & ~PAGE_MASK) || (to & ~PAGE_MASK)) {
to397mm/memory.cprintk("remap_page_range: from = %08x, to=%08x\n",from,to);
to442mm/memory.celse if (to >= high_memory)
to443mm/memory.c*page_table++ = (to | mask);
to444mm/memory.celse if (!mem_map[MAP_NR(to)])
to447mm/memory.c*page_table++ = (to | mask);
to448mm/memory.cif (!(mem_map[MAP_NR(to)] & MAP_PAGE_RESERVED)) {
to450mm/memory.cmem_map[MAP_NR(to)]++;
to453mm/memory.cto += PAGE_SIZE;
to702mm/memory.cunsigned long to;
to723mm/memory.cto = *(unsigned long *) to_page;
to724mm/memory.cif (!(to & PAGE_PRESENT))
to726mm/memory.cto &= PAGE_MASK;
to727mm/memory.cto_page = to + PAGE_PTR(address);
to735mm/memory.cto = newpage | PAGE_PRIVATE;
to739mm/memory.cto = from;
to744mm/memory.c*(unsigned long *) to_page = to;
to420net/inet/dev.cunsigned char *to;
to447net/inet/dev.cto = (unsigned char *) (skb + 1);
to453net/inet/dev.cmemcpy(to, buff, amount);
to457net/inet/dev.cto += amount;
to193net/inet/packet.cpacket_recvfrom(struct sock *sk, unsigned char *to, int len,
to239net/inet/packet.cverify_area(VERIFY_WRITE, to, copied);
to240net/inet/packet.cmemcpy_tofs(to, skb+1, copied);
to314net/inet/raw.craw_recvfrom(struct sock *sk, unsigned char *to, int len,
to323net/inet/raw.csk, to, len, noblock, flags, sin, addr_len));
to364net/inet/raw.cverify_area(VERIFY_WRITE, to, copied);
to365net/inet/raw.cmemcpy_tofs(to, skb->h.raw,  copied);
to30net/inet/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
to122net/inet/sock.hint      (*read)(struct sock *sk, unsigned char *to,
to124net/inet/sock.hint      (*write)(struct sock *sk, unsigned char *to,
to1004net/inet/tcp.cunsigned char *to, int len, unsigned flags)
to1010net/inet/tcp.csk, to, len, flags));
to1072net/inet/tcp.cverify_area(VERIFY_WRITE, to, amt);
to1073net/inet/tcp.cmemcpy_tofs(to,(unsigned char *)(skb->h.th) +
to1095net/inet/tcp.ctcp_read(struct sock *sk, unsigned char *to,
to1112net/inet/tcp.cif ((flags & MSG_OOB)) return(tcp_read_urg(sk, nonblock, to, len, flags));
to1120net/inet/tcp.csk, to, len, nonblock, flags));
to1246net/inet/tcp.cverify_area(VERIFY_WRITE, to, used);
to1247net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
to1251net/inet/tcp.cto += used;
to1373net/inet/tcp.ctcp_recvfrom(struct sock *sk, unsigned char *to,
to1379net/inet/tcp.cint result = tcp_read(sk, to, to_len, nonblock, flags);
to404net/inet/udp.cudp_recvfrom(struct sock *sk, unsigned char *to, int len,
to438net/inet/udp.cer=verify_area(VERIFY_WRITE,to,len);
to477net/inet/udp.cmemcpy_tofs(to, skb->h.raw + sizeof(struct udphdr), copied);
to33net/inet/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,