Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 199) sorted by relevance

12345678

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c846 lcp_options *go = &lcp_gotoptions[f->unit]; local
852 *go = *wo;
854 go->neg_mrru = 0;
855 go->neg_ssnhf = 0;
859 if (go->mru > absmax_mru)
860 go->mru = absmax_mru;
876 lcp_options *go = &lcp_gotoptions[f->unit]; local
889 return (LENCISHORT(go->neg_mru && go->mru != PPP_MRU) +
890 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) +
891 LENCICHAP(go->neg_chap || go->neg_mschap || go->neg_mschapv2) +
[all …]
H A Dipcp.c483 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
492 *go = *wo;
494 go->ouraddr = 0;
506 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
518 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
520 go->neg_addr = 0;
521 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
525 go->neg_vj = 1;
526 go->old_vj = 1;
527 go->vj_protocol = ho->vj_protocol;
[all …]
H A Dccp.c530 ccp_options *go = &ccp_gotoptions[f->unit]; local
533 *go = ccp_wantoptions[f->unit];
540 if (go->bsd_compress) {
545 go->bsd_compress = 0;
547 if (go->deflate) {
548 if (go->deflate_correct) {
554 go->deflate_correct = 0;
556 if (go->deflate_draft) {
562 go->deflate_draft = 0;
564 if (!go->deflate_correct && !go->deflate_draft)
[all …]
H A Dipv6cp.c459 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
467 *go = *wo;
468 eui64_zero(go->hisid); /* last proposed interface identifier */
479 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
484 return (LENCIIFACEID(go->neg_ifaceid) +
485 LENCIVJ(go->neg_vj));
498 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
525 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
527 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
546 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all …]
H A Dauth.c514 lcp_options *go = &lcp_gotoptions[unit]; local
527 if (auth_required && !(go->neg_chap || go->neg_mschap ||
528 go->neg_mschapv2 || go->neg_upap)) {
548 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
549 if (go->neg_chap) {
552 go->chap_mdtype = CHAP_DIGEST_MD5;
553 } else if (go->neg_mschap) {
556 go->chap_mdtype = CHAP_MICROSOFT;
560 go->chap_mdtype = CHAP_MICROSOFT_V2;
562 ChapAuthPeer(unit, our_name, go->chap_mdtype);
[all …]
H A Dmultilink.c93 lcp_options *go = &lcp_gotoptions[0]; in mp_join_bundle() local
100 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
102 if (go->neg_mrru) in mp_join_bundle()
146 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
188 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out25 before go
29 java.lang.IllegalStateException: go() not called
30 java.lang.IllegalStateException: go() not called
31 java.lang.IllegalStateException: go() not called
32 java.lang.IllegalStateException: go() not called
33 before go, running: false
35 after go
39 java.lang.IllegalStateException: go() already called
40 java.lang.IllegalStateException: go() already called
41 java.lang.IllegalStateException: go() already called
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.multiple.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
4 test:main:go
H A Dtst.dlclose2.ksh77 probe go();
85 go(void)
93 go(void)
108 void *go;
127 if ((go = dlsym(live, "go")) == NULL) {
132 ((void (*)(void))go)();
H A Dtst.fork.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
H A Dtst.dlclose2.ksh.out1 livelib.so:go:go
/titanic_41/usr/src/lib/libsqlite/test/
H A Dmalloc.test33 for {set go 1; set i 1} {$go} {incr i} {
61 set ::go 0
77 for {set go 1; set i 1} {$go} {incr i} {
106 set ::go 0
122 for {set go 1; set i 1} {$go} {incr i} {
148 set ::go 0
157 for {set go 1; set i 1} {$go} {incr i} {
184 set ::go 0
193 for {set go 1; set i 1} {$go} {incr i} {
218 set ::go 0
H A Dtester.tcl90 set go 1
92 set go 0
95 set go 1
129 set go 1
131 set go 0
134 set go 1
H A Dioerr.test26 set ::go 1
27 for {set n 1} {$go} {incr n} {
56 set ::go [expr {$::sqlite_io_error_pending<=0}]
75 set ::go 1
76 for {set n 1} {$go} {incr n} {
113 set ::go [expr {$::sqlite_io_error_pending<=0}]
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s39 movl 20(%esp),%ecx / %ecx = length to go still
41 decl %ecx / decrement bytes to go
48 decl %ecx / decrement bytes to go
55 decl %ecx / decrement bytes to go
62 decl %ecx / decrement bytes to go
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh62 go(void)
73 go(void)
83 go();
109 p*d$target::go:entry
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
71 pid$1:a.out:go:entry,
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
71 pid$1:a.out:go:entry,
H A Dtst.provregex4.ksh81 go(void)
95 go(void)
106 go();
132 p*d$target::go:entry
H A Dtst.provregex1.ksh56 go(void)
63 go();
76 p*d$target::go:entry
H A Dtst.provregex2.ksh.out1 altlib.so:go:entry 1
2 main:go:entry 1
H A Dtst.provregex4.ksh.out1 altlib.so:go:entry 2
2 main:go:entry 2
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s35 decq %rcx / decrement bytes to go
42 decq %rcx / decrement bytes to go
49 decq %rcx / decrement bytes to go
56 decq %rcx / decrement bytes to go
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java48 consumer.go(); in main()
76 consumer.go(); in main()
104 consumer.go(); in main()
128 consumer.go(); in main()
H A DTestEnable.java58 consumer.go(); in main()
93 consumer.go(); in main()
133 consumer.go(); in main()
143 consumer.go(); in main()

12345678