taglinefilesource code
to268arch/alpha/lib/io.cvoid memcpy_fromio(void * to, unsigned long from, unsigned long count)
to272arch/alpha/lib/io.c*(char *) to = readb(from);
to273arch/alpha/lib/io.c((char *) to)++;
to283arch/alpha/lib/io.cvoid memcpy_toio(unsigned long to, void * from, unsigned long count)
to287arch/alpha/lib/io.cwriteb(*(char *) from, to);
to289arch/alpha/lib/io.cto++;
to83arch/i386/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
to121arch/i386/kernel/setup.c*(to++) = c;
to123arch/i386/kernel/setup.c*to = '\0';
to74arch/mips/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
to108arch/mips/kernel/setup.c*(to++) = c;
to110arch/mips/kernel/setup.c*to = '\0';
to806drivers/block/cm206.cvoid play_from_to_track(int from, int to)
to817drivers/block/cm206.cupdate_toc_entry(from); update_toc_entry(to+1);
to820drivers/block/cm206.cPLAY_TO.fsm[i] = play_command[i+4] = cd->toc[to+1].fsm[i];
to822drivers/block/cm206.cPLAY_TO.track = to; 
to794drivers/block/mcdx.cint to = 0;
to800drivers/block/mcdx.cif ((to = (jiffies > limit))) break;
to805drivers/block/mcdx.cif (!to) {
to1113drivers/block/mcdx.cint to = 0;
to1120drivers/block/mcdx.c|| (to = (current->timeout == 0))) {
to1130drivers/block/mcdx.c|| to) {
to1133drivers/block/mcdx.celse if (to)
to328drivers/char/console.cstatic inline void memcpyw(unsigned short *to, unsigned short *from,
to334drivers/char/console.cscr_writew(scr_readw(from++), to++);
to115drivers/char/pty.cstruct tty_struct *to = tty->link;
to119drivers/char/pty.cif (!to || tty->stopped)
to129drivers/char/pty.cr = to->ldisc.receive_room(to);
to133drivers/char/pty.cto->ldisc.receive_buf(to, temp_buffer, 0, n);
to139drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
to140drivers/char/pty.cto->ldisc.receive_buf(to, buf, 0, c);
to148drivers/char/pty.cstruct tty_struct *to = tty->link;
to150drivers/char/pty.cif (!to || tty->stopped)
to153drivers/char/pty.creturn to->ldisc.receive_room(to);
to158drivers/char/pty.cstruct tty_struct *to = tty->link;
to160drivers/char/pty.cif (!to || !to->ldisc.chars_in_buffer)
to163drivers/char/pty.creturn to->ldisc.chars_in_buffer(to);
to168drivers/char/pty.cstruct tty_struct *to = tty->link;
to170drivers/char/pty.cif (!to)
to173drivers/char/pty.cif (to->ldisc.flush_buffer)
to174drivers/char/pty.cto->ldisc.flush_buffer(to);
to176drivers/char/pty.cif (to->packet) {
to178drivers/char/pty.cwake_up_interruptible(&to->read_wait);
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
to783drivers/net/wavelan.cLeave out 0x3C0 for now -- seems to clash
to890drivers/net/wavelan.cLeave this out until I can get it to work -- BJ.
to474drivers/scsi/scsi_debug.cint to;
to520drivers/scsi/scsi_debug.cto = timeout[i];
to533drivers/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to1334fs/hpfs/hpfs_fs.cstatic void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase)
to1343fs/hpfs/hpfs_fs.c*to = t;
to1345fs/hpfs/hpfs_fs.cto++;
to276fs/msdos/file.cchar *start,*to,ch;
to326fs/msdos/file.cto = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1));
to328fs/msdos/file.c*to++ = '\n';
to334fs/msdos/file.c*to++ = '\r';
to339fs/msdos/file.c*to++ = ch;
to676fs/namei.cchar * from, * to;
to680fs/namei.cerror = getname(newname,&to);
to682fs/namei.cerror = do_symlink(from,to);
to683fs/namei.cputname(to);
to745fs/namei.cchar * to;
to751fs/namei.cerror = getname(newname,&to);
to756fs/namei.cerror = do_link(oldinode,to);
to757fs/namei.cputname(to);
to832fs/namei.cchar * from, * to;
to836fs/namei.cerror = getname(newname,&to);
to838fs/namei.cerror = do_rename(from,to);
to839fs/namei.cputname(to);
to123include/asm-alpha/io.h#define memcpy_fromio(to,from,len)  (memcpy_fromio)((to),(unsigned long)(from),(len))
to124include/asm-alpha/io.h#define memcpy_toio(to,from,len)  (memcpy_toio)((unsigned long)(to),(from),(len))
to115include/asm-alpha/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to117include/asm-alpha/segment.h#define memcpy_tofs(to, from, n) memcpy((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)))
to340include/asm-i386/string.hextern inline void * __memcpy(void * to, const void * from, size_t n)
to353include/asm-i386/string.h:"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from)
to355include/asm-i386/string.hreturn (to);
to362include/asm-i386/string.hextern inline void * __constant_memcpy(void * to, const void * from, size_t n)
to366include/asm-i386/string.hreturn to;
to368include/asm-i386/string.h*(unsigned char *)to = *(const unsigned char *)from;
to369include/asm-i386/string.hreturn to;
to371include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to372include/asm-i386/string.hreturn to;
to374include/asm-i386/string.h*(unsigned short *)to = *(const unsigned short *)from;
to375include/asm-i386/string.h*(2+(unsigned char *)to) = *(2+(const unsigned char *)from);
to376include/asm-i386/string.hreturn to;
to378include/asm-i386/string.h*(unsigned long *)to = *(const unsigned long *)from;
to379include/asm-i386/string.hreturn to;
to386include/asm-i386/string.h: "c" (n/4),"D" ((long) to),"S" ((long) from) \
to390include/asm-i386/string.hcase 0: COMMON(""); return to;
to391include/asm-i386/string.hcase 1: COMMON("\n\tmovsb"); return to;
to392include/asm-i386/string.hcase 2: COMMON("\n\tmovsw"); return to;
to393include/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)
to81include/asm-mips/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to83include/asm-mips/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
to136include/asm-mips/string.hextern __inline__ void * memcpy(void * to, const void * from, size_t n)
to138include/asm-mips/string.hvoid *xto = to;
to153include/asm-mips/string.h: "=r" (to), "=r" (from), "=r" (n)
to154include/asm-mips/string.h: "0" (to), "1" (from), "2" (n)
to69include/asm-sparc/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to71include/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)
to177include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to178include/linux/mm.hextern int clone_page_tables(struct task_struct * to);
to180include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
to365include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
to26include/net/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
to221include/net/sock.hint      (*read)(struct sock *sk, unsigned char *to,
to223include/net/sock.hint      (*write)(struct sock *sk, unsigned char *to,
to38include/net/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,
to366kernel/module.cstruct kernel_sym *to;
to382kernel/module.cto = table;
to384kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))
to393kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to394kernel/module.c++to;
to399kernel/module.ci > 0; --i, ++from, ++to) {
to403kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to63mm/memory.c#define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE)
to805mm/memory.cpte_t from, to;
to858mm/memory.cto = *to_table;
to859mm/memory.cif (!pte_none(to))
to118net/appletalk/ddp.cstatic atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif)
to123net/appletalk/ddp.cif ( to->sat_port != s->at.src_port ) {
to127net/appletalk/ddp.cif ( to->sat_addr.s_net == 0 &&
to128net/appletalk/ddp.cto->sat_addr.s_node == ATADDR_BCAST &&
to133net/appletalk/ddp.cif ( to->sat_addr.s_net == s->at.src_net &&
to134net/appletalk/ddp.cto->sat_addr.s_node == s->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);
to485net/core/dev.cunsigned char *to;
to520net/core/dev.cto = skb_put(skb,len);
to528net/core/dev.cmemcpy(to, buff, amount);
to532net/core/dev.cto += amount;
to287net/ipv4/packet.cint packet_recvfrom(struct sock *sk, unsigned char *to, int len,
to333net/ipv4/packet.cmemcpy_tofs(to, skb->data, copied);  /* We can't use skb_copy_datagram here */
to130net/ipv4/raw.cstatic void raw_getfrag(void *p, int saddr, char *to, unsigned int offset, unsigned int fraglen)
to132net/ipv4/raw.cmemcpy_fromfs(to, (unsigned char *)p+offset, fraglen);
to139net/ipv4/raw.cstatic void raw_getrawfrag(void *p, int saddr, char *to, unsigned int offset, unsigned int fraglen)
to141net/ipv4/raw.cmemcpy_fromfs(to, (unsigned char *)p+offset, fraglen);
to144net/ipv4/raw.cstruct iphdr *iph=(struct iphdr *)to;
to234net/ipv4/raw.cint raw_recvfrom(struct sock *sk, unsigned char *to, int len,
to259net/ipv4/raw.cskb_copy_datagram(skb, 0, to, copied);
to1976net/ipv4/tcp.cunsigned char *to, int len, unsigned flags)
to2011net/ipv4/tcp.cput_fs_byte(c, to);
to2032net/ipv4/tcp.cstatic int tcp_read(struct sock *sk, unsigned char *to,
to2053net/ipv4/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
to2206net/ipv4/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
to2210net/ipv4/tcp.cto += used;
to2474net/ipv4/tcp.ctcp_recvfrom(struct sock *sk, unsigned char *to,
to2488net/ipv4/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
to189net/ipv4/udp.cstatic void udp_getfrag(void *p, int saddr, char * to, unsigned int offset, unsigned int fraglen) 
to199net/ipv4/udp.cdst = to;
to205net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to217net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));
to228net/ipv4/udp.cstatic void udp_getfrag_nosum(void *p, int saddr, char * to, unsigned int offset, unsigned int fraglen) 
to238net/ipv4/udp.cdst = to;
to244net/ipv4/udp.cdst = to+sizeof(struct udphdr);
to248net/ipv4/udp.cmemcpy(to, ufh, sizeof(struct udphdr));
to409net/ipv4/udp.cint udp_recvfrom(struct sock *sk, unsigned char *to, int len,
to441net/ipv4/udp.cskb_copy_datagram(skb,sizeof(struct udphdr),to,copied);