taglinefilesource code
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);
to349drivers/net/3c505.cint to = jiffies + 5;
to350drivers/net/3c505.cwhile (jiffies < to)
to447drivers/scsi/scsi_debug.cint to;
to493drivers/scsi/scsi_debug.cto = timeout[i];
to506drivers/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to272fs/msdos/file.cchar *start,*to,ch;
to322fs/msdos/file.cto = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1));
to324fs/msdos/file.c*to++ = '\n';
to330fs/msdos/file.c*to++ = '\r';
to335fs/msdos/file.c*to++ = ch;
to681fs/namei.cchar * from, * to;
to685fs/namei.cerror = getname(newname,&to);
to687fs/namei.cerror = do_symlink(from,to);
to688fs/namei.cputname(to);
to750fs/namei.cchar * to;
to756fs/namei.cerror = getname(newname,&to);
to761fs/namei.cerror = do_link(oldinode,to);
to762fs/namei.cputname(to);
to837fs/namei.cchar * from, * to;
to841fs/namei.cerror = getname(newname,&to);
to843fs/namei.cerror = do_rename(from,to);
to844fs/namei.cputname(to);
to62include/asm-alpha/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to64include/asm-alpha/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
to63include/asm-i386/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to79include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to83include/asm-i386/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to89include/asm-i386/segment.hput_user_byte(*(const char *) from, (char *) to);
to92include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
to95include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
to96include/asm-i386/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to99include/asm-i386/segment.hput_user_long(*(const int *) from, (int *) to);
to111include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to131include/asm-i386/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to143include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to147include/asm-i386/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to153include/asm-i386/segment.h*(char *)to = get_user_byte((const char *) from);
to156include/asm-i386/segment.h*(short *)to = get_user_word((const short *) from);
to159include/asm-i386/segment.h*(short *) to = get_user_word((const short *) from);
to160include/asm-i386/segment.h*((char *) to + 2) = get_user_byte(2+(const char *) from);
to163include/asm-i386/segment.h*(int *) to = get_user_long((const int *) from);
to171include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to191include/asm-i386/segment.h#define memcpy_fromfs(to, from, n) \
to193include/asm-i386/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to194include/asm-i386/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to196include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
to198include/asm-i386/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to199include/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)
to355include/asm-i386/string.h:"d" (n),"D" ((long) to),"S" ((long) from)
to357include/asm-i386/string.hreturn (to);
to364include/asm-i386/string.hextern inline void * __constant_memcpy(void * to, const void * from, size_t n)
to368include/asm-i386/string.hreturn to;
to370include/asm-i386/string.h*(unsigned char *)to = *(unsigned char *)from;
to371include/asm-i386/string.hreturn to;
to373include/asm-i386/string.h*(unsigned short *)to = *(unsigned short *)from;
to374include/asm-i386/string.hreturn to;
to376include/asm-i386/string.h*(unsigned short *)to = *(unsigned short *)from;
to377include/asm-i386/string.h*(2+(unsigned char *)to) = *(2+(unsigned char *)from);
to378include/asm-i386/string.hreturn to;
to380include/asm-i386/string.h*(unsigned long *)to = *(unsigned long *)from;
to381include/asm-i386/string.hreturn to;
to388include/asm-i386/string.h: "c" (n/4),"D" ((long) to),"S" ((long) from) \
to392include/asm-i386/string.hcase 0: COMMON(""); return to;
to393include/asm-i386/string.hcase 1: COMMON("\n\tmovsb"); return to;
to394include/asm-i386/string.hcase 2: COMMON("\n\tmovsw"); return to;
to395include/asm-i386/string.hcase 3: COMMON("\n\tmovsw\n\tstosb"); 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)
to90include/asm-mips/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to104include/asm-mips/segment.h:"d" (n),"d" (((long) to)| segment_fs),"d" ((long) from)
to108include/asm-mips/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to117include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
to120include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
to121include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to124include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
to125include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to126include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to129include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
to130include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to131include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to132include/asm-mips/segment.hput_user_byte(*(3+(const char *) from), 3+(char *) to);
to136include/asm-mips/segment.h__generic_memcpy_tofs(to, from, n);
to141include/asm-mips/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to155include/asm-mips/segment.h:"d" (n),"d" ((long) to),"d" (((long) from | segment_fs))
to159include/asm-mips/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to168include/asm-mips/segment.h*(char *)to = get_user_byte((const char *) from);
to171include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to172include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to175include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to176include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to177include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
to180include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to181include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to182include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
to183include/asm-mips/segment.h*(char *) to = get_user_byte(3+(const char *) from);
to188include/asm-mips/segment.h__generic_memcpy_fromfs(to, from, n);
to192include/asm-mips/segment.h#define memcpy_fromfs(to, from, n) \
to194include/asm-mips/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to195include/asm-mips/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to197include/asm-mips/segment.h#define memcpy_tofs(to, from, n) \
to199include/asm-mips/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to200include/asm-mips/segment.h__generic_memcpy_tofs((to),(from),(n)))
to144include/asm-mips/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
to146include/asm-mips/string.hvoid *xto = to;
to161include/asm-mips/string.h: "=d" (to), "=d" (from), "=d" (n)
to162include/asm-mips/string.h: "0" (to), "1" (from), "2" (n)
to68include/asm-sparc/segment.h#define memcpy_fromfs(to, from, n) memcpy((to),(from),(n))
to70include/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)
to169include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to170include/linux/mm.hextern int clone_page_tables(struct task_struct * to);
to172include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask);
to281include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
to383init/main.cstatic void copy_options(char * to, char * from)
to404init/main.c*(to++) = c;
to406init/main.c*to = '\0';
to347kernel/module.cstruct kernel_sym *to;
to360kernel/module.cto = table;
to362kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))
to372kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to373kernel/module.c++to;
to377kernel/module.ci > 0; --i, ++from, ++to) {
to381kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to75mm/memory.c#define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE)
to402mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask)
to414mm/memory.cif ((from & ~PAGE_MASK) || (to & ~PAGE_MASK)) {
to415mm/memory.cprintk("remap_page_range: from = %08lx, to=%08lx\n",from,to);
to460mm/memory.celse if (to >= high_memory)
to461mm/memory.c*page_table++ = (to | mask);
to462mm/memory.celse if (!mem_map[MAP_NR(to)])
to465mm/memory.c*page_table++ = (to | mask);
to466mm/memory.cif (!(mem_map[MAP_NR(to)] & MAP_PAGE_RESERVED)) {
to468mm/memory.cmem_map[MAP_NR(to)]++;
to471mm/memory.cto += PAGE_SIZE;
to719mm/memory.cunsigned long to;
to748mm/memory.cto = *(unsigned long *) to_page;
to749mm/memory.cif (!(to & PAGE_PRESENT))
to751mm/memory.cto &= PAGE_MASK;
to752mm/memory.cto_page = to + PAGE_PTR(to_address);
to780mm/memory.cto = (from & (PAGE_MASK | PAGE_DIRTY)) | to_area->vm_page_prot;
to781mm/memory.cif (to & PAGE_COW)
to782mm/memory.cto &= ~PAGE_RW;
to783mm/memory.c*(unsigned long *) to_page = to;
to163net/inet/datagram.cvoid skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size)
to167net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
to494net/inet/dev.cunsigned char *to;
to529net/inet/dev.cto = skb->data;
to537net/inet/dev.cmemcpy(to, buff, amount);
to541net/inet/dev.cto += amount;
to283net/inet/packet.cint packet_recvfrom(struct sock *sk, unsigned char *to, int len,
to331net/inet/packet.cmemcpy_tofs(to, skb->data, copied);  /* We can't use skb_copy_datagram here */
to242net/inet/raw.cint raw_recvfrom(struct sock *sk, unsigned char *to, int len,
to267net/inet/raw.cskb_copy_datagram(skb, 0, to, copied);
to26net/inet/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
to204net/inet/sock.hint      (*read)(struct sock *sk, unsigned char *to,
to206net/inet/sock.hint      (*write)(struct sock *sk, unsigned char *to,
to1786net/inet/tcp.cunsigned char *to, int len, unsigned flags)
to1817net/inet/tcp.cput_fs_byte(c, to);
to1838net/inet/tcp.cstatic int tcp_read(struct sock *sk, unsigned char *to,
to1853net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
to1967net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
to1971net/inet/tcp.cto += used;
to2150net/inet/tcp.ctcp_recvfrom(struct sock *sk, unsigned char *to,
to2164net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
to467net/inet/udp.cint udp_recvfrom(struct sock *sk, unsigned char *to, int len,
to499net/inet/udp.cskb_copy_datagram(skb,sizeof(struct udphdr),to,copied);
to36net/inet/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,