Searched refs:ours (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_facilities.c244 struct x25_facilities *ours = &x25->facilities; local
249 memcpy(new, ours, sizeof(*new));
256 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
264 if (theirs.throughput < ours->throughput) {
271 if (theirs.pacsize_in < ours->pacsize_in) {
275 if (theirs.pacsize_out < ours->pacsize_out) {
282 if (theirs.winsize_in < ours->winsize_in) {
286 if (theirs.winsize_out < ours->winsize_out) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c198 int ours = 0, won = 0, lost = 0; local
214 ours = 1;
227 if (!ours) {
242 int valid = 1, ours = 0, conflict = 0, withdraw_immediately = 0; local
283 ours = 1; /* We have an identical record, so this is no conflict */
321 if (!ours && conflict) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1567 int ours; local
1571 ours = ahc_intr(ahc);
1573 return IRQ_RETVAL(ours);
H A Daic79xx_osm.c1548 int ours; local
1552 ours = ahd_intr(ahd);
1554 return IRQ_RETVAL(ours);

Completed in 82 milliseconds