taglinefilesource code
this25arch/m68k/fpsp040/fpsp.h|  After initialization, the stack looks like this:
this175arch/m68k/fpsp040/fpsp.h|          ;on packed move outs.  NOTE: this
this307arch/m68k/fpsp040/fpsp.h|        this can only be used if in a data register
this2985drivers/block/floppy.cstruct floppy_raw_cmd *next,*this;
this2987drivers/block/floppy.cthis = *ptr;
this2989drivers/block/floppy.cwhile(this) {
this2990drivers/block/floppy.cif (this->buffer_length) {
this2991drivers/block/floppy.cfd_dma_mem_free((unsigned long)this->kernel_data,
this2992drivers/block/floppy.cthis->buffer_length);
this2993drivers/block/floppy.cthis->buffer_length = 0;
this2995drivers/block/floppy.cnext = this->next;
this2996drivers/block/floppy.ckfree(this);
this2997drivers/block/floppy.cthis = next;
this1532drivers/isdn/isdn_common.cdriver *this = dev->drv[di];
this1538drivers/isdn/isdn_common.cif (strlen(this->msn2eaz[i]))
this1539drivers/isdn/isdn_common.creturn (this->msn2eaz[i]);
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.
this517drivers/sbus/char/suncons.cvoid   (*loadcmap)(void *this, int index, int count);
this518drivers/sbus/char/suncons.cvoid   (*blank)(void *this);
this519drivers/sbus/char/suncons.cvoid   (*unblank)(void *this);
this161fs/ncpfs/dir.cstruct ncp_inode_info *this = root;
this167fs/ncpfs/dir.cif (ino == ncp_info_ino(server, this))
this169fs/ncpfs/dir.creturn this;
this171fs/ncpfs/dir.cthis = this->next;
this173fs/ncpfs/dir.cwhile (this != root);
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, 
this77include/linux/net_alias.h(struct net_alias_type *this, struct sockaddr*);  
this79include/linux/net_alias.h(struct net_alias_type *this, struct device *, struct sockaddr *);
this81include/linux/net_alias.h(struct net_alias_type *this, struct device *, struct sockaddr *sa);
this83include/linux/net_alias.h(struct net_alias_type *this,struct net_alias *alias, struct sockaddr *sa);
this85include/linux/net_alias.h(struct net_alias_type *this, struct net_alias *alias);
this87include/linux/net_alias.h(struct net_alias_type *this, struct net_alias *alias, char *buf, int len);
this16include/linux/notifier.hint (*notifier_call)(struct notifier_block *this, unsigned long, void *);
this113include/linux/skbuff.hvoid     (*destructor)(struct sk_buff *this);  /* Destruct function    */
this373net/appletalk/aarp.cstatic int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this711net/appletalk/ddp.cstatic int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this239net/ax25/af_ax25.cstatic int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr)
this982net/core/net_alias.cint net_alias_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this770net/ipv4/arp.cint arp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this44net/ipv4/ip_alias.cstatic int ip_alias_init_1(struct net_alias_type *this, struct net_alias *alias, struct sockaddr *sa)
this57net/ipv4/ip_alias.cstatic int ip_alias_done_1(struct net_alias_type *this, struct net_alias *alias)
this70net/ipv4/ip_alias.cint ip_alias_print_1(struct net_alias_type *this, struct net_alias *alias, char *buf, int len)
this79net/ipv4/ip_alias.cstruct device *ip_alias_dev_select(struct net_alias_type *this, struct device *main_dev, struct sockaddr *sa)
this1107net/ipv4/ip_fw.cint ipfw_input_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
this1112net/ipv4/ip_fw.cint ipfw_output_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
this1117net/ipv4/ip_fw.cint ipfw_forward_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
this1136net/ipv4/ip_fw.cint ipfw_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this1071net/ipv4/ip_output.cstatic int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr)
this672net/ipv4/ipmr.cstatic int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this351net/ipv4/packet.cstatic int packet_unbind(struct notifier_block *this, unsigned long msg, void *data)
this353net/ipv4/packet.cstruct inet_packet_opt *ipo=(struct inet_packet_opt *)this;
this162net/ipv4/rarp.cstatic int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
this121net/netrom/af_netrom.cstatic int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr)