Home
last modified time | relevance | path

Searched refs:mine (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/net/ax25/
Dax25_in.c192 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/
Dnetrom.h229 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/
Dnr_subr.c215 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/
Ddmfe.txt58 Tobias Ringstrom <tori@unhappy.mine.nu> : Current Maintainer
Darcnet-hardware.txt349 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/
Dtridentfb.txt51 more memory than it actually has. For instance mine is 192K less than
Dmatroxfb.txt102 problem and not mine, but I'm not sure.
/linux-2.6.39/Documentation/i2c/busses/
Di2c-parport162 http://struyve.mine.nu:8080/index.php?block=k8000
/linux-2.6.39/Documentation/sound/oss/
Dmwave135 document, APM, it seems, MUST be off for setups like mine.
/linux-2.6.39/drivers/staging/asus_oled/
DREADME115 upper part. It is not mine idea, this is just the way Asus' display work ;)
/linux-2.6.39/Documentation/usb/
DCREDITS70 for the motherboard here at Europe (mine, home-made, was
/linux-2.6.39/drivers/net/tile/
Dtilepro.c830 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/
Dmds_client.c1133 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/
Dkobject.txt264 struct my_object *mine = container_of(kobj, struct my_object, kobj);
267 kfree(mine);
/linux-2.6.39/Documentation/development-process/
D6.Followthrough200 chances are that one of the two patches will not be merged, and "mine was
/linux-2.6.39/Documentation/s390/
DDebugging390.txt1155 file here are a few from mine.
/linux-2.6.39/
DMAINTAINERS2043 M: Tobias Ringstrom <tori@unhappy.mine.nu>