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++;
to112arch/i386/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
to159arch/i386/kernel/setup.cif (to != command_line) to--;
to179arch/i386/kernel/setup.c*(to++) = c;
to181arch/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; 
to239drivers/cdrom/mcdx.cstatic int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*);
to1823drivers/cdrom/mcdx.cmcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf)
to1825drivers/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++);
to158drivers/isdn/teles/card.clong            to = 10;
to160drivers/isdn/teles/card.cwhile ((readhscx_0(base, hscx, HSCX_STAR) & 0x04) && to) {
to162drivers/isdn/teles/card.cto--;
to164drivers/isdn/teles/card.cif (!to)
to171drivers/isdn/teles/card.clong            to = 10;
to173drivers/isdn/teles/card.cwhile ((readhscx_3(iobase, hscx, HSCX_STAR) & 0x04) && to) {
to175drivers/isdn/teles/card.cto--;
to177drivers/isdn/teles/card.cif (!to)
to184drivers/isdn/teles/card.clong            to = 10;
to188drivers/isdn/teles/card.cwhile ((!(readhscx_0(base, hscx, HSCX_STAR) & 0x40)) && to) {
to190drivers/isdn/teles/card.cto--;
to192drivers/isdn/teles/card.cif (!to)
to199drivers/isdn/teles/card.clong            to = 10;
to203drivers/isdn/teles/card.cwhile ((!(readhscx_3(iobase, hscx, HSCX_STAR) & 0x40)) && to) {
to205drivers/isdn/teles/card.cto--;
to207drivers/isdn/teles/card.cif (!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);
to278fs/fat/file.cchar *to,ch;
to330fs/fat/file.cto = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1));
to332fs/fat/file.c*to++ = '\n';
to338fs/fat/file.c*to++ = '\r';
to343fs/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++;
to704fs/namei.cchar * from, * to;
to708fs/namei.cerror = getname(newname,&to);
to710fs/namei.cerror = do_symlink(from,to);
to711fs/namei.cputname(to);
to775fs/namei.cchar * to;
to781fs/namei.cerror = getname(newname,&to);
to786fs/namei.cerror = do_link(oldinode,to);
to787fs/namei.cputname(to);
to864fs/namei.cchar * from, * to;
to868fs/namei.cerror = getname(newname,&to);
to870fs/namei.cerror = do_rename(from,to);
to871fs/namei.cputname(to);
to193include/asm-alpha/io.h#define memcpy_fromio(to,from,len)  _memcpy_fromio((to),(unsigned long)(from),(len))
to194include/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);
to83include/asm-i386/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to105include/asm-i386/segment.h:"0" (n),"D" ((long) to),"S" ((long) from)
to109include/asm-i386/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to115include/asm-i386/segment.h__put_user(*(const char *) from, (char *) to, 1);
to118include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
to121include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
to122include/asm-i386/segment.h__put_user(*(2+(const char *) from), 2+(char *) to, 1);
to125include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to128include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to129include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to132include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to133include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to134include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
to137include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
to138include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
to139include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
to140include/asm-i386/segment.h__put_user(*(3+(const int *) from), 3+(int *) to, 4);
to152include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to172include/asm-i386/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to190include/asm-i386/segment.h:"0" (n),"D" ((long) to),"S" ((long) from)
to194include/asm-i386/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to200include/asm-i386/segment.h*(char *)to = __get_user((const char *) from, 1);
to203include/asm-i386/segment.h*(short *)to = __get_user((const short *) from, 2);
to206include/asm-i386/segment.h*(short *) to = __get_user((const short *) from, 2);
to207include/asm-i386/segment.h*((char *) to + 2) = __get_user(2+(const char *) from, 1);
to210include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to213include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to214include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to217include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to218include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to219include/asm-i386/segment.h*(2+(int *) to) = __get_user(2+(const int *) from, 4);
to222include/asm-i386/segment.h*(int *) to = __get_user((const int *) from, 4);
to223include/asm-i386/segment.h*(1+(int *) to) = __get_user(1+(const int *) from, 4);
to224include/asm-i386/segment.h*(2+(int *) to) = __get_user(2+(const int *) from, 4);
to225include/asm-i386/segment.h*(3+(int *) to) = __get_user(3+(const int *) from, 4);
to233include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to253include/asm-i386/segment.h#define memcpy_fromfs(to, from, n) \
to255include/asm-i386/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to256include/asm-i386/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to258include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
to260include/asm-i386/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to261include/asm-i386/segment.h__generic_memcpy_tofs((to),(from),(n)))
to425include/asm-i386/string-486.hextern inline void * __memcpy_by4(void * to, const void * from, size_t n)
to427include/asm-i386/string-486.hregister void *tmp = (void *)to;
to439include/asm-i386/string-486.hreturn (to);
to442include/asm-i386/string-486.hextern inline void * __memcpy_by2(void * to, const void * from, size_t n)
to444include/asm-i386/string-486.hregister void *tmp = (void *)to;
to460include/asm-i386/string-486.hreturn (to);
to463include/asm-i386/string-486.hextern inline void * __memcpy_g(void * to, const void * from, size_t n)
to465include/asm-i386/string-486.hregister void *tmp = (void *)to;
to479include/asm-i386/string-486.hreturn (to);
to365include/asm-i386/string.hextern inline void * __memcpy(void * to, const void * from, size_t n)
to378include/asm-i386/string.h:"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from)
to380include/asm-i386/string.hreturn (to);
to387include/asm-i386/string.hextern inline void * __constant_memcpy(void * to, const void * from, size_t n)
to391include/asm-i386/string.hreturn to;
to393include/asm-i386/string.h*(unsigned char *)to = *(const unsigned char *)from;
to394include/asm-i386/string.hreturn to;
to396include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to397include/asm-i386/string.hreturn to;
to399include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to400include/asm-i386/string.h*(2+(unsigned char *)to) = *(2+(const unsigned char *)from);
to401include/asm-i386/string.hreturn to;
to403include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to404include/asm-i386/string.hreturn to;
to406include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to407include/asm-i386/string.h*(1+(unsigned long *)to) = *(1+(const unsigned long *)from);
to408include/asm-i386/string.hreturn to;
to410include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to411include/asm-i386/string.h*(1+(unsigned long *)to) = *(1+(const unsigned long *)from);
to412include/asm-i386/string.h*(2+(unsigned long *)to) = *(2+(const unsigned long *)from);
to413include/asm-i386/string.hreturn to;
to415include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to416include/asm-i386/string.h*(1+(unsigned long *)to) = *(1+(const unsigned long *)from);
to417include/asm-i386/string.h*(2+(unsigned long *)to) = *(2+(const unsigned long *)from);
to418include/asm-i386/string.h*(3+(unsigned long *)to) = *(3+(const unsigned long *)from);
to419include/asm-i386/string.hreturn to;
to421include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to422include/asm-i386/string.h*(1+(unsigned long *)to) = *(1+(const unsigned long *)from);
to423include/asm-i386/string.h*(2+(unsigned long *)to) = *(2+(const unsigned long *)from);
to424include/asm-i386/string.h*(3+(unsigned long *)to) = *(3+(const unsigned long *)from);
to425include/asm-i386/string.h*(4+(unsigned long *)to) = *(4+(const unsigned long *)from);
to426include/asm-i386/string.hreturn to;
to433include/asm-i386/string.h: "c" (n/4),"D" ((long) to),"S" ((long) from) \
to437include/asm-i386/string.hcase 0: COMMON(""); return to;
to438include/asm-i386/string.hcase 1: COMMON("\n\tmovsb"); return to;
to439include/asm-i386/string.hcase 2: COMMON("\n\tmovsw"); return to;
to440include/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))
to103include/asm-sparc/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to105include/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)
to258include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to262include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
to445include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
to446include/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,
to341kernel/module.cstruct kernel_sym *to;
to357kernel/module.cto = table;
to359kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))
to368kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to369kernel/module.c++to;
to374kernel/module.ci > 0; --i, ++from, ++to) {
to378kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to60mm/memory.cstatic inline void copy_page(unsigned long from, unsigned long to)
to63mm/memory.cmemset((void *) to, 0, PAGE_SIZE);
to66mm/memory.cmemcpy((void *) to, (void *) from, PAGE_SIZE);
to135net/appletalk/ddp.cstatic atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif)
to141net/appletalk/ddp.cif ( to->sat_port != s->protinfo.af_at.src_port ) 
to146net/appletalk/ddp.cif ( to->sat_addr.s_net == 0 &&
to147net/appletalk/ddp.cto->sat_addr.s_node == ATADDR_BCAST &&
to153net/appletalk/ddp.cif ( to->sat_addr.s_net == s->protinfo.af_at.src_net &&
to154net/appletalk/ddp.c(to->sat_addr.s_node == s->protinfo.af_at.src_node 
to155net/appletalk/ddp.c||to->sat_addr.s_node == ATADDR_BCAST ))
to159net/core/datagram.cvoid skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size)
to161net/core/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
to169net/core/datagram.cvoid skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size)
to171net/core/datagram.cmemcpy_toiovec(to,skb->h.raw+offset,size);
to201net/ipv4/icmp.cstatic void icmp_glue_bits(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to209net/ipv4/icmp.cto, fraglen,icmp_param->csum);
to219net/ipv4/icmp.cto, sizeof(struct icmphdr), 
to222net/ipv4/icmp.cto+sizeof(struct icmphdr),
to224net/ipv4/icmp.cicmph=(struct icmphdr *)to;
to183net/ipv4/raw.cstatic void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to185net/ipv4/raw.cmemcpy_fromfs(to, (const unsigned char *)p+offset, fraglen);
to192net/ipv4/raw.cstatic void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen)
to194net/ipv4/raw.cmemcpy_fromfs(to, (const unsigned char *)p+offset, fraglen);
to197net/ipv4/raw.cstruct iphdr *iph=(struct iphdr *)to;
to229net/ipv4/udp.cstatic void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) 
to240net/ipv4/udp.cdst = to;
to246net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to258net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));
to269net/ipv4/udp.cstatic void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) 
to280net/ipv4/udp.cdst = to;
to286net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to290net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));