tag | line | file | source code |
h | 14 | arch/ppc/kernel/mmu.h | unsigned long h:1; /* Hash algorithm indicator */ |
h | 562 | arch/ppc/mm/init.c | int hash, page_index, segment, i, h, _h, api, vsid, perms; |
h | 601 | arch/ppc/mm/init.c | if (_pte->v && _pte->vsid == vsid && _pte->h == _h && _pte->api == api) |
h | 603 | arch/ppc/mm/init.c | h = _h; |
h | 609 | arch/ppc/mm/init.c | h = _h; |
h | 622 | arch/ppc/mm/init.c | printk("Map VA: %08X, Slot: %08X[%08X/%08X], H: %d\n", va, slot, slot0, slot1, h); |
h | 627 | arch/ppc/mm/init.c | printk(" V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); |
h | 633 | arch/ppc/mm/init.c | printk(" V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp); |
h | 652 | arch/ppc/mm/init.c | _printk("Map VA: %08X, Slot: %08X[%08X/%08X], H: %d\n", va, slot, slot0, slot1, h); |
h | 659 | arch/ppc/mm/init.c | slot->h = h; |
h | 14 | arch/ppc/mm/mmu.h | unsigned long h:1; /* Hash algorithm indicator */ |
h | 288 | drivers/block/ide.c | unsigned int h, unit; |
h | 295 | drivers/block/ide.c | for (h = 0; h < 16; ++h) |
h | 296 | drivers/block/ide.c | irq_to_hwgroup[h] = NULL; |
h | 304 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 305 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 308 | drivers/block/ide.c | hwif->noprobe = (h > 1); |
h | 309 | drivers/block/ide.c | hwif->io_base = default_io_base[h]; |
h | 315 | drivers/block/ide.c | hwif->major = ide_hwif_to_major[h]; |
h | 319 | drivers/block/ide.c | hwif->name[3] = '0' + h; |
h | 336 | drivers/block/ide.c | drive->name[2] = 'a' + (h * MAX_DRIVES) + unit; |
h | 1600 | drivers/block/ide.c | unsigned int h; |
h | 1602 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 1603 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 3026 | drivers/block/ide.c | int h; |
h | 3047 | drivers/block/ide.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 3048 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 3056 | drivers/block/ide.c | if (!(hwif->irq = default_irqs[h])) { |
h | 3074 | drivers/block/ide.c | for (h = MAX_HWIFS-1; h >= 0; --h) { |
h | 3076 | drivers/block/ide.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 326 | drivers/block/triton.c | int rc = 0, h; |
h | 368 | drivers/block/triton.c | for (h = 0; h < MAX_HWIFS; ++h) { |
h | 369 | drivers/block/triton.c | ide_hwif_t *hwif = &ide_hwifs[h]; |
h | 444 | drivers/char/consolemap.c | int h; |
h | 467 | drivers/char/consolemap.c | (h = p2[ucs & 0x3f]) < MAX_GLYPH ) |
h | 468 | drivers/char/consolemap.c | return h; |
h | 192 | drivers/net/plip.c | unsigned short h; |
h | 537 | drivers/net/plip.c | if (rcv->length.h > dev->mtu + dev->hard_header_len |
h | 538 | drivers/net/plip.c | || rcv->length.h < 8) { |
h | 539 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); |
h | 543 | drivers/net/plip.c | rcv->skb = dev_alloc_skb(rcv->length.h); |
h | 548 | drivers/net/plip.c | skb_put(rcv->skb,rcv->length.h); |
h | 560 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
h | 731 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
h | 913 | drivers/net/plip.c | snd->length.h = skb->len; |
h | 221 | drivers/net/tunnel.c | iph=skb2->h.iph=(struct iphdr *)skb2->data; |
h | 223 | drivers/net/tunnel.c | memcpy(skb2->h.iph, skb->data, ip_header_len ); |
h | 666 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 667 | drivers/scsi/53c7,8xx.c | for (h = first_host; h && h->host_no != host; h = h->next); |
h | 668 | drivers/scsi/53c7,8xx.c | if (!h) { |
h | 671 | drivers/scsi/53c7,8xx.c | } else if (h->hostt != the_template) { |
h | 675 | drivers/scsi/53c7,8xx.c | return h; |
h | 694 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 701 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) |
h | 703 | drivers/scsi/53c7,8xx.c | else if (h->this_id == target) { |
h | 708 | drivers/scsi/53c7,8xx.c | else if (target > h->max_id) { |
h | 710 | drivers/scsi/53c7,8xx.c | h->max_id); |
h | 714 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *)h->hostdata; |
h | 742 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *h; |
h | 744 | drivers/scsi/53c7,8xx.c | if (!(h = find_host (host))) |
h | 746 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *) h->hostdata; |
h | 3171 | drivers/scsi/53c7,8xx.c | {DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2), |
h | 43 | fs/dcache.c | struct hash_list h; |
h | 115 | fs/dcache.c | if (de->h.next) { |
h | 116 | fs/dcache.c | de->h.next->h.prev = de->h.prev; |
h | 117 | fs/dcache.c | de->h.prev->h.next = de->h.next; |
h | 118 | fs/dcache.c | de->h.next = NULL; |
h | 124 | fs/dcache.c | de->h.next = hash->next; |
h | 125 | fs/dcache.c | de->h.prev = (struct dir_cache_entry *) hash; |
h | 126 | fs/dcache.c | hash->next->h.prev = de; |
h | 137 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
h | 56 | fs/inode.c | struct inode_hash_entry *h; |
h | 57 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 59 | fs/inode.c | inode->i_hash_next = h->inode; |
h | 63 | fs/inode.c | h->inode = inode; |
h | 68 | fs/inode.c | struct inode_hash_entry *h; |
h | 69 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 71 | fs/inode.c | if (h->inode == inode) |
h | 72 | fs/inode.c | h->inode = inode->i_hash_next; |
h | 519 | fs/inode.c | struct inode_hash_entry * h; |
h | 525 | fs/inode.c | h = hash(sb->s_dev, nr); |
h | 527 | fs/inode.c | for (inode = h->inode; inode ; inode = inode->i_hash_next) |
h | 531 | fs/inode.c | h->updating++; |
h | 533 | fs/inode.c | if (!--h->updating) |
h | 570 | fs/inode.c | while (h->updating) |
h | 208 | fs/nfs/nfsroot.c | struct arphdr *rarp = (struct arphdr *)skb->h.raw; |
h | 311 | include/asm-alpha/lca.h | struct el_common h; /* common logout header */ |
h | 321 | include/asm-alpha/lca.h | struct el_common h; /* common logout header */ |
h | 178 | include/asm-mips/io.h | __IN(unsigned short,h,w) |
h | 182 | include/asm-mips/io.h | __OUT(h,w) |
h | 186 | include/asm-mips/io.h | __INS(h,w,2) |
h | 190 | include/asm-mips/io.h | __OUTS(h,w,2) |
h | 14 | include/asm-ppc/mmu.h | unsigned long h:1; /* Hash algorithm indicator */ |
h | 45 | include/asm-ppc/string.h | register const char *h = begin; |
h | 48 | include/asm-ppc/string.h | if (*h != *n) |
h | 50 | include/asm-ppc/string.h | while (--n >= needle && --h >= haystack); |
h | 52 | include/asm-ppc/string.h | return (char *) h; |
h | 57 | include/linux/skbuff.h | } h; |
h | 286 | lib/inflate.c | int h; /* table level */ |
h | 371 | lib/inflate.c | h = -1; /* no tables yet--level -1 */ |
h | 391 | lib/inflate.c | h++; |
h | 415 | lib/inflate.c | if (h) |
h | 423 | lib/inflate.c | u[h] = ++q; /* table starts after link */ |
h | 427 | lib/inflate.c | if (h) |
h | 429 | lib/inflate.c | x[h] = i; /* save pattern for backing up */ |
h | 434 | lib/inflate.c | u[h-1][j] = r; /* connect to last table */ |
h | 468 | lib/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
h | 470 | lib/inflate.c | h--; /* don't need to update q */ |
h | 956 | lib/inflate.c | unsigned h; /* maximum struct huft's malloc'ed */ |
h | 966 | lib/inflate.c | h = 0; |
h | 975 | lib/inflate.c | if (hufts > h) |
h | 976 | lib/inflate.c | h = hufts; |
h | 993 | lib/inflate.c | fprintf(stderr, "<%u> ", h); |
h | 526 | mm/mmap.c | int h, hl, hr; |
h | 532 | mm/mmap.c | h = tree->vm_avl_height; |
h | 535 | mm/mmap.c | if ((h == hl+1) && (hr <= hl) && (hl <= hr+1)) |
h | 537 | mm/mmap.c | if ((h == hr+1) && (hl <= hr) && (hr <= hl+1)) |
h | 34 | net/802/p8022.c | proto = find_8022_client(*(skb->h.raw)); |
h | 36 | net/802/p8022.c | skb->h.raw += 3; |
h | 53 | net/802/psnap.c | proto = find_snap_client(skb->h.raw); |
h | 60 | net/802/psnap.c | skb->h.raw += 5; |
h | 598 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; |
h | 1363 | net/appletalk/ddp.c | struct ddpehdr *ddp=(void *)skb->h.raw; |
h | 1674 | net/appletalk/ddp.c | skb->h.raw = skb->data + ddp_dl->header_length + dev->hard_header_len; |
h | 1718 | net/appletalk/ddp.c | ddp = (struct ddpehdr *)(skb->h.raw); |
h | 1380 | net/ax25/af_ax25.c | skb->h.raw = skb->data; |
h | 1384 | net/ax25/af_ax25.c | if(call_in_firewall(PF_AX25, skb, skb->h.raw)!=FW_ACCEPT) |
h | 1469 | net/ax25/af_ax25.c | skb->h.raw = skb->data + 2; /* skip control and pid */ |
h | 1814 | net/ax25/af_ax25.c | skb->h.raw = asmptr; |
h | 1856 | net/ax25/af_ax25.c | length = skb->len + (skb->data - skb->h.raw); |
h | 1861 | net/ax25/af_ax25.c | skb->h.raw = skb->data; |
h | 90 | net/ax25/ax25_in.c | skbn->h.raw = skbn->data; |
h | 93 | net/ax25/ax25_in.c | hdrlen = skbo->data - skbo->h.raw; |
h | 147 | net/ax25/ax25_in.c | skb->h.raw = skb->data; |
h | 168 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
h | 178 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
h | 402 | net/core/dev.c | skb2->h.raw = skb2->data + dev->hard_header_len; |
h | 670 | net/core/dev.c | skb->h.raw = skb->data; |
h | 670 | net/core/skbuff.c | n->h.raw=skb->h.raw+offset; |
h | 780 | net/ipv4/arp.c | struct arphdr *arp = (struct arphdr *)skb->h.raw; |
h | 640 | net/ipv4/icmp.c | struct icmphdr *icmph=(void *)skb->h.raw; |
h | 411 | net/ipv4/igmp.c | ih=(struct igmphdr *)skb->h.raw; |
h | 413 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl>1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) |
h | 109 | net/ipv4/ip_forward.c | fw_res=call_fw_firewall(PF_INET, skb, skb->h.iph); |
h | 133 | net/ipv4/ip_forward.c | iph = skb->h.iph; |
h | 295 | net/ipv4/ip_forward.c | skb2->h.raw = ptr; |
h | 300 | net/ipv4/ip_forward.c | memcpy(ptr, skb->h.raw, skb->len); |
h | 302 | net/ipv4/ip_forward.c | iph = skb2->ip_hdr = skb2->h.iph; |
h | 364 | net/ipv4/ip_fragment.c | skb->h.raw = skb->data; |
h | 368 | net/ipv4/ip_fragment.c | ptr = (unsigned char *) skb->h.raw; |
h | 395 | net/ipv4/ip_fragment.c | iph = skb->h.iph; |
h | 727 | net/ipv4/ip_fragment.c | skb2->h.raw=(char *) skb2->data; |
h | 747 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw, raw, hlen); |
h | 752 | net/ipv4/ip_fragment.c | memcpy(skb2->h.raw + hlen, ptr, len); |
h | 755 | net/ipv4/ip_fragment.c | skb2->h.raw+=dev->hard_header_len; |
h | 760 | net/ipv4/ip_fragment.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); |
h | 596 | net/ipv4/ip_fw.c | struct iphdr *iph = skb->h.iph; |
h | 635 | net/ipv4/ip_fw.c | while (skb->len - ((unsigned char *)data - skb->h.raw) > 18) |
h | 745 | net/ipv4/ip_fw.c | skb2->h.raw = skb2->data + (skb->h.raw - skb->data); |
h | 746 | net/ipv4/ip_fw.c | iph=skb2->h.iph; |
h | 793 | net/ipv4/ip_fw.c | struct iphdr *iph = skb->h.iph; |
h | 853 | net/ipv4/ip_fw.c | size = skb->len - ((unsigned char *)portptr - skb->h.raw); |
h | 873 | net/ipv4/ip_fw.c | iph = skb->h.iph; |
h | 875 | net/ipv4/ip_fw.c | size = skb->len - ((unsigned char *)portptr-skb->h.raw); |
h | 910 | net/ipv4/ip_fw.c | struct iphdr *iph = skb_ptr->h.iph; |
h | 913 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
h | 948 | net/ipv4/ip_fw.c | int size = skb_ptr->len - ((unsigned char *)portptr - skb_ptr->h.raw); |
h | 199 | net/ipv4/ip_input.c | struct iphdr *iph = skb->h.iph; |
h | 415 | net/ipv4/ip_input.c | struct iphdr *iph=skb->h.iph; |
h | 441 | net/ipv4/ip_input.c | iph=skb->h.iph; |
h | 449 | net/ipv4/ip_input.c | skb->h.raw += iph->ihl*4; |
h | 74 | net/ipv4/ipip.c | skb->h.iph=(struct iphdr *)skb->data; |
h | 267 | net/ipv4/ipmr.c | skb->h.iph=skb->ip_hdr; |
h | 713 | net/ipv4/ipmr.c | skb->raddr=skb->h.iph->daddr; |
h | 125 | net/ipv4/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; |
h | 1169 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 1174 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 1194 | net/ipv4/tcp.c | if (skb->h.th->urg) |
h | 1196 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; |
h | 1367 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
h | 1852 | net/ipv4/tcp.c | hdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data) |
h | 1993 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
h | 1994 | net/ipv4/tcp.c | tmp = tcp_build_header(skb->h.th, sk, seglen-copy); |
h | 2006 | net/ipv4/tcp.c | skb->h.th->urg = 1; |
h | 2007 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); |
h | 2350 | net/ipv4/tcp.c | if (skb->h.th->syn) |
h | 2354 | net/ipv4/tcp.c | if (skb->h.th->fin) |
h | 2461 | net/ipv4/tcp.c | memcpy_toiovec(msg->msg_iov,((unsigned char *)skb->h.th) + |
h | 2462 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
h | 2483 | net/ipv4/tcp.c | if (skb->h.th->fin) |
h | 2933 | net/ipv4/tcp.c | th = skb->h.th; |
h | 3045 | net/ipv4/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
h | 3046 | net/ipv4/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
h | 3124 | net/ipv4/tcp.c | tcp_options(newsk,skb->h.th); |
h | 3171 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
h | 3177 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
h | 4084 | net/ipv4/tcp.c | th = skb->h.th; |
h | 4148 | net/ipv4/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
h | 4269 | net/ipv4/tcp.c | if (skb->h.th->fin) |
h | 4271 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
h | 4294 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
h | 4296 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
h | 4806 | net/ipv4/tcp.c | th = skb->h.th; |
h | 4848 | net/ipv4/tcp.c | skb_pull(skb, skb->h.raw-skb->data); |
h | 538 | net/ipv4/udp.c | sin->sin_port = skb->h.uh->source; |
h | 610 | net/ipv4/udp.c | uh = (struct udphdr *) skb->h.uh; |
h | 354 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 463 | net/ipx/af_ipx.c | int in_offset = skb->h.raw - skb->head; |
h | 478 | net/ipx/af_ipx.c | skb2->h.raw=skb_put(skb2,skb->len); |
h | 481 | net/ipx/af_ipx.c | memcpy(skb2->h.raw, skb->h.raw, skb->len); |
h | 489 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 579 | net/ipx/af_ipx.c | dump_pkt("IPX snd:", (ipx_packet *)skb->h.raw); |
h | 580 | net/ipx/af_ipx.c | dump_data("ETH hdr:", skb->data, skb->h.raw - skb->data); |
h | 604 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 1105 | net/ipx/af_ipx.c | skb->h.raw = (unsigned char *)ipx; |
h | 1131 | net/ipx/af_ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 1742 | net/ipx/af_ipx.c | ipx=(ipx_packet *)skb->h.raw; |
h | 1848 | net/ipx/af_ipx.c | ipx = (ipx_packet *)(skb->h.raw); |
h | 939 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 951 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 1107 | net/netrom/af_netrom.c | skb->h.raw = skb_put(skb, len); |
h | 1109 | net/netrom/af_netrom.c | asmptr = skb->h.raw; |
h | 1159 | net/netrom/af_netrom.c | skb->h.raw = skb->data; |
h | 70 | net/netrom/nr_dev.c | skb->h.raw = skb->data; |
h | 74 | net/netrom/nr_in.c | skbn->h.raw = skbn->data; |