/linux-2.6.39/net/ax25/ |
D | ax25_in.c | 192 int type = 0, mine = 0, dama; in ax25_rcv() local 227 mine = 1; in ax25_rcv() 230 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv() 231 mine = 1; in ax25_rcv() 239 if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) in ax25_rcv() 332 if ((*skb->data & ~AX25_PF) != AX25_DM && mine) in ax25_rcv() 349 if (mine) in ax25_rcv() 367 if (!mine) in ax25_rcv()
|
/linux-2.6.39/include/net/ |
D | netrom.h | 229 extern void __nr_transmit_reply(struct sk_buff *skb, int mine, 236 #define nr_transmit_refusal(skb, mine) \ argument 238 __nr_transmit_reply((skb), (mine), NR_CONNACK | NR_CHOKE_FLAG); \ 245 #define nr_transmit_reset(skb, mine) \ argument 247 __nr_transmit_reply((skb), (mine), NR_RESET); \
|
/linux-2.6.39/net/netrom/ |
D | nr_subr.c | 215 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) in __nr_transmit_reply() argument 244 if (mine) { in __nr_transmit_reply()
|
/linux-2.6.39/Documentation/networking/ |
D | dmfe.txt | 58 Tobias Ringstrom <tori@unhappy.mine.nu> : Current Maintainer
|
D | arcnet-hardware.txt | 349 Also, on many cards (not mine, though) there are red and green LED's. 374 tell me. I had to figure mine out without the manual, and it WASN'T FUN!
|
/linux-2.6.39/Documentation/fb/ |
D | tridentfb.txt | 51 more memory than it actually has. For instance mine is 192K less than
|
D | matroxfb.txt | 102 problem and not mine, but I'm not sure.
|
/linux-2.6.39/Documentation/i2c/busses/ |
D | i2c-parport | 162 http://struyve.mine.nu:8080/index.php?block=k8000
|
/linux-2.6.39/Documentation/sound/oss/ |
D | mwave | 135 document, APM, it seems, MUST be off for setups like mine.
|
/linux-2.6.39/drivers/staging/asus_oled/ |
D | README | 115 upper part. It is not mine idea, this is just the way Asus' display work ;)
|
/linux-2.6.39/Documentation/usb/ |
D | CREDITS | 70 for the motherboard here at Europe (mine, home-made, was
|
/linux-2.6.39/drivers/net/tile/ |
D | tilepro.c | 830 const u8 *mine = dev->dev_addr; in tile_net_poll_aux() local 831 filter = compare_ether_addr(mine, buf); in tile_net_poll_aux()
|
/linux-2.6.39/fs/ceph/ |
D | mds_client.c | 1133 int used, oissued, mine; in trim_caps_cb() local 1139 mine = cap->issued | cap->implemented; in trim_caps_cb() 1144 inode, cap, ceph_cap_string(mine), ceph_cap_string(oissued), in trim_caps_cb() 1148 if ((used & ~oissued) & mine) in trim_caps_cb()
|
/linux-2.6.39/Documentation/ |
D | kobject.txt | 264 struct my_object *mine = container_of(kobj, struct my_object, kobj); 267 kfree(mine);
|
/linux-2.6.39/Documentation/development-process/ |
D | 6.Followthrough | 200 chances are that one of the two patches will not be merged, and "mine was
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 1155 file here are a few from mine.
|
/linux-2.6.39/ |
D | MAINTAINERS | 2043 M: Tobias Ringstrom <tori@unhappy.mine.nu>
|