tag | line | file | source code |
self | 266 | arch/alpha/kernel/bios32.c | if (bus->self) { |
self | 267 | arch/alpha/kernel/bios32.c | struct pci_dev *bridge = bus->self; |
self | 217 | drivers/net/ppp.c | static int ppp_dev_input (struct protocol *self, struct protocol *lower, |
self | 219 | drivers/net/ppp.c | static int ppp_dev_output (struct protocol *self, sk_buff *skb, int type, |
self | 3232 | drivers/net/ppp.c | static int ppp_dev_input (struct protocol *self, struct protocol *lower, |
self | 3235 | drivers/net/ppp.c | return protocol_pass_demultiplex(self, NULL, skb, NULL, NULL); |
self | 3238 | drivers/net/ppp.c | static int ppp_dev_output (struct protocol *self, sk_buff *skb, int type, |
self | 796 | drivers/pci/pci.c | child->self = dev; |
self | 229 | fs/hpfs/hpfs.h | dnode_secno self; /* pointer to this dnode */ |
self | 414 | fs/hpfs/hpfs.h | anode_secno self; /* pointer to this anode */ |
self | 1640 | fs/hpfs/hpfs_fs.c | if (anode->magic != ANODE_MAGIC || anode->self != secno) { |
self | 1662 | fs/hpfs/hpfs_fs.c | if (dnode->magic != DNODE_MAGIC || dnode->self != secno) { |
self | 541 | include/linux/pci.h | struct pci_dev *self; /* bridge device as seen by parent */ |