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 | 85 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 140 | arch/i386/kernel/setup.c | *(to++) = c; |
to | 142 | arch/i386/kernel/setup.c | *to = '\0'; |
to | 74 | arch/mips/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 108 | arch/mips/kernel/setup.c | *(to++) = c; |
to | 110 | arch/mips/kernel/setup.c | *to = '\0'; |
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 | 231 | drivers/cdrom/mcdx.c | static int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*); |
to | 1207 | drivers/cdrom/mcdx.c | int to = 0; |
to | 1214 | drivers/cdrom/mcdx.c | || (to = (current->timeout == 0))) { |
to | 1224 | drivers/cdrom/mcdx.c | || to) { |
to | 1227 | drivers/cdrom/mcdx.c | else if (to) |
to | 1701 | drivers/cdrom/mcdx.c | mcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf) |
to | 1703 | 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 | 1343 | fs/hpfs/hpfs_fs.c | static void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase) |
to | 1352 | fs/hpfs/hpfs_fs.c | *to = t; |
to | 1354 | fs/hpfs/hpfs_fs.c | to++; |
to | 273 | fs/msdos/file.c | char *to,ch; |
to | 325 | fs/msdos/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
to | 327 | fs/msdos/file.c | *to++ = '\n'; |
to | 333 | fs/msdos/file.c | *to++ = '\r'; |
to | 338 | fs/msdos/file.c | *to++ = ch; |
to | 676 | fs/namei.c | char * from, * to; |
to | 680 | fs/namei.c | error = getname(newname,&to); |
to | 682 | fs/namei.c | error = do_symlink(from,to); |
to | 683 | fs/namei.c | putname(to); |
to | 745 | fs/namei.c | char * to; |
to | 751 | fs/namei.c | error = getname(newname,&to); |
to | 756 | fs/namei.c | error = do_link(oldinode,to); |
to | 757 | fs/namei.c | putname(to); |
to | 832 | fs/namei.c | char * from, * to; |
to | 836 | fs/namei.c | error = getname(newname,&to); |
to | 838 | fs/namei.c | error = do_rename(from,to); |
to | 839 | fs/namei.c | putname(to); |
to | 163 | include/asm-alpha/io.h | #define memcpy_fromio(to,from,len) _memcpy_fromio((to),(unsigned long)(from),(len)) |
to | 164 | include/asm-alpha/io.h | #define memcpy_toio(to,from,len) _memcpy_toio((unsigned long)(to),(from),(len)) |
to | 115 | include/asm-alpha/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 117 | include/asm-alpha/segment.h | #define memcpy_tofs(to, from, n) 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 | 81 | include/asm-mips/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 83 | include/asm-mips/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 136 | include/asm-mips/string.h | extern __inline__ void * memcpy(void * to, const void * from, size_t n) |
to | 138 | include/asm-mips/string.h | void *xto = to; |
to | 153 | include/asm-mips/string.h | : "=r" (to), "=r" (from), "=r" (n) |
to | 154 | include/asm-mips/string.h | : "0" (to), "1" (from), "2" (n) |
to | 69 | include/asm-sparc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 71 | 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 | 181 | include/linux/mm.h | extern int copy_page_tables(struct task_struct * to); |
to | 185 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
to | 367 | include/linux/skbuff.h | extern void skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size); |
to | 368 | 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 | 371 | kernel/module.c | struct kernel_sym *to; |
to | 387 | kernel/module.c | to = table; |
to | 389 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |
to | 398 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 399 | kernel/module.c | ++to; |
to | 404 | kernel/module.c | i > 0; --i, ++from, ++to) { |
to | 408 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 62 | mm/memory.c | #define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE) |
to | 753 | mm/memory.c | pte_t from, to; |
to | 806 | mm/memory.c | to = *to_table; |
to | 807 | mm/memory.c | if (!pte_none(to)) |
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 | 169 | net/core/datagram.c | void skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size) |
to | 171 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
to | 179 | net/core/datagram.c | void skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size) |
to | 181 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
to | 486 | net/core/dev.c | unsigned char *to; |
to | 521 | net/core/dev.c | to = skb_put(skb,len); |
to | 529 | net/core/dev.c | memcpy(to, buff, amount); |
to | 533 | 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 | 152 | net/ipv4/raw.c | static void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 154 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 161 | net/ipv4/raw.c | static void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 163 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 166 | net/ipv4/raw.c | struct iphdr *iph=(struct iphdr *)to; |
to | 225 | net/ipv4/udp.c | static void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 236 | net/ipv4/udp.c | dst = to; |
to | 242 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 254 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |
to | 265 | net/ipv4/udp.c | static void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 276 | net/ipv4/udp.c | dst = to; |
to | 282 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 286 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |