Searched refs:go (Results 1 - 25 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c645 lcp_options *go = &lcp_gotoptions[f->unit]; local
650 *go = *wo;
652 go->neg_mrru = 0;
653 go->neg_ssnhf = 0;
654 go->neg_endpoint = 0;
670 lcp_options *go = &lcp_gotoptions[f->unit]; local
683 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
684 LENCILONG(go->neg_asyncmap && go
708 lcp_options *go = &lcp_gotoptions[f->unit]; local
796 lcp_options *go = &lcp_gotoptions[f->unit]; local
952 lcp_options *go = &lcp_gotoptions[f->unit]; local
1345 lcp_options *go = &lcp_gotoptions[f->unit]; local
1505 lcp_options *go = &lcp_gotoptions[f->unit]; local
1895 lcp_options *go = &lcp_gotoptions[f->unit]; local
1944 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c533 ccp_options *go = &ccp_gotoptions[f->unit]; local
536 *go = ccp_wantoptions[f->unit];
540 if (go->mppe) {
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go
676 ccp_options *go = &ccp_gotoptions[f->unit]; local
695 ccp_options *go = &ccp_gotoptions[f->unit]; local
813 ccp_options *go = &ccp_gotoptions[f->unit]; local
903 ccp_options *go = &ccp_gotoptions[f->unit]; local
992 ccp_options *go = &ccp_gotoptions[f->unit]; local
1428 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c679 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
690 *go = *wo;
692 go->ouraddr = 0;
711 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
725 go->neg_addr = 0;
726 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
730 go
754 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
844 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
970 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1191 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1687 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c520 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
528 *go = *wo;
529 eui64_zero(go->hisid); /* last proposed interface identifier */
540 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
545 return (LENCIIFACEID(go->neg_ifaceid) +
546 LENCIVJ(go->neg_vj));
559 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
586 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
588 ADDCIVJ(CI_COMPRESSTYPE, go
607 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
679 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
816 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
895 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1174 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
H A Dipxcp.c75 #define go (&ipxcp_gotoptions[0]) macro
581 *go = *wo;
594 len = go->neg_nn ? CILEN_NETN : 0;
595 len += go->neg_node ? CILEN_NODEN : 0;
596 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
618 if (go->neg_nn) {
621 PUTLONG (go
[all...]
H A Dmultilink.c107 lcp_options *go = &lcp_gotoptions[0]; local
117 if (!go->neg_mrru || !ho->neg_mrru) {
127 if (!go->neg_mrru || !ho->neg_mrru) {
129 if (go->neg_mrru)
186 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
232 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_rw.h24 struct go { struct
48 struct go go; member in struct:mdb
H A Dsclp_rw.c72 sccb->msg_buf.mdb.go.length = sizeof(struct go);
73 sccb->msg_buf.mdb.go.type = 1;
217 buffer->sccb->msg_buf.mdb.go.general_msg_flags |=
228 /* "go to (next htab-boundary + 1, same line)" */
239 /* "go to (actual column, actual line + 1)" */
261 /* "go to (actual column - 1, actual line)" */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckversion.pl27 m+/\*+o && (s+/\*.*?\*/+ +go, (s+/\*.*$+ +o && ($fInComment = 1)));
36 m+"+o && (s+".*?"+ +go, (s+".*$+ +o && ($fInString = 1)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem.c185 long (*go)(void))
193 get_debug_options_func=go;
240 long (**go)(void))
246 if (go != NULL) *go=get_debug_options_func;
181 CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int), void (*r)(void *,void *,int,const char *,int,int), void (*f)(void *,int), void (*so)(long), long (*go)(void)) argument
236 CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int), void (**r)(void *,void *,int,const char *,int,int), void (**f)(void *,int), void (**so)(long), long (**go)(void)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibschroedingerdec.c220 int go = 1; local
244 go = 1;
250 while (go) {
261 go = 0;
285 go = 0;
H A Dlibschroedingerenc.c260 int go = 1; local
281 go = 0;
284 while (go) {
313 go = 0;
348 go = 0;
H A Dlibdiracenc.c246 int go = 1; local
277 go = 0;
279 while(go) {
310 go = 0;
338 go = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem.c185 long (*go)(void))
193 get_debug_options_func=go;
240 long (**go)(void))
246 if (go != NULL) *go=get_debug_options_func;
181 CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int), void (*r)(void *,void *,int,const char *,int,int), void (*f)(void *,int), void (*so)(long), long (*go)(void)) argument
236 CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int), void (**r)(void *,void *,int,const char *,int,int), void (**f)(void *,int), void (**so)(long), long (**go)(void)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dnewport_con.c60 (regs)->go.zpattern = BMASK((cp)[0x0]); (regs)->go.zpattern = BMASK((cp)[0x1]); \
61 (regs)->go.zpattern = BMASK((cp)[0x2]); (regs)->go.zpattern = BMASK((cp)[0x3]); \
62 (regs)->go.zpattern = BMASK((cp)[0x4]); (regs)->go.zpattern = BMASK((cp)[0x5]); \
63 (regs)->go.zpattern = BMASK((cp)[0x6]); (regs)->go.zpattern = BMASK((cp)[0x7]); \
64 (regs)->go.zpattern = BMASK((cp)[0x8]); (regs)->go
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsacos.S23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
H A Dsasin.S23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
H A Dsatanh.S24 | 1. If |X| >= 1, go to 3.
33 | 3. If |X| > 1, go to 5.
H A Dstwotox.S25 | 1. If |X| > 16480, go to ExpBig.
27 | 2. If |X| < 2**(-70), go to ExpSm.
38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
40 | 2. If |X| < 2**(-70), go to ExpSm.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmpboot.c118 static volatile unsigned long go[SLAVE + 1]; variable
215 go[MASTER] = 0;
220 while (!go[MASTER])
222 go[MASTER] = 0;
223 go[SLAVE] = ia64_get_itc();
243 go[MASTER] = 1;
244 while (!(tm = go[SLAVE]))
246 go[SLAVE] = 0;
317 go[MASTER] = 1;
324 while (go[MASTE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.top32 chmod go-w $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S89 beqz r4, .Lendloop1 ; any more to go?
93 bnez r4, .Lloop1 ; go do some more
97 beqz r4, .Lendloop2 ; any more to go?
102 bnez r4, .Lloop2 ; go do some more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memcpy.S79 cmple $18, 127, $1 # E : Can we go through the unrolled loop?
107 subq $18, 192, $2 # E : At least two more trips to go?
195 bne $1, $aligndest # U : go until we are aligned.
234 bgt $18, $misalign_byte # U : more to go?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddmabuf.c313 adev->go = 1;
401 if (!((adev->enable_bits * adev->go) & PCM_ENABLE_OUTPUT))
420 adev->d->trigger(dev,adev->enable_bits * adev->go);
432 if (!adev->go && !(adev->enable_bits & PCM_ENABLE_OUTPUT))
546 adev->d->trigger(dev, adev->enable_bits * adev->go);
557 int go; local
570 if (!(adev->enable_bits & PCM_ENABLE_INPUT) || !adev->go) {
584 if ((go = adev->go))
699 if (adev->go)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c149 static unsigned long go[SLAVE + 1]; variable
161 go[MASTER] = 1;
163 while (!(tm = go[SLAVE]))
165 go[SLAVE] = 0;
196 go[MASTER] = 1;
198 while (go[MASTER])
245 go[MASTER] = 0;
250 while (!go[MASTER])
254 go[MASTER] = 0;
260 while (!go[MASTE
[all...]

Completed in 280 milliseconds

123456