tag | line | file | source code |
to | 82 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 120 | arch/i386/kernel/setup.c | *(to++) = c; |
to | 122 | 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 | 304 | drivers/char/console.c | static inline void memcpyw(unsigned short *to, unsigned short *from, |
to | 310 | drivers/char/console.c | scr_writew(scr_readw(from++), to++); |
to | 115 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 119 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 129 | drivers/char/pty.c | r = to->ldisc.receive_room(to); |
to | 133 | drivers/char/pty.c | to->ldisc.receive_buf(to, temp_buffer, 0, n); |
to | 139 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
to | 140 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
to | 148 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 150 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 153 | drivers/char/pty.c | return to->ldisc.receive_room(to); |
to | 158 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 160 | drivers/char/pty.c | if (!to || !to->ldisc.chars_in_buffer) |
to | 163 | drivers/char/pty.c | return to->ldisc.chars_in_buffer(to); |
to | 168 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 170 | drivers/char/pty.c | if (!to) |
to | 173 | drivers/char/pty.c | if (to->ldisc.flush_buffer) |
to | 174 | drivers/char/pty.c | to->ldisc.flush_buffer(to); |
to | 176 | drivers/char/pty.c | if (to->packet) { |
to | 178 | drivers/char/pty.c | wake_up_interruptible(&to->read_wait); |
to | 349 | drivers/net/3c505.c | int to = jiffies + 5; |
to | 350 | drivers/net/3c505.c | while (jiffies < to) |
to | 276 | drivers/net/i82586.h | and length/type field already prepended to the data, |
to | 277 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
to | 715 | drivers/net/wavelan.c | Leave out 0x3C0 for now -- seems to clash |
to | 447 | drivers/scsi/scsi_debug.c | int to; |
to | 493 | drivers/scsi/scsi_debug.c | to = timeout[i]; |
to | 506 | drivers/scsi/scsi_debug.c | printk("...done %d %x %d %d\n",i , my_done, to, jiffies); |
to | 276 | fs/msdos/file.c | char *start,*to,ch; |
to | 326 | fs/msdos/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
to | 328 | fs/msdos/file.c | *to++ = '\n'; |
to | 334 | fs/msdos/file.c | *to++ = '\r'; |
to | 339 | fs/msdos/file.c | *to++ = ch; |
to | 677 | fs/namei.c | char * from, * to; |
to | 681 | fs/namei.c | error = getname(newname,&to); |
to | 683 | fs/namei.c | error = do_symlink(from,to); |
to | 684 | fs/namei.c | putname(to); |
to | 746 | fs/namei.c | char * to; |
to | 752 | fs/namei.c | error = getname(newname,&to); |
to | 757 | fs/namei.c | error = do_link(oldinode,to); |
to | 758 | fs/namei.c | putname(to); |
to | 833 | fs/namei.c | char * from, * to; |
to | 837 | fs/namei.c | error = getname(newname,&to); |
to | 839 | fs/namei.c | error = do_rename(from,to); |
to | 840 | fs/namei.c | putname(to); |
to | 62 | include/asm-alpha/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 64 | include/asm-alpha/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 63 | include/asm-i386/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 79 | include/asm-i386/segment.h | :"c" (n),"D" ((long) to),"S" ((long) from) |
to | 83 | include/asm-i386/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 89 | include/asm-i386/segment.h | put_user_byte(*(const char *) from, (char *) to); |
to | 92 | include/asm-i386/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 95 | include/asm-i386/segment.h | put_user_word(*(const short *) from, (short *) to); |
to | 96 | include/asm-i386/segment.h | put_user_byte(*(2+(const char *) from), 2+(char *) to); |
to | 99 | include/asm-i386/segment.h | put_user_long(*(const int *) from, (int *) to); |
to | 111 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 131 | include/asm-i386/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 143 | include/asm-i386/segment.h | :"c" (n),"D" ((long) to),"S" ((long) from) |
to | 147 | include/asm-i386/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 153 | include/asm-i386/segment.h | *(char *)to = get_user_byte((const char *) from); |
to | 156 | include/asm-i386/segment.h | *(short *)to = get_user_word((const short *) from); |
to | 159 | include/asm-i386/segment.h | *(short *) to = get_user_word((const short *) from); |
to | 160 | include/asm-i386/segment.h | *((char *) to + 2) = get_user_byte(2+(const char *) from); |
to | 163 | include/asm-i386/segment.h | *(int *) to = get_user_long((const int *) from); |
to | 171 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 191 | include/asm-i386/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 193 | include/asm-i386/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 194 | include/asm-i386/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 196 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 198 | include/asm-i386/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 199 | include/asm-i386/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 340 | include/asm-i386/string.h | extern inline void * __memcpy(void * to, const void * from, size_t n) |
to | 355 | include/asm-i386/string.h | :"d" (n),"D" ((long) to),"S" ((long) from) |
to | 357 | include/asm-i386/string.h | return (to); |
to | 364 | include/asm-i386/string.h | extern inline void * __constant_memcpy(void * to, const void * from, size_t n) |
to | 368 | include/asm-i386/string.h | return to; |
to | 370 | include/asm-i386/string.h | *(unsigned char *)to = *(unsigned char *)from; |
to | 371 | include/asm-i386/string.h | return to; |
to | 373 | include/asm-i386/string.h | *(unsigned short *)to = *(unsigned short *)from; |
to | 374 | include/asm-i386/string.h | return to; |
to | 376 | include/asm-i386/string.h | *(unsigned short *)to = *(unsigned short *)from; |
to | 377 | include/asm-i386/string.h | *(2+(unsigned char *)to) = *(2+(unsigned char *)from); |
to | 378 | include/asm-i386/string.h | return to; |
to | 380 | include/asm-i386/string.h | *(unsigned long *)to = *(unsigned long *)from; |
to | 381 | include/asm-i386/string.h | return to; |
to | 388 | include/asm-i386/string.h | : "c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 392 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
to | 393 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
to | 394 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
to | 395 | 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 | 176 | include/linux/mm.h | extern int copy_page_tables(struct task_struct * to); |
to | 177 | include/linux/mm.h | extern int clone_page_tables(struct task_struct * to); |
to | 179 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
to | 282 | include/linux/skbuff.h | extern void skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size); |
to | 363 | kernel/module.c | struct kernel_sym *to; |
to | 379 | kernel/module.c | to = table; |
to | 381 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |
to | 390 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 391 | kernel/module.c | ++to; |
to | 396 | kernel/module.c | i > 0; --i, ++from, ++to) { |
to | 400 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 64 | mm/memory.c | #define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE) |
to | 810 | mm/memory.c | pte_t from, to; |
to | 867 | mm/memory.c | to = *to_table; |
to | 868 | mm/memory.c | if (!pte_none(to)) |
to | 163 | net/inet/datagram.c | void skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size) |
to | 167 | net/inet/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
to | 505 | net/inet/dev.c | unsigned char *to; |
to | 540 | net/inet/dev.c | to = skb->data; |
to | 548 | net/inet/dev.c | memcpy(to, buff, amount); |
to | 552 | net/inet/dev.c | to += amount; |
to | 284 | net/inet/packet.c | int packet_recvfrom(struct sock *sk, unsigned char *to, int len, |
to | 332 | net/inet/packet.c | memcpy_tofs(to, skb->data, copied); /* We can't use skb_copy_datagram here */ |
to | 242 | net/inet/raw.c | int raw_recvfrom(struct sock *sk, unsigned char *to, int len, |
to | 267 | net/inet/raw.c | skb_copy_datagram(skb, 0, to, copied); |
to | 26 | net/inet/raw.h | extern int raw_recvfrom(struct sock *sk, unsigned char *to, |
to | 214 | net/inet/sock.h | int (*read)(struct sock *sk, unsigned char *to, |
to | 216 | net/inet/sock.h | int (*write)(struct sock *sk, unsigned char *to, |
to | 1959 | net/inet/tcp.c | unsigned char *to, int len, unsigned flags) |
to | 1994 | net/inet/tcp.c | put_fs_byte(c, to); |
to | 2015 | net/inet/tcp.c | static int tcp_read(struct sock *sk, unsigned char *to, |
to | 2036 | net/inet/tcp.c | return tcp_read_urg(sk, nonblock, to, len, flags); |
to | 2189 | net/inet/tcp.c | memcpy_tofs(to,((unsigned char *)skb->h.th) + |
to | 2193 | net/inet/tcp.c | to += used; |
to | 2460 | net/inet/tcp.c | tcp_recvfrom(struct sock *sk, unsigned char *to, |
to | 2474 | net/inet/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
to | 467 | net/inet/udp.c | int udp_recvfrom(struct sock *sk, unsigned char *to, int len, |
to | 499 | net/inet/udp.c | skb_copy_datagram(skb,sizeof(struct udphdr),to,copied); |
to | 36 | net/inet/udp.h | extern int udp_recvfrom(struct sock *sk, unsigned char *to, |