tag | line | file | source code |
to | 248 | arch/alpha/lib/io.c | void _memcpy_fromio(void * to, unsigned long from, unsigned long count) |
to | 252 | arch/alpha/lib/io.c | *(char *) to = readb(from); |
to | 253 | arch/alpha/lib/io.c | ((char *) to)++; |
to | 262 | arch/alpha/lib/io.c | void _memcpy_toio(unsigned long to, void * from, unsigned long count) |
to | 266 | arch/alpha/lib/io.c | writeb(*(char *) from, to); |
to | 268 | arch/alpha/lib/io.c | to++; |
to | 105 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 171 | arch/i386/kernel/setup.c | *(to++) = c; |
to | 173 | arch/i386/kernel/setup.c | *to = '\0'; |
to | 161 | arch/mips/mm/init.c | void __copy_page(unsigned long from, unsigned long to) |
to | 174 | arch/mips/mm/init.c | __zeropage(to); |
to | 184 | arch/mips/mm/init.c | memcpy((void *) to, |
to | 193 | arch/mips/mm/init.c | if (page_colour(from) != page_colour(to)) |
to | 813 | drivers/cdrom/cm206.c | void play_from_to_track(int from, int to) |
to | 824 | drivers/cdrom/cm206.c | update_toc_entry(from); update_toc_entry(to+1); |
to | 827 | drivers/cdrom/cm206.c | PLAY_TO.fsm[i] = play_command[i+4] = cd->toc[to+1].fsm[i]; |
to | 829 | drivers/cdrom/cm206.c | PLAY_TO.track = to; |
to | 229 | drivers/cdrom/mcdx.c | static int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*); |
to | 1249 | drivers/cdrom/mcdx.c | int to = 0; |
to | 1261 | drivers/cdrom/mcdx.c | || to) { |
to | 1264 | drivers/cdrom/mcdx.c | else if (to) |
to | 1735 | drivers/cdrom/mcdx.c | mcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf) |
to | 1737 | drivers/cdrom/mcdx.c | unsigned long timeout = to + jiffies; |
to | 117 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 121 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 131 | drivers/char/pty.c | r = to->ldisc.receive_room(to); |
to | 135 | drivers/char/pty.c | to->ldisc.receive_buf(to, temp_buffer, 0, n); |
to | 141 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
to | 142 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
to | 150 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 152 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 155 | drivers/char/pty.c | return to->ldisc.receive_room(to); |
to | 160 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 162 | drivers/char/pty.c | if (!to || !to->ldisc.chars_in_buffer) |
to | 165 | drivers/char/pty.c | return to->ldisc.chars_in_buffer(to); |
to | 170 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 172 | drivers/char/pty.c | if (!to) |
to | 175 | drivers/char/pty.c | if (to->ldisc.flush_buffer) |
to | 176 | drivers/char/pty.c | to->ldisc.flush_buffer(to); |
to | 178 | drivers/char/pty.c | if (to->packet) { |
to | 180 | drivers/char/pty.c | wake_up_interruptible(&to->read_wait); |
to | 192 | drivers/char/selection.h | static inline void memcpyw(unsigned short *to, unsigned short *from, |
to | 198 | drivers/char/selection.h | scr_writew(scr_readw(from++), to++); |
to | 275 | drivers/net/i82586.h | and length/type field already prepended to the data, |
to | 276 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
to | 781 | drivers/net/wavelan.c | Leave out 0x3C0 for now -- seems to clash |
to | 895 | drivers/net/wavelan.c | Leave this out until I can get it to work -- BJ. |
to | 484 | drivers/scsi/scsi_debug.c | int to; |
to | 530 | drivers/scsi/scsi_debug.c | to = timeout[i]; |
to | 543 | drivers/scsi/scsi_debug.c | printk("...done %d %x %d %d\n",i , my_done, to, jiffies); |
to | 1352 | fs/hpfs/hpfs_fs.c | static void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase) |
to | 1361 | fs/hpfs/hpfs_fs.c | *to = t; |
to | 1363 | fs/hpfs/hpfs_fs.c | to++; |
to | 277 | fs/msdos/file.c | char *to,ch; |
to | 329 | fs/msdos/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
to | 331 | fs/msdos/file.c | *to++ = '\n'; |
to | 337 | fs/msdos/file.c | *to++ = '\r'; |
to | 342 | fs/msdos/file.c | *to++ = ch; |
to | 686 | fs/namei.c | char * from, * to; |
to | 690 | fs/namei.c | error = getname(newname,&to); |
to | 692 | fs/namei.c | error = do_symlink(from,to); |
to | 693 | fs/namei.c | putname(to); |
to | 757 | fs/namei.c | char * to; |
to | 763 | fs/namei.c | error = getname(newname,&to); |
to | 768 | fs/namei.c | error = do_link(oldinode,to); |
to | 769 | fs/namei.c | putname(to); |
to | 846 | fs/namei.c | char * from, * to; |
to | 850 | fs/namei.c | error = getname(newname,&to); |
to | 852 | fs/namei.c | error = do_rename(from,to); |
to | 853 | fs/namei.c | putname(to); |
to | 189 | include/asm-alpha/io.h | #define memcpy_fromio(to,from,len) _memcpy_fromio((to),(unsigned long)(from),(len)) |
to | 190 | include/asm-alpha/io.h | #define memcpy_toio(to,from,len) _memcpy_toio((unsigned long)(to),(from),(len)) |
to | 90 | include/asm-alpha/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 93 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 97 | include/asm-alpha/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 100 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 129 | include/asm-i386/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 151 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 155 | include/asm-i386/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 161 | include/asm-i386/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
to | 164 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 167 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 168 | include/asm-i386/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
to | 171 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 174 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 175 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 178 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 179 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 180 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 183 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 184 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 185 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 186 | include/asm-i386/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
to | 198 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 218 | include/asm-i386/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 236 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 240 | include/asm-i386/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 246 | include/asm-i386/segment.h | *(char *)to = __get_user((const char *) from, 1); |
to | 249 | include/asm-i386/segment.h | *(short *)to = __get_user((const short *) from, 2); |
to | 252 | include/asm-i386/segment.h | *(short *) to = __get_user((const short *) from, 2); |
to | 253 | include/asm-i386/segment.h | *((char *) to + 2) = __get_user(2+(const char *) from, 1); |
to | 256 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 259 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 260 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 263 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 264 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 265 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 268 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 269 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 270 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 271 | include/asm-i386/segment.h | *(3+(int *) to) = __get_user(3+(const int *) from, 4); |
to | 279 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 299 | include/asm-i386/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 301 | include/asm-i386/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 302 | include/asm-i386/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 304 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 306 | include/asm-i386/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 307 | include/asm-i386/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 352 | include/asm-i386/string.h | extern inline void * __memcpy(void * to, const void * from, size_t n) |
to | 365 | include/asm-i386/string.h | :"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from) |
to | 367 | include/asm-i386/string.h | return (to); |
to | 374 | include/asm-i386/string.h | extern inline void * __constant_memcpy(void * to, const void * from, size_t n) |
to | 378 | include/asm-i386/string.h | return to; |
to | 380 | include/asm-i386/string.h | *(unsigned char *)to = *(const unsigned char *)from; |
to | 381 | include/asm-i386/string.h | return to; |
to | 383 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 384 | include/asm-i386/string.h | return to; |
to | 386 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 387 | include/asm-i386/string.h | *(2+(unsigned char *)to) = *(2+(const unsigned char *)from); |
to | 388 | include/asm-i386/string.h | return to; |
to | 390 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 391 | include/asm-i386/string.h | return to; |
to | 398 | include/asm-i386/string.h | : "c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 402 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
to | 403 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
to | 404 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
to | 405 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
to | 69 | include/asm-m68k/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 79 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 80 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n-1) |
to | 84 | include/asm-m68k/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 89 | include/asm-m68k/segment.h | put_user_byte(*(const char *) from, (char *) to); |
to | 92 | include/asm-m68k/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 95 | include/asm-m68k/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 96 | include/asm-m68k/segment.h | put_user_byte(*(2+(const char *) from), 2+(char *) to); |
to | 99 | include/asm-m68k/segment.h | put_user_long(*(const int *) from, (int *) to); |
to | 112 | include/asm-m68k/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 131 | include/asm-m68k/segment.h | __generic_memcpy_tofs(to,from,n); |
to | 135 | include/asm-m68k/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 145 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 146 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n-1) |
to | 150 | include/asm-m68k/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 155 | include/asm-m68k/segment.h | *(char *)to = get_user_byte((const char *) from); |
to | 158 | include/asm-m68k/segment.h | *(short *)to = get_user_word((const short *) from); |
to | 161 | include/asm-m68k/segment.h | *(short *) to = get_user_word((const short *) from); |
to | 162 | include/asm-m68k/segment.h | *(2+(char *) to) = get_user_byte(2+(const char *) from); |
to | 165 | include/asm-m68k/segment.h | *(int *) to = get_user_long((const int *) from); |
to | 174 | include/asm-m68k/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 193 | include/asm-m68k/segment.h | __generic_memcpy_fromfs(to,from,n); |
to | 197 | include/asm-m68k/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 199 | include/asm-m68k/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 200 | include/asm-m68k/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 202 | include/asm-m68k/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 204 | include/asm-m68k/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 205 | include/asm-m68k/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 108 | include/asm-m68k/string.h | extern inline void * memcpy(void * to, const void * from, size_t n) |
to | 110 | include/asm-m68k/string.h | void *xto = to; |
to | 118 | include/asm-m68k/string.h | : "=a" (to), "=a" (from), "=d" (n) |
to | 119 | include/asm-m68k/string.h | : "0" (to), "1" (from), "2" (n) |
to | 60 | include/asm-mips/page.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 61 | include/asm-mips/page.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 53 | include/asm-mips/pgtable.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 54 | include/asm-mips/pgtable.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 109 | include/asm-mips/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 112 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 116 | include/asm-mips/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 119 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 141 | include/asm-mips/string.h | extern __inline__ void * memcpy(void * to, const void * from, size_t n) |
to | 143 | include/asm-mips/string.h | void *xto = to; |
to | 158 | include/asm-mips/string.h | : "=r" (to), "=r" (from), "=r" (n) |
to | 159 | include/asm-mips/string.h | : "0" (to), "1" (from), "2" (n) |
to | 103 | include/asm-ppc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 105 | include/asm-ppc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 108 | include/asm-sparc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 110 | include/asm-sparc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 11 | include/linux/iso_fs.h | #define ISODCL(from, to) (to - from + 1) |
to | 176 | include/linux/mm.h | extern int copy_page_tables(struct task_struct * to); |
to | 180 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
to | 372 | include/linux/skbuff.h | extern void skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size); |
to | 373 | include/linux/skbuff.h | extern void skb_copy_datagram_iovec(struct sk_buff *from, int offset, struct iovec *to,int size); |
to | 26 | include/net/raw.h | extern int raw_recvfrom(struct sock *sk, unsigned char *to, |
to | 38 | include/net/udp.h | extern int udp_recvfrom(struct sock *sk, unsigned char *to, |
to | 376 | kernel/module.c | struct kernel_sym *to; |
to | 392 | kernel/module.c | to = table; |
to | 394 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |
to | 403 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 404 | kernel/module.c | ++to; |
to | 409 | kernel/module.c | i > 0; --i, ++from, ++to) { |
to | 413 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 67 | mm/memory.c | static inline void copy_page(unsigned long from, unsigned long to) |
to | 70 | mm/memory.c | memset((void *) to, 0, PAGE_SIZE); |
to | 73 | mm/memory.c | memcpy((void *) to, (void *) from, PAGE_SIZE); |
to | 129 | net/appletalk/ddp.c | static atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif) |
to | 135 | net/appletalk/ddp.c | if ( to->sat_port != s->protinfo.af_at.src_port ) |
to | 140 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == 0 && |
to | 141 | net/appletalk/ddp.c | to->sat_addr.s_node == ATADDR_BCAST && |
to | 147 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == s->protinfo.af_at.src_net && |
to | 148 | net/appletalk/ddp.c | to->sat_addr.s_node == s->protinfo.af_at.src_node ) |
to | 166 | net/core/datagram.c | void skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size) |
to | 168 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
to | 176 | net/core/datagram.c | void skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size) |
to | 178 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
to | 504 | net/core/dev.c | unsigned char *to; |
to | 539 | net/core/dev.c | to = skb_put(skb,len); |
to | 547 | net/core/dev.c | memcpy(to, buff, amount); |
to | 551 | net/core/dev.c | to += amount; |
to | 200 | net/ipv4/icmp.c | static void icmp_glue_bits(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 208 | net/ipv4/icmp.c | to, fraglen,icmp_param->csum); |
to | 218 | net/ipv4/icmp.c | to, sizeof(struct icmphdr), |
to | 221 | net/ipv4/icmp.c | to+sizeof(struct icmphdr), |
to | 223 | net/ipv4/icmp.c | icmph=(struct icmphdr *)to; |
to | 163 | net/ipv4/raw.c | static void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 165 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 172 | net/ipv4/raw.c | static void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 174 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 177 | net/ipv4/raw.c | struct iphdr *iph=(struct iphdr *)to; |
to | 231 | net/ipv4/udp.c | static void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 242 | net/ipv4/udp.c | dst = to; |
to | 248 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 260 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |
to | 271 | net/ipv4/udp.c | static void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 282 | net/ipv4/udp.c | dst = to; |
to | 288 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 292 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |