| tag | line | file | source code |
| pt | 1000 | drivers/scsi/fdomain.c | char *pt; |
| pt | 1005 | drivers/scsi/fdomain.c | pt = strrchr( buffer, '$') - 1; |
| pt | 1006 | drivers/scsi/fdomain.c | if (!pt) /* Stripped RCS Revision string? */ |
| pt | 1007 | drivers/scsi/fdomain.c | pt = buffer + strlen( buffer ) - 1; |
| pt | 1008 | drivers/scsi/fdomain.c | if (*pt != ' ') |
| pt | 1009 | drivers/scsi/fdomain.c | ++pt; |
| pt | 1010 | drivers/scsi/fdomain.c | *pt = '\0'; |
| pt | 760 | fs/umsdos/dir.c | char *pt = path; |
| pt | 766 | fs/umsdos/dir.c | char *start = pt; |
| pt | 768 | fs/umsdos/dir.c | while (*pt != '\0' && *pt != '/') pt++; |
| pt | 769 | fs/umsdos/dir.c | len = (int)(pt - start); |
| pt | 770 | fs/umsdos/dir.c | if (*pt == '/') *pt++ = '\0'; |
| pt | 778 | fs/umsdos/dir.c | if (ret == 0 && *pt != '\0'){ |
| pt | 77 | fs/umsdos/mangle.c | char *pt = info->fake.fname + info->fake.len; |
| pt | 97 | fs/umsdos/mangle.c | *pt++ = '.'; |
| pt | 98 | fs/umsdos/mangle.c | *pt++ = lookup3 [u.num.num3]; |
| pt | 99 | fs/umsdos/mangle.c | *pt++ = lookup12[u.num.num2]; |
| pt | 100 | fs/umsdos/mangle.c | *pt++ = lookup12[u.num.num1]; |
| pt | 101 | fs/umsdos/mangle.c | *pt = '\0'; /* help doing printk */ |
| pt | 196 | fs/umsdos/mangle.c | const char *pt = fname; |
| pt | 198 | fs/umsdos/mangle.c | while (pt < endpt){ |
| pt | 199 | fs/umsdos/mangle.c | if (*pt == '.'){ |
| pt | 205 | fs/umsdos/mangle.c | int extlen = (int)(endpt - pt); |
| pt | 206 | fs/umsdos/mangle.c | firstpt = pt; |
| pt | 248 | fs/umsdos/mangle.c | }else if (lkp[(unsigned char)(*pt)] != *pt){ |
| pt | 252 | fs/umsdos/mangle.c | pt++; |
| pt | 287 | fs/umsdos/mangle.c | char *pt = info->fake.fname; |
| pt | 294 | fs/umsdos/mangle.c | for (i=0; i<msdos_len; i++, pt++) *pt = lkp[(unsigned char)(*pt)]; |
| pt | 295 | fs/umsdos/mangle.c | *pt = '\0'; /* GLU C'est sur on a un 0 a la fin */ |
| pt | 197 | include/linux/netdevice.h | extern void dev_add_pack(struct packet_type *pt); |
| pt | 198 | include/linux/netdevice.h | extern void dev_remove_pack(struct packet_type *pt); |
| pt | 9 | include/net/arp.h | struct packet_type *pt); |
| pt | 90 | include/net/ip.h | struct packet_type *pt); |
| pt | 48 | include/net/ipx.h | extern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt); |
| pt | 8 | include/net/rarp.h | struct packet_type *pt); |
| pt | 30 | net/802/p8022.c | p8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 38 | net/802/p8022.c | return proto->rcvfunc(skb, dev, pt); |
| pt | 40 | net/802/psnap.c | int snap_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 563 | net/appletalk/aarp.c | static int aarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 1334 | net/appletalk/ddp.c | int atalk_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 194 | net/ax25/ax25_route.c | ax25_uid_assoc *pt; |
| pt | 203 | net/ax25/ax25_route.c | for (pt = ax25_uid_list; pt != NULL; pt = pt->next) { |
| pt | 204 | net/ax25/ax25_route.c | len += sprintf(buffer + len, "%6d %s\n", pt->uid, ax2asc(&pt->call)); |
| pt | 135 | net/core/dev.c | void dev_add_pack(struct packet_type *pt) |
| pt | 138 | net/core/dev.c | if(pt->type==htons(ETH_P_ALL)) |
| pt | 141 | net/core/dev.c | pt->next=ptype_all; |
| pt | 142 | net/core/dev.c | ptype_all=pt; |
| pt | 146 | net/core/dev.c | hash=ntohs(pt->type)&15; |
| pt | 147 | net/core/dev.c | pt->next = ptype_base[hash]; |
| pt | 148 | net/core/dev.c | ptype_base[hash] = pt; |
| pt | 157 | net/core/dev.c | void dev_remove_pack(struct packet_type *pt) |
| pt | 160 | net/core/dev.c | if(pt->type==htons(ETH_P_ALL)) |
| pt | 166 | net/core/dev.c | pt1=&ptype_base[ntohs(pt->type)&15]; |
| pt | 169 | net/core/dev.c | if(pt==(*pt1)) |
| pt | 171 | net/core/dev.c | *pt1=pt->next; |
| pt | 175 | net/core/dev.c | printk("dev_remove_pack: %p not found.\n", pt); |
| pt | 586 | net/ipv4/arp.c | int arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 1284 | net/ipv4/ip.c | int ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 73 | net/ipv4/packet.c | int packet_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 83 | net/ipv4/packet.c | sk = (struct sock *) pt->data; |
| pt | 187 | net/ipv4/rarp.c | int rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 1650 | net/ipx/af_ipx.c | int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 1674 | net/ipx/af_ipx.c | intrfc = ipxitf_find_using_phys(dev, pt->type); |
| pt | 1677 | net/ipx/af_ipx.c | intrfc = ipxitf_auto_create(dev, pt->type); |