| tag | line | file | source code |
| to | 406 | fs/buffer.c | #define COPYBLK(from,to) \ |
| to | 410 | fs/buffer.c | ::"c" (BLOCK_SIZE/4),"S" (from),"D" (to) \ |
| to | 131 | fs/msdos/file.c | char *start,*to,ch; |
| to | 170 | fs/msdos/file.c | to = data+(filp->f_pos & (SECTOR_SIZE-1)); |
| to | 172 | fs/msdos/file.c | *to++ = '\n'; |
| to | 178 | fs/msdos/file.c | *to++ = '\r'; |
| to | 183 | fs/msdos/file.c | *to++ = ch; |
| to | 40 | include/asm/segment.h | extern inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
| to | 55 | include/asm/segment.h | ::"c" (n),"D" ((long) to),"S" ((long) from) |
| to | 59 | include/asm/segment.h | extern inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
| to | 70 | include/asm/segment.h | ::"c" (n),"D" ((long) to),"S" ((long) from) |
| to | 11 | include/linux/iso_fs.h | #define ISODCL(from, to) (to - from + 1) |
| to | 84 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, |
| to | 331 | include/linux/string.h | extern inline void * memcpy(void * to, const void * from, size_t n) |
| to | 344 | include/linux/string.h | ::"d" (n),"D" ((long) to),"S" ((long) from) |
| to | 346 | include/linux/string.h | return (to); |
| to | 351 | kernel/blk_drv/floppy.c | #define copy_buffer(from,to) \ |
| to | 353 | kernel/blk_drv/floppy.c | ::"c" (BLOCK_SIZE/4),"S" ((long)(from)),"D" ((long)(to)) \ |
| to | 391 | kernel/blk_drv/scsi/scsi_debug.c | int to; |
| to | 428 | kernel/blk_drv/scsi/scsi_debug.c | to = timeout[i]; |
| to | 441 | kernel/blk_drv/scsi/scsi_debug.c | printk("...done %d %x %d %d\n",i , my_done, to, jiffies); |
| to | 37 | kernel/chr_drv/pty.c | static inline void pty_copy(struct tty_struct * from, struct tty_struct * to) |
| to | 42 | kernel/chr_drv/pty.c | if (FULL(&to->read_q)) { |
| to | 43 | kernel/chr_drv/pty.c | if (FULL(&to->secondary)) |
| to | 45 | kernel/chr_drv/pty.c | TTY_READ_FLUSH(to); |
| to | 49 | kernel/chr_drv/pty.c | put_tty_queue(c, &to->read_q); |
| to | 53 | kernel/chr_drv/pty.c | TTY_READ_FLUSH(to); |
| to | 54 | mm/memory.c | #define copy_page(from,to) \ |
| to | 55 | mm/memory.c | __asm__("cld ; rep ; movsl"::"S" (from),"D" (to),"c" (1024):"cx","di","si") |
| to | 295 | mm/memory.c | int remap_page_range(unsigned long from, unsigned long to, unsigned long size, |
| to | 302 | mm/memory.c | if ((from & 0xfff) || (to & 0xfff)) |
| to | 356 | mm/memory.c | if (mask == 4 || to >= high_memory || !mem_map[MAP_NR(to)]) |
| to | 360 | mm/memory.c | *page_table++ = (to | mask); |
| to | 361 | mm/memory.c | if (!(mem_map[MAP_NR(to)] & MAP_PAGE_RESERVED)) |
| to | 362 | mm/memory.c | mem_map[MAP_NR(to)]++; |
| to | 364 | mm/memory.c | to += PAGE_SIZE; |
| to | 567 | mm/memory.c | unsigned long to; |
| to | 594 | mm/memory.c | to = *(unsigned long *) to_page; |
| to | 595 | mm/memory.c | if (!(to & 1)) { |
| to | 596 | mm/memory.c | to = get_free_page(GFP_KERNEL); |
| to | 597 | mm/memory.c | if (!to) { |
| to | 601 | mm/memory.c | *(unsigned long *) to_page = to | PAGE_ACCESSED | 7; |
| to | 603 | mm/memory.c | to &= 0xfffff000; |
| to | 604 | mm/memory.c | to_page = to + ((address>>10) & 0xffc); |
| to | 231 | net/tcp/dev.c | unsigned char *to; |
| to | 253 | net/tcp/dev.c | to = (unsigned char *)(skb+1); |
| to | 258 | net/tcp/dev.c | memcpy (to, buff, amount); |
| to | 261 | net/tcp/dev.c | to += amount; |
| to | 219 | net/tcp/packet.c | packet_recvfrom (volatile struct sock *sk, unsigned char *to, int len, |
| to | 277 | net/tcp/packet.c | verify_area (to, copied); |
| to | 278 | net/tcp/packet.c | memcpy_tofs (to, skb+1, copied); |
| to | 356 | net/tcp/raw.c | raw_recvfrom (volatile struct sock *sk, unsigned char *to, int len, |
| to | 366 | net/tcp/raw.c | " sin=%X, addr_len=%X)\n", sk, to, len, noblock, |
| to | 417 | net/tcp/raw.c | verify_area (to, copied); |
| to | 418 | net/tcp/raw.c | memcpy_tofs (to, skb->h.raw, copied); |
| to | 111 | net/tcp/sock.h | int (*read)(volatile struct sock *sk, unsigned char *to, int len, |
| to | 113 | net/tcp/sock.h | int (*write)(volatile struct sock *sk, unsigned char *to, int len, |
| to | 994 | net/tcp/tcp.c | unsigned char *to, int len, unsigned flags) |
| to | 999 | net/tcp/tcp.c | sk, to, len, flags); |
| to | 1068 | net/tcp/tcp.c | verify_area (to, amt); |
| to | 1069 | net/tcp/tcp.c | memcpy_tofs (to, (unsigned char *)(skb->h.th) + |
| to | 1088 | net/tcp/tcp.c | tcp_read(volatile struct sock *sk, unsigned char *to, |
| to | 1116 | net/tcp/tcp.c | return (tcp_read_urg (sk, nonblock, to, len, flags)); |
| to | 1126 | net/tcp/tcp.c | sk, to, len, nonblock, flags); |
| to | 1243 | net/tcp/tcp.c | verify_area (to, used); |
| to | 1244 | net/tcp/tcp.c | memcpy_tofs(to, ((unsigned char *)skb->h.th) + |
| to | 1250 | net/tcp/tcp.c | to += used; |
| to | 1382 | net/tcp/tcp.c | tcp_recvfrom (volatile struct sock *sk, unsigned char *to, |
| to | 1386 | net/tcp/tcp.c | int result = tcp_read(sk, to, to_len, nonblock, flags); |
| to | 509 | net/tcp/udp.c | udp_recvfrom (volatile struct sock *sk, unsigned char *to, int len, |
| to | 576 | net/tcp/udp.c | verify_area (to, copied); |
| to | 577 | net/tcp/udp.c | memcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied); |