taglinefilesource code
this2874drivers/block/floppy.cstruct floppy_raw_cmd *next,*this;
this2876drivers/block/floppy.cthis = *ptr;
this2878drivers/block/floppy.cwhile(this) {
this2879drivers/block/floppy.cif (this->buffer_length) {
this2880drivers/block/floppy.cfree_pages((unsigned long)this->kernel_data,
this2881drivers/block/floppy.c__get_order(this->buffer_length));
this2882drivers/block/floppy.cthis->buffer_length = 0;
this2884drivers/block/floppy.cnext = this->next;
this2885drivers/block/floppy.ckfree(this);
this2886drivers/block/floppy.cthis = next;
this276drivers/net/i82586.hso we do not need to insert it.  Consistent with this
this895drivers/net/wavelan.cLeave this out until I can get it to work -- BJ.
this17include/linux/firewall.hint (*fw_forward)(struct firewall_ops *this, int pf, 
this19include/linux/firewall.hint (*fw_input)(struct firewall_ops *this, int pf, 
this21include/linux/firewall.hint (*fw_output)(struct firewall_ops *this, int pf, 
this16include/linux/notifier.hint (*notifier_call)(struct notifier_block *this, unsigned long, void *);
this97include/linux/skbuff.hvoid         (*destructor)(struct sk_buff *this);  /* Destruct function    */
this375net/appletalk/aarp.cstatic int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this666net/appletalk/ddp.cstatic int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this227net/ax25/af_ax25.cstatic int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr)
this578net/ipv4/arp.cint arp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this1696net/ipv4/ip_fw.cint ipfw_input_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr)
this1701net/ipv4/ip_fw.cint ipfw_forward_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr)
this1064net/ipv4/ip_output.cstatic int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr)
this671net/ipv4/ipmr.cstatic int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this330net/ipv4/packet.cstatic int packet_unbind(struct notifier_block *this, unsigned long msg, void *data)
this332net/ipv4/packet.cstruct inet_packet_opt *ipo=(struct inet_packet_opt *)this;
this161net/ipv4/rarp.cstatic int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this127net/netrom/af_netrom.cstatic int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr)