tag | line | file | source code |
this | 2870 | drivers/block/floppy.c | struct floppy_raw_cmd *next,*this; |
this | 2872 | drivers/block/floppy.c | this = *ptr; |
this | 2874 | drivers/block/floppy.c | while(this) { |
this | 2875 | drivers/block/floppy.c | if (this->buffer_length) { |
this | 2876 | drivers/block/floppy.c | free_pages((unsigned long)this->kernel_data, |
this | 2877 | drivers/block/floppy.c | __get_order(this->buffer_length)); |
this | 2878 | drivers/block/floppy.c | this->buffer_length = 0; |
this | 2880 | drivers/block/floppy.c | next = this->next; |
this | 2881 | drivers/block/floppy.c | kfree(this); |
this | 2882 | drivers/block/floppy.c | this = next; |
this | 1489 | drivers/isdn/isdn_common.c | driver *this = dev->drv[di]; |
this | 1495 | drivers/isdn/isdn_common.c | if (strlen(this->msn2eaz[i])) |
this | 1496 | drivers/isdn/isdn_common.c | return (this->msn2eaz[i]); |
this | 276 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
this | 895 | drivers/net/wavelan.c | Leave this out until I can get it to work -- BJ. |
this | 161 | fs/ncpfs/dir.c | struct ncp_inode_info *this = root; |
this | 167 | fs/ncpfs/dir.c | if (ino == ncp_info_ino(server, this)) |
this | 169 | fs/ncpfs/dir.c | return this; |
this | 171 | fs/ncpfs/dir.c | this = this->next; |
this | 173 | fs/ncpfs/dir.c | while (this != root); |
this | 17 | include/linux/firewall.h | int (*fw_forward)(struct firewall_ops *this, int pf, |
this | 19 | include/linux/firewall.h | int (*fw_input)(struct firewall_ops *this, int pf, |
this | 21 | include/linux/firewall.h | int (*fw_output)(struct firewall_ops *this, int pf, |
this | 77 | include/linux/net_alias.h | (struct net_alias_type *this, struct sockaddr*); |
this | 79 | include/linux/net_alias.h | (struct net_alias_type *this, struct device *, struct sockaddr *); |
this | 81 | include/linux/net_alias.h | (struct net_alias_type *this, struct device *, struct sockaddr *sa); |
this | 83 | include/linux/net_alias.h | (struct net_alias_type *this,struct net_alias *alias, struct sockaddr *sa); |
this | 85 | include/linux/net_alias.h | (struct net_alias_type *this, struct net_alias *alias); |
this | 87 | include/linux/net_alias.h | (struct net_alias_type *this, struct net_alias *alias, char *buf, int len); |
this | 16 | include/linux/notifier.h | int (*notifier_call)(struct notifier_block *this, unsigned long, void *); |
this | 110 | include/linux/skbuff.h | void (*destructor)(struct sk_buff *this); /* Destruct function */ |
this | 373 | net/appletalk/aarp.c | static int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 710 | net/appletalk/ddp.c | static int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 236 | net/ax25/af_ax25.c | static int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr) |
this | 982 | net/core/net_alias.c | int net_alias_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 770 | net/ipv4/arp.c | int arp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 44 | net/ipv4/ip_alias.c | static int ip_alias_init_1(struct net_alias_type *this, struct net_alias *alias, struct sockaddr *sa) |
this | 57 | net/ipv4/ip_alias.c | static int ip_alias_done_1(struct net_alias_type *this, struct net_alias *alias) |
this | 70 | net/ipv4/ip_alias.c | int ip_alias_print_1(struct net_alias_type *this, struct net_alias *alias, char *buf, int len) |
this | 79 | net/ipv4/ip_alias.c | struct device *ip_alias_dev_select(struct net_alias_type *this, struct device *main_dev, struct sockaddr *sa) |
this | 1624 | net/ipv4/ip_fw.c | int ipfw_input_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr) |
this | 1629 | net/ipv4/ip_fw.c | int ipfw_output_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr) |
this | 1634 | net/ipv4/ip_fw.c | int ipfw_forward_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr) |
this | 1653 | net/ipv4/ip_fw.c | int ipfw_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 1067 | net/ipv4/ip_output.c | static int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 672 | net/ipv4/ipmr.c | static int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 351 | net/ipv4/packet.c | static int packet_unbind(struct notifier_block *this, unsigned long msg, void *data) |
this | 353 | net/ipv4/packet.c | struct inet_packet_opt *ipo=(struct inet_packet_opt *)this; |
this | 162 | net/ipv4/rarp.c | static int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 121 | net/netrom/af_netrom.c | static int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |