| tag | line | file | source code |
| ptr | 62 | fs/proc/array.c | static unsigned long get_phys_addr(struct task_struct ** p, unsigned long ptr) |
| ptr | 66 | fs/proc/array.c | if (!p || !*p || ptr >= TASK_SIZE) |
| ptr | 69 | fs/proc/array.c | page += (ptr >> 20) & 0xffc; |
| ptr | 74 | fs/proc/array.c | page += (ptr >> 10) & 0xffc; |
| ptr | 79 | fs/proc/array.c | page += ptr & 0xfff; |
| ptr | 446 | kernel/blk_drv/scsi/aha1542.c | unsigned char * ptr; |
| ptr | 457 | kernel/blk_drv/scsi/aha1542.c | unsigned char * ptr; |
| ptr | 464 | kernel/blk_drv/scsi/aha1542.c | ptr = (unsigned char *) &cptr[i]; |
| ptr | 465 | kernel/blk_drv/scsi/aha1542.c | for(i=0;i<18;i++) printk("%02x ", ptr[i]); |
| ptr | 475 | kernel/blk_drv/scsi/aha1542.c | ptr = (unsigned char *) cptr; |
| ptr | 476 | kernel/blk_drv/scsi/aha1542.c | for(i=0;i<18;i++) printk("%02x ", ptr[i]); |
| ptr | 274 | kernel/blk_drv/scsi/aha1740.c | unsigned char * ptr; |
| ptr | 290 | kernel/blk_drv/scsi/aha1740.c | ptr = (unsigned char *) cptr; |
| ptr | 291 | kernel/blk_drv/scsi/aha1740.c | for(i=0;i<24;i++) printk("%02x ", ptr[i]); |
| ptr | 727 | kernel/blk_drv/scsi/fdomain.c | outb( *current_SC->SCp.ptr++, Write_FIFO_port ); |
| ptr | 731 | kernel/blk_drv/scsi/fdomain.c | outsw( current_SC->SCp.ptr, data_count, Write_FIFO_port ); |
| ptr | 732 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr += 2 * data_count; |
| ptr | 740 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr = current_SC->SCp.buffer->address; |
| ptr | 763 | kernel/blk_drv/scsi/fdomain.c | *current_SC->SCp.ptr++ = inb( Read_FIFO_port ); |
| ptr | 767 | kernel/blk_drv/scsi/fdomain.c | insw( current_SC->SCp.ptr, data_count, Read_FIFO_port ); |
| ptr | 768 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr += 2 * data_count; |
| ptr | 775 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr = current_SC->SCp.buffer->address; |
| ptr | 875 | kernel/blk_drv/scsi/fdomain.c | *current_SC->SCp.ptr++ = inb( Read_FIFO_port ); |
| ptr | 879 | kernel/blk_drv/scsi/fdomain.c | insw( current_SC->SCp.ptr, data_count, Read_FIFO_port ); |
| ptr | 889 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr = current_SC->SCp.buffer->address; |
| ptr | 959 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr = current_SC->SCp.buffer->address; |
| ptr | 963 | kernel/blk_drv/scsi/fdomain.c | current_SC->SCp.ptr = current_SC->request_buffer; |
| ptr | 308 | kernel/blk_drv/scsi/scsi.h | char * ptr; /* data pointer */ |
| ptr | 403 | kernel/blk_drv/scsi/wd7000.c | any2scsi(sgb->ptr, sg[i].address); |
| ptr | 150 | kernel/blk_drv/scsi/wd7000.h | unchar ptr[3]; |
| ptr | 144 | net/tcp/arp.c | unsigned char *ptr; |
| ptr | 155 | net/tcp/arp.c | ptr = (unsigned char *)(arp+1); |
| ptr | 159 | net/tcp/arp.c | PRINTK ("0x%02X ",*ptr++); |
| ptr | 161 | net/tcp/arp.c | lptr = (void *)ptr; |
| ptr | 164 | net/tcp/arp.c | ptr = (void *)lptr; |
| ptr | 168 | net/tcp/arp.c | PRINTK ("0x%02X ",*ptr++); |
| ptr | 170 | net/tcp/arp.c | lptr = (void *)ptr; |
| ptr | 177 | net/tcp/arp.c | unsigned char *ptr; |
| ptr | 178 | net/tcp/arp.c | ptr = (unsigned char *)(arp + 1); |
| ptr | 179 | net/tcp/arp.c | return (ptr); |
| ptr | 185 | net/tcp/arp.c | unsigned char *ptr; |
| ptr | 186 | net/tcp/arp.c | ptr = (unsigned char *)(arp + 1); |
| ptr | 187 | net/tcp/arp.c | ptr += arp->hlen+4; |
| ptr | 188 | net/tcp/arp.c | return (ptr); |
| ptr | 195 | net/tcp/arp.c | unsigned char *ptr; |
| ptr | 196 | net/tcp/arp.c | ptr = (unsigned char *)(arp + 1); |
| ptr | 197 | net/tcp/arp.c | ptr += arp->hlen; |
| ptr | 198 | net/tcp/arp.c | lptr = (unsigned long *)ptr; |
| ptr | 207 | net/tcp/arp.c | unsigned char *ptr; |
| ptr | 208 | net/tcp/arp.c | ptr = (unsigned char *)(arp + 1); |
| ptr | 209 | net/tcp/arp.c | ptr += 2*arp->hlen+4; |
| ptr | 210 | net/tcp/arp.c | lptr = (unsigned long *)ptr; |
| ptr | 215 | net/tcp/arp.c | arp_free (void *ptr, unsigned long len) |
| ptr | 217 | net/tcp/arp.c | kfree_s(ptr, len); |
| ptr | 393 | net/tcp/ip.c | unsigned char *ptr; |
| ptr | 395 | net/tcp/ip.c | ptr = (unsigned char *)(iph+1); |
| ptr | 396 | net/tcp/ip.c | *ptr = 0; |
| ptr | 488 | net/tcp/ip.c | opt->tstamp.ptr = 0; |
| ptr | 594 | net/tcp/ip.c | opt->tstamp.ptr = (*buff-1)/4; |
| ptr | 802 | net/tcp/ip.c | unsigned char *ptr; |
| ptr | 815 | net/tcp/ip.c | ptr = (unsigned char *)(skb + 1); |
| ptr | 816 | net/tcp/ip.c | ptr += dev->hard_header_len; |
| ptr | 817 | net/tcp/ip.c | iph = (struct ip_header *)ptr; |
| ptr | 60 | net/tcp/ip.h | unsigned char ptr; |
| ptr | 115 | net/tcp/tcp.c | unsigned char *ptr; |
| ptr | 116 | net/tcp/tcp.c | ptr = (unsigned char *)(th + 1); |
| ptr | 127 | net/tcp/tcp.c | PRINTK ("options = %d %d %d %d\n", ptr[0], ptr[1], ptr[2], ptr[3]); |
| ptr | 1467 | net/tcp/tcp.c | unsigned char *ptr; |
| ptr | 1572 | net/tcp/tcp.c | ptr = (unsigned char *)(skb->h.th + 1); |
| ptr | 1573 | net/tcp/tcp.c | if (ptr[0] != 2 || ptr[1] != 4) |
| ptr | 1579 | net/tcp/tcp.c | newsk->mtu = min (ptr[2]*256+ptr[3]-HEADER_SIZE, |
| ptr | 1640 | net/tcp/tcp.c | ptr = (unsigned char *)(t1+1); |
| ptr | 1641 | net/tcp/tcp.c | ptr[0]=2; |
| ptr | 1642 | net/tcp/tcp.c | ptr[1]=4; |
| ptr | 1643 | net/tcp/tcp.c | ptr[2]=((dev->mtu - HEADER_SIZE) >> 8) & 0xff; |
| ptr | 1644 | net/tcp/tcp.c | ptr[3]=(dev->mtu - HEADER_SIZE) & 0xff; |
| ptr | 2556 | net/tcp/tcp.c | unsigned char *ptr; |
| ptr | 2613 | net/tcp/tcp.c | ptr=(unsigned char *)(t1+1); |
| ptr | 2614 | net/tcp/tcp.c | ptr[0]=2; |
| ptr | 2615 | net/tcp/tcp.c | ptr[1]=4; |
| ptr | 2616 | net/tcp/tcp.c | ptr[2]=(dev->mtu- HEADER_SIZE) >> 8; |
| ptr | 2617 | net/tcp/tcp.c | ptr[3]=(dev->mtu- HEADER_SIZE) & 0xff; |
| ptr | 2687 | net/tcp/tcp.c | unsigned char *ptr; |
| ptr | 2688 | net/tcp/tcp.c | ptr = (unsigned char *)(th + 1); |
| ptr | 2689 | net/tcp/tcp.c | if (ptr[0] != 2 || ptr[1] != 4) |
| ptr | 2694 | net/tcp/tcp.c | sk->mtu = min (sk->mtu, ptr[2]*256 + ptr[3] - HEADER_SIZE); |
| ptr | 532 | net/tcp/we.c | struct pt_regs *ptr; |
| ptr | 536 | net/tcp/we.c | ptr = (struct pt_regs *)reg_ptr; |
| ptr | 537 | net/tcp/we.c | irq = -(ptr->orig_eax+2); |