taglinefilesource code
to248arch/alpha/lib/io.cvoid _memcpy_fromio(void * to, unsigned long from, unsigned long count)
to252arch/alpha/lib/io.c*(char *) to = readb(from);
to253arch/alpha/lib/io.c((char *) to)++;
to262arch/alpha/lib/io.cvoid _memcpy_toio(unsigned long to, void * from, unsigned long count)
to266arch/alpha/lib/io.cwriteb(*(char *) from, to);
to268arch/alpha/lib/io.cto++;
to105arch/i386/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
to171arch/i386/kernel/setup.c*(to++) = c;
to173arch/i386/kernel/setup.c*to = '\0';
to161arch/mips/mm/init.cvoid __copy_page(unsigned long from, unsigned long to)
to174arch/mips/mm/init.c__zeropage(to);
to184arch/mips/mm/init.cmemcpy((void *) to,
to193arch/mips/mm/init.cif (page_colour(from) != page_colour(to))
to813drivers/cdrom/cm206.cvoid play_from_to_track(int from, int to)
to824drivers/cdrom/cm206.cupdate_toc_entry(from); update_toc_entry(to+1);
to827drivers/cdrom/cm206.cPLAY_TO.fsm[i] = play_command[i+4] = cd->toc[to+1].fsm[i];
to829drivers/cdrom/cm206.cPLAY_TO.track = to; 
to229drivers/cdrom/mcdx.cstatic int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*);
to1249drivers/cdrom/mcdx.cint to = 0;
to1261drivers/cdrom/mcdx.c|| to) {
to1264drivers/cdrom/mcdx.celse if (to)
to1735drivers/cdrom/mcdx.cmcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf)
to1737drivers/cdrom/mcdx.cunsigned long timeout = to + jiffies;
to117drivers/char/pty.cstruct tty_struct *to = tty->link;
to121drivers/char/pty.cif (!to || tty->stopped)
to131drivers/char/pty.cr = to->ldisc.receive_room(to);
to135drivers/char/pty.cto->ldisc.receive_buf(to, temp_buffer, 0, n);
to141drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
to142drivers/char/pty.cto->ldisc.receive_buf(to, buf, 0, c);
to150drivers/char/pty.cstruct tty_struct *to = tty->link;
to152drivers/char/pty.cif (!to || tty->stopped)
to155drivers/char/pty.creturn to->ldisc.receive_room(to);
to160drivers/char/pty.cstruct tty_struct *to = tty->link;
to162drivers/char/pty.cif (!to || !to->ldisc.chars_in_buffer)
to165drivers/char/pty.creturn to->ldisc.chars_in_buffer(to);
to170drivers/char/pty.cstruct tty_struct *to = tty->link;
to172drivers/char/pty.cif (!to)
to175drivers/char/pty.cif (to->ldisc.flush_buffer)
to176drivers/char/pty.cto->ldisc.flush_buffer(to);
to178drivers/char/pty.cif (to->packet) {
to180drivers/char/pty.cwake_up_interruptible(&to->read_wait);
to190drivers/char/selection.hstatic inline void memcpyw(unsigned short *to, unsigned short *from,
to196drivers/char/selection.hscr_writew(scr_readw(from++), to++);
to275drivers/net/i82586.hand length/type field already prepended to the data,
to276drivers/net/i82586.hso we do not need to insert it.  Consistent with this
to781drivers/net/wavelan.cLeave out 0x3C0 for now -- seems to clash
to895drivers/net/wavelan.cLeave this out until I can get it to work -- BJ.
to481drivers/scsi/scsi_debug.cint to;
to527drivers/scsi/scsi_debug.cto = timeout[i];
to540drivers/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to277fs/fat/file.cchar *to,ch;
to329fs/fat/file.cto = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1));
to331fs/fat/file.c*to++ = '\n';
to337fs/fat/file.c*to++ = '\r';
to342fs/fat/file.c*to++ = ch;
to1352fs/hpfs/hpfs_fs.cstatic void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase)
to1361fs/hpfs/hpfs_fs.c*to = t;
to1363fs/hpfs/hpfs_fs.cto++;
to696fs/namei.cchar * from, * to;
to700fs/namei.cerror = getname(newname,&to);
to702fs/namei.cerror = do_symlink(from,to);
to703fs/namei.cputname(to);
to767fs/namei.cchar * to;
to773fs/namei.cerror = getname(newname,&to);
to778fs/namei.cerror = do_link(oldinode,to);
to779fs/namei.cputname(to);
to856fs/namei.cchar * from, * to;
to860fs/namei.cerror = getname(newname,&to);
to862fs/namei.cerror = do_rename(from,to);
to863fs/namei.cputname(to);
to189include/asm-alpha/io.h#define memcpy_fromio(to,from,len)  _memcpy_fromio((to),(unsigned long)(from),(len))
to190include/asm-alpha/io.h#define memcpy_toio(to,from,len)  _memcpy_toio((unsigned long)(to),(from),(len))
to90include/asm-alpha/segment.hstatic inline void memcpy_fromfs(void * to, const void * from, unsigned long n)
to93include/asm-alpha/segment.hmemcpy(to, from, n);
to97include/asm-alpha/segment.hstatic inline void memcpy_tofs(void * to, const void * from, unsigned long n)
to100include/asm-alpha/segment.hmemcpy(to, from, n);
to129include/asm-i386/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to151include/asm-i386/segment.h:"0" (n),"D" ((long) to),"S" ((long) from)
to155include/asm-i386/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to161include/asm-i386/segment.h__put_user(*(const char *) from, (char *) to, 1);
to164include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
to167include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
to168include/asm-i386/segment.h__put_user(*(2+(const char *) from), 2+(char *) to, 1);
to171include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to174include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to175include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to178include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to179include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to180include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
to183include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to184include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to185include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
to186include/asm-i386/segment.h__put_user(*(3+(const int *) from), 3+(int *) to, 4);
to198include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to218include/asm-i386/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to236include/asm-i386/segment.h:"0" (n),"D" ((long) to),"S" ((long) from)
to240include/asm-i386/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to246include/asm-i386/segment.h*(char *)to = __get_user((const char *) from, 1);
to249include/asm-i386/segment.h*(short *)to = __get_user((const short *) from, 2);
to252include/asm-i386/segment.h*(short *) to = __get_user((const short *) from, 2);
to253include/asm-i386/segment.h*((char *) to + 2) = __get_user(2+(const char *) from, 1);
to256include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to259include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to260include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to263include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to264include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to265include/asm-i386/segment.h*(2+(int *) to) = __get_user(2+(const int *) from, 4);
to268include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to269include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to270include/asm-i386/segment.h*(2+(int *) to) = __get_user(2+(const int *) from, 4);
to271include/asm-i386/segment.h*(3+(int *) to) = __get_user(3+(const int *) from, 4);
to279include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to299include/asm-i386/segment.h#define memcpy_fromfs(to, from, n) \
to301include/asm-i386/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to302include/asm-i386/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to304include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
to306include/asm-i386/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to307include/asm-i386/segment.h__generic_memcpy_tofs((to),(from),(n)))
to352include/asm-i386/string.hextern inline void * __memcpy(void * to, const void * from, size_t n)
to365include/asm-i386/string.h:"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from)
to367include/asm-i386/string.hreturn (to);
to374include/asm-i386/string.hextern inline void * __constant_memcpy(void * to, const void * from, size_t n)
to378include/asm-i386/string.hreturn to;
to380include/asm-i386/string.h*(unsigned char *)to = *(const unsigned char *)from;
to381include/asm-i386/string.hreturn to;
to383include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to384include/asm-i386/string.hreturn to;
to386include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to387include/asm-i386/string.h*(2+(unsigned char *)to) = *(2+(const unsigned char *)from);
to388include/asm-i386/string.hreturn to;
to390include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to391include/asm-i386/string.hreturn to;
to398include/asm-i386/string.h: "c" (n/4),"D" ((long) to),"S" ((long) from) \
to402include/asm-i386/string.hcase 0: COMMON(""); return to;
to403include/asm-i386/string.hcase 1: COMMON("\n\tmovsb"); return to;
to404include/asm-i386/string.hcase 2: COMMON("\n\tmovsw"); return to;
to405include/asm-i386/string.hcase 3: COMMON("\n\tmovsw\n\tmovsb"); return to;
to69include/asm-m68k/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to79include/asm-m68k/segment.h: "=d" (n), "=a" (from), "=a" (to)
to80include/asm-m68k/segment.h: "1" (from), "2" (to), "0" (n-1)
to84include/asm-m68k/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to89include/asm-m68k/segment.hput_user_byte(*(const char *) from, (char *) to);
to92include/asm-m68k/segment.hput_user_word(*(const short *) from, (short *) to);
to95include/asm-m68k/segment.hput_user_word(*(const short *) from, (short *) to);
to96include/asm-m68k/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to99include/asm-m68k/segment.hput_user_long(*(const int *) from, (int *) to);
to112include/asm-m68k/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to131include/asm-m68k/segment.h__generic_memcpy_tofs(to,from,n);
to135include/asm-m68k/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to145include/asm-m68k/segment.h: "=d" (n), "=a" (from), "=a" (to)
to146include/asm-m68k/segment.h: "1" (from), "2" (to), "0" (n-1)
to150include/asm-m68k/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to155include/asm-m68k/segment.h*(char *)to = get_user_byte((const char *) from);
to158include/asm-m68k/segment.h*(short *)to = get_user_word((const short *) from);
to161include/asm-m68k/segment.h*(short *) to = get_user_word((const short *) from);
to162include/asm-m68k/segment.h*(2+(char *) to) = get_user_byte(2+(const char *) from);
to165include/asm-m68k/segment.h*(int *) to = get_user_long((const int *) from);
to174include/asm-m68k/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to193include/asm-m68k/segment.h__generic_memcpy_fromfs(to,from,n);
to197include/asm-m68k/segment.h#define memcpy_fromfs(to, from, n) \
to199include/asm-m68k/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to200include/asm-m68k/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to202include/asm-m68k/segment.h#define memcpy_tofs(to, from, n) \
to204include/asm-m68k/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to205include/asm-m68k/segment.h__generic_memcpy_tofs((to),(from),(n)))
to108include/asm-m68k/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
to110include/asm-m68k/string.hvoid *xto = to;
to118include/asm-m68k/string.h: "=a" (to), "=a" (from), "=d" (n)
to119include/asm-m68k/string.h: "0" (to), "1" (from), "2" (n)
to60include/asm-mips/page.hextern void __copy_page(unsigned long from, unsigned long to);
to61include/asm-mips/page.h#define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to)
to53include/asm-mips/pgtable.hextern void __copy_page(unsigned long from, unsigned long to);
to54include/asm-mips/pgtable.h#define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to)
to109include/asm-mips/segment.hstatic inline void memcpy_fromfs(void * to, const void * from, unsigned long n)
to112include/asm-mips/segment.hmemcpy(to, from, n);
to116include/asm-mips/segment.hstatic inline void memcpy_tofs(void * to, const void * from, unsigned long n)
to119include/asm-mips/segment.hmemcpy(to, from, n);
to141include/asm-mips/string.hextern __inline__ void * memcpy(void * to, const void * from, size_t n)
to143include/asm-mips/string.hvoid *xto = to;
to158include/asm-mips/string.h: "=r" (to), "=r" (from), "=r" (n)
to159include/asm-mips/string.h: "0" (to), "1" (from), "2" (n)
to103include/asm-ppc/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to105include/asm-ppc/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
to108include/asm-sparc/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to110include/asm-sparc/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
to11include/linux/iso_fs.h#define ISODCL(from, to) (to - from + 1)
to187include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to191include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
to405include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
to406include/linux/skbuff.hextern void      skb_copy_datagram_iovec(struct sk_buff *from, int offset, struct iovec *to,int size);
to26include/net/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
to38include/net/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,
to397kernel/module.cstruct kernel_sym *to;
to413kernel/module.cto = table;
to415kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))
to424kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to425kernel/module.c++to;
to430kernel/module.ci > 0; --i, ++from, ++to) {
to434kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to68mm/memory.cstatic inline void copy_page(unsigned long from, unsigned long to)
to71mm/memory.cmemset((void *) to, 0, PAGE_SIZE);
to74mm/memory.cmemcpy((void *) to, (void *) from, PAGE_SIZE);
to130net/appletalk/ddp.cstatic atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif)
to136net/appletalk/ddp.cif ( to->sat_port != s->protinfo.af_at.src_port ) 
to141net/appletalk/ddp.cif ( to->sat_addr.s_net == 0 &&
to142net/appletalk/ddp.cto->sat_addr.s_node == ATADDR_BCAST &&
to148net/appletalk/ddp.cif ( to->sat_addr.s_net == s->protinfo.af_at.src_net &&
to149net/appletalk/ddp.cto->sat_addr.s_node == s->protinfo.af_at.src_node ) 
to166net/core/datagram.cvoid skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size)
to168net/core/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
to176net/core/datagram.cvoid skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size)
to178net/core/datagram.cmemcpy_toiovec(to,skb->h.raw+offset,size);
to200net/ipv4/icmp.cstatic void icmp_glue_bits(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to208net/ipv4/icmp.cto, fraglen,icmp_param->csum);
to218net/ipv4/icmp.cto, sizeof(struct icmphdr), 
to221net/ipv4/icmp.cto+sizeof(struct icmphdr),
to223net/ipv4/icmp.cicmph=(struct icmphdr *)to;
to163net/ipv4/raw.cstatic void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to165net/ipv4/raw.cmemcpy_fromfs(to, (const unsigned char *)p+offset, fraglen);
to172net/ipv4/raw.cstatic void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to174net/ipv4/raw.cmemcpy_fromfs(to, (const unsigned char *)p+offset, fraglen);
to177net/ipv4/raw.cstruct iphdr *iph=(struct iphdr *)to;
to231net/ipv4/udp.cstatic void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) 
to242net/ipv4/udp.cdst = to;
to248net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to260net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));
to271net/ipv4/udp.cstatic void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) 
to282net/ipv4/udp.cdst = to;
to288net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to292net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));