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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_facilities.c256 struct x25_facilities *ours = &x25->facilities; local
261 memcpy(new, ours, sizeof(*new));
270 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
280 int ours_in = ours->throughput & 0x0f;
281 int ours_out = ours->throughput & 0xf0;
294 if (theirs.pacsize_in < ours->pacsize_in) {
298 if (theirs.pacsize_out < ours->pacsize_out) {
305 if (theirs.winsize_in < ours->winsize_in) {
309 if (theirs.winsize_out < ours->winsize_out) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.h129 void UTP_GetDelays(struct UTPSocket *socket, int32 *ours, int32 *theirs, uint32 *age);
H A Dutp.cpp2809 void UTP_GetDelays(UTPSocket *conn, int32 *ours, int32 *theirs, uint32 *age) argument
2813 if (ours) *ours = conn->our_hist.get_value();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c521 struct s3c_cpufreq_board *ours; local
531 ours = kzalloc(sizeof(struct s3c_cpufreq_board), GFP_KERNEL);
532 if (ours == NULL) {
537 *ours = *board;
538 cpu_cur.board = ours;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-server.c227 const char * ours = get_current_session_id( server ); local
228 const int ourlen = strlen( ours );
229 hasSessionId = ourlen<=p->body_len && !memcmp( p->body, ours, ourlen );
580 const char * ours = get_current_session_id( server ); local
582 const bool success = theirs && !strcmp( theirs, ours );
H A Dpeer-mgr.c1965 tr_handshake * ours; local
1975 ours = tr_ptrArrayRemoveSorted( &manager->incomingHandshakes,
1978 ours = tr_ptrArrayRemoveSorted( &t->outgoingHandshakes,
1981 ours = handshake;
1983 assert( ours );
1984 assert( ours == handshake );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_util.c653 struct winbindd_domain *ours = find_our_domain(); local
655 if ( !ours )
658 if ( strlen(ours->forest_name) == 0 )
661 return find_domain_from_name( ours->forest_name );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdomain.c698 struct dlm_protocol_version *ours,
704 if (!dlm_protocol_compare(ours, &proto)) {
721 ours->pv_major,
722 ours->pv_minor);
697 dlm_query_join_proto_check(char *proto_type, int node, struct dlm_protocol_version *ours, struct dlm_protocol_version *request) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1600 int ours; local
1604 ours = ahc_intr(ahc);
1606 return IRQ_RETVAL(ours);
H A Daic79xx_osm.c1663 int ours; local
1667 ours = ahd_intr(ahd);
1669 return IRQ_RETVAL(ours);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex138 \twocolitem{H}{number of {\bf H}ours}

Completed in 289 milliseconds