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);
to350drivers/net/3c505.cint to = jiffies + 5;
to351drivers/net/3c505.cwhile (jiffies < to)
to444drivers/scsi/scsi_debug.cint to;
to489drivers/scsi/scsi_debug.cto = timeout[i];
to502drivers/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to1104fs/buffer.c#define COPYBLK(size,from,to) \
to1106fs/buffer.c:"c" (((unsigned long) size) >> 2),"S" (from),"D" (to) \
to149fs/msdos/file.cchar *start,*to,ch;
to189fs/msdos/file.cto = (char *) data+(filp->f_pos & (SECTOR_SIZE-1));
to191fs/msdos/file.c*to++ = '\n';
to197fs/msdos/file.c*to++ = '\r';
to202fs/msdos/file.c*to++ = ch;
to605fs/namei.cchar * from, * to;
to609fs/namei.cerror = getname(newname,&to);
to611fs/namei.cerror = do_symlink(from,to);
to612fs/namei.cputname(to);
to666fs/namei.cchar * to;
to672fs/namei.cerror = getname(newname,&to);
to677fs/namei.cerror = do_link(oldinode,to);
to678fs/namei.cputname(to);
to745fs/namei.cchar * from, * to;
to749fs/namei.cerror = getname(newname,&to);
to751fs/namei.cerror = do_rename(from,to);
to752fs/namei.cputname(to);
to55include/asm-i386/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to71include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to75include/asm-i386/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to81include/asm-i386/segment.hput_user_byte(*(const char *) from, (char *) to);
to84include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
to87include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
to88include/asm-i386/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to91include/asm-i386/segment.hput_user_long(*(const int *) from, (int *) to);
to103include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to123include/asm-i386/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to135include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
to139include/asm-i386/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to145include/asm-i386/segment.h*(char *)to = get_user_byte((const char *) from);
to148include/asm-i386/segment.h*(short *)to = get_user_word((const short *) from);
to151include/asm-i386/segment.h*(short *) to = get_user_word((const short *) from);
to152include/asm-i386/segment.h*((char *) to + 2) = get_user_byte(2+(const char *) from);
to155include/asm-i386/segment.h*(int *) to = get_user_long((const int *) from);
to163include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
to183include/asm-i386/segment.h#define memcpy_fromfs(to, from, n) \
to185include/asm-i386/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to186include/asm-i386/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to188include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
to190include/asm-i386/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to191include/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);
to92include/asm-mips/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
to106include/asm-mips/segment.h:"d" (n),"d" (((long) to)| segment_fs),"d" ((long) from)
to110include/asm-mips/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
to119include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
to122include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
to123include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to126include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
to127include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to128include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to131include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
to132include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
to133include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
to134include/asm-mips/segment.hput_user_byte(*(3+(const char *) from), 3+(char *) to);
to138include/asm-mips/segment.h__generic_memcpy_tofs(to, from, n);
to143include/asm-mips/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
to157include/asm-mips/segment.h:"d" (n),"d" ((long) to),"d" (((long) from | segment_fs))
to161include/asm-mips/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
to170include/asm-mips/segment.h*(char *)to = get_user_byte((const char *) from);
to173include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to174include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to177include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to178include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to179include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
to182include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
to183include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
to184include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
to185include/asm-mips/segment.h*(char *) to = get_user_byte(3+(const char *) from);
to190include/asm-mips/segment.h__generic_memcpy_fromfs(to, from, n);
to194include/asm-mips/segment.h#define memcpy_fromfs(to, from, n) \
to196include/asm-mips/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
to197include/asm-mips/segment.h__generic_memcpy_fromfs((to),(from),(n)))
to199include/asm-mips/segment.h#define memcpy_tofs(to, from, n) \
to201include/asm-mips/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
to202include/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)
to11include/linux/iso_fs.h#define ISODCL(from, to) (to - from + 1)
to78include/linux/mm.hint (*share)(struct vm_area_struct * from, struct vm_area_struct * to, unsigned long address);
to162include/linux/mm.hextern int copy_page_tables(struct task_struct * to);
to163include/linux/mm.hextern int clone_page_tables(struct task_struct * to);
to165include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask);
to140include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
to365init/main.cstatic void copy_options(char * to, char * from)
to378init/main.c*(to++) = c;
to380init/main.c*to = '\0';
to308kernel/module.cstruct kernel_sym *to;
to321kernel/module.cto = table;
to323kernel/module.cif ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table))))
to333kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to334kernel/module.c++to;
to338kernel/module.ci > 0; --i, ++from, ++to) {
to342kernel/module.cmemcpy_tofs(to, &isym, sizeof isym);
to75mm/memory.c#define copy_page(from,to) \
to76mm/memory.c__asm__("cld ; rep ; movsl": :"S" (from),"D" (to),"c" (1024):"cx","di","si")
to403mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask)
to415mm/memory.cif ((from & ~PAGE_MASK) || (to & ~PAGE_MASK)) {
to416mm/memory.cprintk("remap_page_range: from = %08lx, to=%08lx\n",from,to);
to461mm/memory.celse if (to >= high_memory)
to462mm/memory.c*page_table++ = (to | mask);
to463mm/memory.celse if (!mem_map[MAP_NR(to)])
to466mm/memory.c*page_table++ = (to | mask);
to467mm/memory.cif (!(mem_map[MAP_NR(to)] & MAP_PAGE_RESERVED)) {
to469mm/memory.cmem_map[MAP_NR(to)]++;
to472mm/memory.cto += PAGE_SIZE;
to720mm/memory.cunsigned long to;
to745mm/memory.cto = *(unsigned long *) to_page;
to746mm/memory.cif (!(to & PAGE_PRESENT))
to748mm/memory.cto &= PAGE_MASK;
to749mm/memory.cto_page = to + PAGE_PTR(to_address);
to773mm/memory.cto = (from & (PAGE_MASK | PAGE_DIRTY)) | to_area->vm_page_prot;
to774mm/memory.cif (to & PAGE_COW)
to775mm/memory.cto &= ~PAGE_RW;
to776mm/memory.c*(unsigned long *) to_page = to;
to162net/inet/datagram.cvoid skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size)
to166net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
to533net/inet/dev.cunsigned char *to;
to568net/inet/dev.cto = skb->data;
to576net/inet/dev.cmemcpy(to, buff, amount);
to580net/inet/dev.cto += amount;
to266net/inet/packet.cint packet_recvfrom(struct sock *sk, unsigned char *to, int len,
to314net/inet/packet.cmemcpy_tofs(to, skb->data, copied);  /* We can't use skb_copy_datagram here */
to314net/inet/raw.cint raw_recvfrom(struct sock *sk, unsigned char *to, int len,
to336net/inet/raw.cskb_copy_datagram(skb, 0, to, copied);
to30net/inet/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
to191net/inet/sock.hint      (*read)(struct sock *sk, unsigned char *to,
to193net/inet/sock.hint      (*write)(struct sock *sk, unsigned char *to,
to1355net/inet/tcp.cunsigned char *to, int len, unsigned flags)
to1368net/inet/tcp.cput_fs_byte(c, to);
to1416net/inet/tcp.cstatic int tcp_read(struct sock *sk, unsigned char *to,
to1431net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
to1541net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
to1545net/inet/tcp.cto += used;
to1708net/inet/tcp.ctcp_recvfrom(struct sock *sk, unsigned char *to,
to1722net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
to458net/inet/udp.cint udp_recvfrom(struct sock *sk, unsigned char *to, int len,
to490net/inet/udp.cskb_copy_datagram(skb,sizeof(struct udphdr),to,copied);
to36net/inet/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,